FenyxHuang/dsh-desktop-pet1

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

包名
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