jiangli07/dsh-deepseek-quota-bar ↗★ 0
dsh-deepseek-quota-bar
DeepSeek API quota widget for the dsh web GUI: floating bottom-right card with a blood-bar of remaining balance vs month-opening balance, plus today/month spend and current conversation cost (fork of dsh-deepseek-quota).
AI Analysis
核心用途是实时监控 DeepSeek 官方 API 的余额与消耗。适合使用官方 API 密钥、需要直观掌控对话成本和账户余额的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiangli07/dsh-deepseek-quota-barREADME
Read the full README ↗配置 Configuration
| 凭证 | 必需 | 说明 |
|---|---|---|
DEEPSEEK_API_KEY | ✅ | 与 harness 同一个 Key(设置 → 模型 页面填写) |
DEEPSEEK_PLATFORM_TOKEN | 可选 | platform.deepseek.com 的 userToken:F12 → Console → 执行 JSON.parse(localStorage.getItem('userToken')).value,把值写入 ~/.dsh/.credentials.yaml |
凭证是热读取的:配置后无需重启,下一次刷新即生效。