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 Plugins — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-tools-plugins

Tools Plugins

DSH tool integration plugin collection: Provides Agents with practical tools such as structured Prompt optimization.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lizhi00001/dsh-tools-plugins#7720d129e0bdcd91a440e1321c49dc132b8f6b7c
READMECompatibilityVersions

Compatibility and provenance

Tools Plugins is published as dsh-tools-plugins 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
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026
Latest
0.1.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
8/24/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

README

DSH Tools Plugins

English | 中文

A DeepSeek Harness (dsh) bundle that adds practical Agent tools. Install it into a profile to extend the tool catalog.

Plugins included

PluginToolCategory
prompt-enhanceroptimize_promptTool integration / Agent enhancement

optimize_prompt rewrites a short or vague instruction into a structured prompt (Role, Task, Constraints, Output Format) using the profile's default LLM.

Install

dsh plugin --profile web add github:lizhi00001/dsh-tools-plugins

For a local checkout:

dsh plugin --profile web add /path/to/dsh-tools-plugins

Restart dsh after installation.

Git install and build scripts

This package ships TypeScript source and builds on install via the prepare script. If pnpm blocks lifecycle scripts, add to your profile's pnpm-workspace.yaml:

allowBuilds:
  dsh-tools-plugins: true

Then run add again.

Usage

After installation, ask the Agent in the Web UI:

Use optimize_prompt to rewrite: "help me write a weekly report"

Or let the Agent call the tool when it detects a vague instruction.

Configuration

Edit the plugin row in your profile cordis.patch.yml, or override via patch:

- id: dsh-prompt-enhancer
  config:
    provider: deepseek
    model: deepseek-chat
    maxTokens: 1200

Omit provider and model to use the profile default model.

Ecosystem discovery

To appear in the DSH plugin ecosystem:

  1. This repository declares dsh.bundle.patch in package.json (required).
  2. Add the GitHub topic dsh-plugin to the repository.
  3. Optional rich metadata lives under dsh.market in package.json.

Development

Requires Node ^22.19 || >=24 and pnpm.

pnpm install
pnpm run build
pnpm run typecheck

Test locally:

dsh plugin --profile web add .
dsh --profile web --dump-config

License

MIT — see LICENSE.