安装
npx -y @deepseek-ai/dsh plugin --profile web add github:Yihong89/dsh-usage-plugin此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
dsh-plugins
Plugins for DeepSeek Harness (DSH).
A pnpm workspace: one package per plugin under packages/.
| Package | What it does |
|---|---|
dsh-usage-plugin | Per-session token usage and estimated cost report (/usage command + usage_report tool), priced from the DeepSeek pricing table. |
Install a plugin
# install the package into your profile (each plugin is a workspace package)
dsh plugin --profile web add -w 'github:Yihong89/dsh-usage-plugin#main&path:packages/usage-report'
# activate by inserting the plugin row into the profile's patch layer
# (~/.dsh/profiles/web/cordis.patch.yml):
#
# - insert:
# - id: usage-report
# name: 'dsh-usage-plugin'
The loader hot-reloads config changes, so no process restart is needed.
Development
pnpm install
pnpm run build # tsc for every package
pnpm run test # node --test for every package
License
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- TypeScript
- 许可证
- MIT
- 最后更新
- 2026年8月14日 08:24
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。