liuherong808-dev/dsh-whale-purse ↗★ 0
whale-purse
DeepSeek Harness (DSH) 鲸鱼娘桌宠插件:可拖拽的透明鲸鱼娘悬浮在网页上,显示 DeepSeek 账户余额、官方「今日已消费」、当前会话 token 用量/预估花费与近 7 天历史趋势。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liuherong808-dev/dsh-whale-purse说明文档
阅读完整 README ↗配置
| 字段 | 默认 | 说明 |
|---|---|---|
model | pro | 计价模型:pro / flash |
refreshIntervalSeconds | 30 | 余额轮询间隔(秒) |
apiKeyEnv | DEEPSEEK_API_KEY | API key 的凭据引用名 |
baseUrl | https://api.deepseek.com | 余额接口 base URL |
pricingRefreshHours | 6 | 官方定价页抓取间隔(小时) |
enabled | true | 是否启用余额查询 |
余额接口需要能解析到 DEEPSEEK_API_KEY(凭据缝 → 启动环境 → process.env 逐层回退)。