freespace8/dsh-plugins--plugins-dsh-deepseek-balance0

@freespace8/dsh-deepseek-balance

Official DeepSeek API balance pill for the DeepSeek Harness Web GUI session header, with click/timed refresh and auto-hide for non-official models. 官方 DeepSeek API 余额胶囊。

AI 分析

核心用途是在会话顶部直观展示官方 DeepSeek 账户余额。适合使用官方 API 且需要随时监控余额消耗的用户。支持在配置文件中自定义刷新间隔。

パッケージ
@freespace8/dsh-deepseek-balance
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:freespace8/dsh-plugins#21734829ebf838b852a9df4d5207c7f59be1289a&path:plugins/dsh-deepseek-balance

ドキュメント

README 全文を読む ↗

Configuration

Override any field in the profile's cordis.patch.yml by id (the config block is replaced wholesale):

- id: deepseek-balance
  config:
    apiKeyEnv: DEEPSEEK_API_KEY   # credential name used for the balance request
    refreshIntervalMs: 300000     # auto-refresh interval (milliseconds)
    order: -1                     # pill order in the session header (lower = earlier)
    shellTimeoutMs: 8000          # total shell timeout for fetching the balance (ms)