JasonCHTT/dsh-plugin-deepseek-balance ↗★ 0
dsh-plugin-deepseek-balance
DeepSeek 余额与单次运行花费显示插件,专为 DeepSeek Harness Web UI 设计,无需平台登录。
AI 分析
核心用途是实时监控 DeepSeek 账户余额和单次对话的花费。适合需要精细化控制 API 预算、避免超支的开发者或高频用户。需配置 API Key 或环境变量。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
The built-in defaults work out of the box. To override, add a config block to the row in cordis.patch.yml:
| Key | Default | Meaning |
|---|---|---|
apiKey | — | Literal API key. Not recommended — the key lands in a config file in plain text. |
apiKeyEnv | DEEPSEEK_API_KEY | Credential reference resolved through the credentials service (fallback: process env). |
baseURL | https://api.deepseek.com | Base URL of the balance endpoint. |
currency | CNY | Display currency; falls back to the first entry the API returns. |
pollMs | 60000 | Poll interval (minimum 15 000 ms). |
Example:
- insert:
- id: deepseek-balance
name: 'dsh-plugin-deepseek-balance'
config:
pollMs: 30000
Usage
- Read —
本次运行已用 ¥0.42 · 余额 ¥10.98under the composer. - Hover — tooltip with granted / topped-up balance, an
余额不足marker whenis_availableis false, and the last update time. - Click — forces an immediate refresh (useful right after a spend or top-up).
- Loading — shows
DeepSeek 余额查询中…until the first snapshot arrives. - Missing key — shows
DeepSeek 余额:未配置 API Keywith a hint; the plugin retries every 5 seconds and heals as soon as a key becomes available.