Yihong89 / dsh-usage-plugin

Listed

DeepSeek Harness (DSH) plugins. First: dsh-usage-report — per-session token usage & estimated cost (/usage + usage_report), priced from the DeepSeek pricing table.

mainSession View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:Yihong89/dsh-usage-plugin

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 16bbf99Synced Aug 18, 2026

dsh-plugins

Plugins for DeepSeek Harness (DSH).

A pnpm workspace: one package per plugin under packages/.

PackageWhat it does
dsh-usage-pluginPer-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

MIT

Project files and signals

Shown items are public repository signals detected in the directory snapshot.

TestsDetected
DocumentationDetected

Repository information

Language
TypeScript
License
MIT
Last updated
Aug 14, 2026, 8:24 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.