插件目录 / Developer / deepseek-account
deepseek-account
未验证 sunyuhuirong
功能简介
Developer 类别的 DeepSeek Harness 插件。
未验证 — 尚未实测
Developer 类别的 DeepSeek Harness 插件。 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-deepseek-account
English | 中文
A DeepSeek account plugin for DeepSeek Harness. It adds a wallet button next to Settings in the web GUI sidebar; clicking it shows a balance card for the configured account, and a deepseek_balance tool lets the agent query the balance itself.
Balance display only. API keys are never stored by this plugin — they stay in the harness Settings under the DEEPSEEK_API_KEY credential.
Features
- Sidebar wallet button + balance popover (with rail/wide sidebar states)
deepseek_balancetool available to the agent- i18n: English + 简体中文
Install
Requires DeepSeek Harness (Node ^22.19 or >=24, ~/.dsh profiles).
# from any harness profile
dsh plugin add @deepseek-ai/dsh-deepseek-account --profile web
Then configure the account in Settings (the plugin reads the existing DEEPSEEK_API_KEY credential; no extra setup).
From source
pnpm install
pnpm bundle # build src -> lib
pnpm test # unit tests
The plugin is developed inside the harness monorepo (packages/extensions/deepseek-account); the standalone repo mirrors the same source with npm-installable dependency ranges. The peer dependencies (client runtime, slots, etc.) are provided by the harness at runtime.
How it works
- Host half (
src/index.ts,src/balance.ts): registers thedeepseek_balancetool, which reads the account credential via the harness credentials service and calls the DeepSeek balance API. - Client half (
src/client/): registers into thesettings.triggerExtraslot (a wallet button next to Settings) and renders the balance card popover.
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 deepseek-account」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:sunyuhuirong/deepseek-account Headless(CLI)profile:
dsh plugin --profile headless add github:sunyuhuirong/deepseek-account 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。