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.

Tools — DSH Plugin for DeepSeek Harness
← Plugins

@dsh-pi/tools

Tools

pi-compatible tool surface for DeepSeek Harness (dsh-pi): an `edit` tool with pi's exact interface plus pi-style descriptions for read/write/bash.

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

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-pi/tools@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Tools is published as @dsh-pi/tools and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
11.9 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
30
Last push
8/18/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions

README

@dsh-pi/tools

pi-compatible tool surface for DeepSeek Harness (dsh-pi), aligning the model-visible tool layer with pi's:

  1. edit tool — pi's exact interface: path + edits[] with oldText/newText. Every oldText must match a unique, non-overlapping region of the original file; edits are validated like pi and applied in one call. (pi's description is used verbatim.)
  2. Description alignment — via the system-prompt/assemble waterfall, the model-visible descriptions of read / write / bash are rewritten to pi's wording. bash keeps a one-line sandbox-escalation note so dsh's denial policy is not lost.

Install into a profile

dsh plugin --profile web add @dsh-pi/tools        # published, or:
dsh plugin --profile web add file:/abs/path/to/dsh-pi-tools

The bundle auto-registers in the profile manifest. Restart the profile.

Config

FieldDefaultMeaning
alignDescriptionstruerewrite read/write/bash descriptions to pi wording

Notes

  • Param names (path vs file_path) are intentionally NOT renamed: execution binds by parameter name, and rewriting schemas would break calls. The model adapts (observed using both styles).
  • str_replace_editor remains available as the native dsh editor; the persona tool list steers toward edit for pi-style precision.
  • Requires dsh ≥ 0.1.0-rc.6 (@deepseek-ai/dsh-tools resolves from the profile module tree).

Layout

FileRole
index.jsCordis plugin (registers edit, installs the assemble description listener)
cordis.patch.ymlbundle patch — inserts the dsh-pi-tools row
package.jsondeclares dsh.bundle.patch

License

MIT