chenpengye/dsh-balance-whale ↗★ 0
dsh-balance-whale
Floating whale-girl balance widget for dsh: polls https://api.deepseek.com/user/balance on the Host side, shows a bottom-right floating card with a whale-girl icon.
AI 分析
核心用途是在 DSH 界面右下角提供一个可爱的鲸鱼娘悬浮窗来展示 DeepSeek 余额。适合喜欢个性化 UI 且需要实时监控 API 余额的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chenpengye/dsh-balance-whaleドキュメント
README 全文を読む ↗Usage / 使用
- The API key comes from the dsh credential store (
DEEPSEEK_API_KEY), the same one saved in Settings → Models. No extra configuration needed. - API key 复用 dsh 凭据库中的
DEEPSEEK_API_KEY(设置 → 模型 里保存的那个),无需额外配置。
Configuration / 配置项
Host-side config (defaults shown), overridable in the profile config:
| Key | Default | Description |
|---|---|---|
apiKeyRef | DEEPSEEK_API_KEY | credential reference resolved on the Host |
baseUrl | https://api.deepseek.com | upstream; HTTPS only (loopback HTTP allowed for tests) |
timeoutMs | 10000 | upstream request timeout |
cacheMs | 30000 | Host-side response cache |
allowRemote | false | when false, non-loopback requests are rejected with 403 |