FenyxHuang/dsh-desktop-pet1

dsh-desktop-pet

DSH 桌面宠物插件,在界面上层挂载官方鲸鱼挂件,可动态展示 Agent 运行状态,并以圆形海平面高度直观展示 API 余额。

AI 分析

核心用途是趣味性地展示 Agent 状态与 API 余额。适合想要美化 DSH 界面、同时需要直观监控 DeepSeek 账户余额的趣味性用户。

包名
dsh-desktop-pet
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FenyxHuang/dsh-desktop-pet

Configuration

The bundle applies the cordis.patch.yml layer, which mounts two rows:

idpackageconfig
pet-statusdsh-desktop-petbalanceScale: 100 (the CNY amount at which the sea reads full; the sea level is balance / balanceScale, capped at 1)
ui-petdsh-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