FenyxHuang/dsh-desktop-pet ↗★ 1
dsh-desktop-pet
DeepSeek Harness desktop pet: an official-whale widget in the shell overlay showing live agent status and the API balance as a circular sea level
AI 分析
核心用途是趣味性地展示 Agent 状态与 API 余额。适合想要美化 DSH 界面、同时需要直观监控 DeepSeek 账户余额的趣味性用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FenyxHuang/dsh-desktop-petドキュメント
README 全文を読む ↗Configuration
The bundle applies the cordis.patch.yml layer, which mounts two rows:
| id | package | config |
|---|---|---|
pet-status | dsh-desktop-pet | balanceScale: 100 (the CNY amount at which the sea reads full; the sea level is balance / balanceScale, capped at 1) |
ui-pet | dsh-desktop-pet | — |
The host row reads your DeepSeek API key through the harness's normal credentials (DEEPSEEK_API_KEY) and refetches https://api.deepseek.com/user/balance at most every 15 seconds. Override any key in your own profile's cordis.patch.yml:
- update:
- id: pet-status
config:
balanceScale: 500
balanceRefetchMs: 60000