jiangli07/dsh-deepseek-quota-bar0

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 분석

核心用途是实时监控 DeepSeek 官方 API 的余额与消耗。适合使用官方 API 密钥、需要直观掌控对话成本和账户余额的用户。

패키지
dsh-deepseek-quota-bar
버전
0.5.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiangli07/dsh-deepseek-quota-bar

配置 Configuration

凭证必需说明
DEEPSEEK_API_KEY与 harness 同一个 Key(设置 → 模型 页面填写)
DEEPSEEK_PLATFORM_TOKEN可选platform.deepseek.com 的 userToken:F12 → Console → 执行 JSON.parse(localStorage.getItem('userToken')).value,把值写入 ~/.dsh/.credentials.yaml

凭证是热读取的:配置后无需重启,下一次刷新即生效。