DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugins — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

@icedrop-ai/dsh-plugins

Plugins

Independent DeepSeek Harness plugins: cost metrics and a browser_use tool. This root package is the all-in-one bundle.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:icedrop-lab/dsh-plugins#47478853d7e7b083c28c33f5edc40b58f9c01aa7
READMECompatibilityVersions

Compatibility and provenance

Plugins is published as @icedrop-ai/dsh-plugins and currently resolves to version 0.3.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/11/2026

Versions

0.3.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/12/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-plugins

Independently installable DeepSeek Harness plugins, published from one pnpm monorepo.

Plugins

PackageWhat it doesInstall
@icedrop-ai/dsh-cost-meterSession-header balance/token widget and sidebar fallback with a DeepSeek top-up linkdsh plugin --profile web add @icedrop-ai/dsh-cost-meter
@icedrop-ai/dsh-browser-useOne model-facing browser_use tool backed by the browser-use CLIdsh plugin --profile web add @icedrop-ai/dsh-browser-use
@icedrop-ai/dsh-allAggregate bundle that installs both pluginsdsh plugin --profile web add @icedrop-ai/dsh-all
@icedrop-ai/dsh-pluginsRepository-root bundle; equivalent to dsh-all for link: installsdsh plugin --profile web add link:$(pwd)

Install modes

npm (recommended)

dsh plugin --profile web add @icedrop-ai/dsh-cost-meter
dsh plugin --profile web add @icedrop-ai/dsh-browser-use
# or both:
dsh plugin --profile web add @icedrop-ai/dsh-all

Restart dsh web after a bundle install. Use dsh --profile web --dump-config to confirm the bundle's # == ... layer is present.

GitHub subpath (no npm)

Install one package directly from a pinned tag or commit:

dsh plugin --profile web add \
  "git+https://github.com/icedrop-lab/dsh-plugins.git#v0.1.0&path:packages/cost-meter"

Subpath installs fetch the built lib/ that is committed in this repository, so they need no build approval. Pin a tag or commit SHA; do not point at main.

GitHub Release tarballs

Every release attaches vendor/*.tgz and vendor/plugins.lock.json:

gh release download v0.2.0 -R icedrop-lab/dsh-plugins -p '*.tgz' -D vendor/
dsh plugin --profile web add --save-exact ./vendor/icedrop-lab-dsh-cost-meter-0.2.0.tgz
dsh plugin --profile web add --save-exact ./vendor/icedrop-lab-dsh-browser-use-0.1.0.tgz

Install the individual plugin tarballs when you are not using npm: each bundle adds its own profile layer. The aggregate dsh-all-*.tgz is npm-backed — its package.json depends on the individual packages by published version, so it works after those packages are on npm. Before then, use the individual tarballs or the Git subpath installs.

Local development

pnpm install
pnpm aggregate
pnpm link-runtime        # link this machine's installed @deepseek-ai runtime
dsh plugin --profile web add link:$(pwd)/packages/cost-meter

Layout

packages/<name>/        independently published plugin packages
packages/all/           aggregate bundle (generated patch + exact deps)
scripts/aggregate.mjs   regenerates root + packages/all bundles
scripts/vendor.mjs      packs vendor tarballs + SHA-256 lock
scripts/publish-targets.mjs
scripts/check-publishable.mjs
vendor/                 generated tarballs and plugins.lock.json

Each plugin package declares dsh.bundle.patch (installability) and optionally dsh.client (Web browser half). No published dependency uses the workspace: protocol: Git-subpath installs preserve that protocol and fail.

Releasing

See RELEASING.md.

License

MIT