Cao-zhi-hao/balance-dock0

balance-dock

DeepSeek account balance readout docked under the composer for DeepSeek Harness (dsh) — a persistent web plugin.

AI Analysis

核心用途是在 Web 界面实时查看 DeepSeek 账户余额。适合需要监控 API 额度消耗的用户;必要条件是需配置 DEEPSEEK_API_KEY。

Package
balance-dock
Version
1.0.0
License
MIT
Last updated
Aug 15, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Cao-zhi-hao/balance-dock

⚙️ 配置 / Configuration

说明
DEEPSEEK_API_KEYDeepSeek API 密钥,经 ctx.credentials 解析(默认 ref 名)。存放在 $DSH_HOME/.credentials.yaml 或由设置页写入
刷新间隔默认 60 秒,修改 lib/client.jsinterval(load, 60000) 的毫秒数