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.

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

@wanghailong0419/dsh-toolkit

Toolkit

DSH toolkit bundle: installs dsh-mcp-manager + dsh-skill-manager + dsh-git-branch-manage with a single `dsh plugin --profile web add`

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

npx -y @deepseek-ai/dsh plugin --profile web add @wanghailong0419/dsh-toolkit@0.1.10
READMECompatibilityVersions
mcpskillbranch-menu

Compatibility and provenance

Toolkit is published as @wanghailong0419/dsh-toolkit and currently resolves to version 0.1.10. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/1/2026

Versions

0.1.10stable
9/1/2026
0.1.9stable
8/26/2026
0.1.8stable
8/24/2026
Show 3 more versionsCollapse versions
0.1.7stable
8/24/2026
0.1.6stable
8/21/2026
0.1.3stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.10
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
489.9 kB
Files
23
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
8/26/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 developer-tools.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.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)

README

dsh-toolkit

English | 中文

A DeepSeek Harness (DSH) plugin toolkit — install three essential plugins with one command: MCP Manager, Skill Manager, and Git Branch Badge. Ready to use right after install; the settings page automatically gains MCP Manager and Skill Manager sections, and the session header / new-session hero gain a Git branch badge.

DSH Market

Screenshots

MCP ManagerSkill Manager
mcpskill

Screenshots (branch)

Git Branch BadgeBranch menu
branchbranch-menu

Features

🧩 MCP Manager — Settings → MCP Manager

  • List overview: each server shows connection status (green dot) + registered tool count
  • Click to expand / collapse: click anywhere on a row to expand details (Server name / module / config JSON), click again to collapse (input fields and buttons excluded)
  • Add / edit / delete / rename / enable-disable: inline form to configure MCP servers, enable/disable toggle, writes to $DSH_HOME/profiles/web/cordis.patch.yml
  • Connection test: independent MCP handshake (initialize + tools/list) to verify reachability, tool count and latency
  • Cache optimization: re-entering the page is instant (stale-while-revalidate); add/edit/delete updates state locally without flicker

🎯 Skill Manager — Settings → Skill Manager

  • List overview: lists all Skills under $DSH_HOME/skills (name + description)
  • Click to expand / collapse: click anywhere on a row to expand details (Skill name + SKILL.md content)
  • Edit / rename / add / delete: inline editing of name and content; rename syncs the directory name; delete has a confirmation step
  • Enable / disable: toggle takes effect immediately; disabling adds disable-model-invocation: true to the frontmatter and the watcher instantly excludes it from the model directory — no restart needed

🌿 Git Branch Badge — session header & new-session hero

  • Current branch badge: shows the active git branch in the conversation header (and on the new-session welcome page); follows the workspace/directory you select
  • Branch menu: click the badge to switch / create / pull / fetch / push / delete local branches (IDEA-style tree, 7-day active branches)
  • Workspace-aware: the hero badge tracks the currently selected directory; the header badge tracks the open session's working directory

Installation

dsh plugin --profile web add @wanghailong0419/dsh-toolkit
dsh web   # restart to take effect

Included Packages

PackageVersionEntry
@wanghailong0419/dsh-mcp-manager^0.1.3Settings → MCP Manager
@wanghailong0419/dsh-skill-manager^0.1.4Settings → Skill Manager
@wanghailong0419/dsh-git-branch-manage^0.1.3Session header → Branch badge

Install Individually / Remove

# Install individually
dsh plugin --profile web add @wanghailong0419/dsh-mcp-manager
dsh plugin --profile web add @wanghailong0419/dsh-skill-manager

# Remove the whole toolkit
dsh plugin --profile web remove @wanghailong0419/dsh-toolkit

# Upgrade
dsh plugin --profile web update @wanghailong0419/dsh-toolkit

License

MIT