dsh-toolkit: A One-Command MCP and Skill Manager Toolkit for DeepSeek Harness

longsir0419/dsh-toolkit

Tools & CapabilitiesVerified
Listed on 2026-08-20
Page last updated 2026-08-22

A DSH plugin toolkit that installs MCP Manager and Skill Manager with one command.

dsh-toolkit lets DeepSeek Harness users install both MCP Manager and Skill Manager with one command, ready to use immediately with the settings page automatically showing the corresponding sections.

install
dsh plugin --profile web add github:longsir0419/dsh-toolkit
Category
Tools & Capabilities
Platform
DSH-Plugin
Author
longsir0419
Distribution
Plugin

dsh-toolkit Key Features

Visual MCP server managementSkill list and content managementInstant enable/disableConnection test and cache optimization

dsh-toolkit Repository

longsir0419
Publisher
longsir0419
Repository
longsir0419/dsh-toolkit
1
Stars
0
Forks
0
Watchers
0
Open issues
LanguageJavaScript
LicenseMIT License
Website
Version2026-08-21 10:21:47
Repo last push2026-08-21 10:21:47
Repo created2026-08-20 14:27:11
Topics
dsh-plugindsh-plugin-marketdsh-plugins
Default branchmain

Listed on dsh-plugin.org

dsh-toolkit Repo Summary

dsh-toolkit is a DeepSeek Harness (DSH) plugin toolkit (DSH plugin) maintained by LongSir0419, licensed under MIT. It installs two essential plugins with one command: MCP Manager and Skill Manager. Ready to use right after installation; the settings page automatically gains MCP Manager and Skill Manager sections, requiring no extra configuration. This toolkit solves the hassle of installing and managing multiple plugins separately for DSH users, improving configuration efficiency. Core capabilities include: visual list of MCP servers with connection status, CRUD operations, enable/disable toggles, and Skill browsing, editing, renaming, and enable/disable, all taking effect instantly without restart.

What core features does the dsh-toolkit DSH plugin support?

MCP Manager (Settings → MCP Manager) provides a server list overview, each server showing connection status (green dot) and registered tool count; clicking a row expands details (server name, module, config JSON), with inline forms for add, edit, delete, rename, and enable/disable, writing to $DSH_HOME/profiles/web/cordis.patch.yml. Connection test performs an independent MCP handshake (initialize + tools/list) to verify reachability, tool count, and latency. Cache optimization uses stale-while-revalidate, making page re-entry instant and local updates flicker-free.

Skill Manager (Settings → Skill Manager) lists all Skills under $DSH_HOME/skills (name and description), with click-to-expand details (Skill name and SKILL.md content), inline editing of name and content, rename syncing directory name, and delete with confirmation. Enable/disable 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.

How to install dsh-toolkit?

Install with the following command, then restart the DSH web interface to take effect:

bash
dsh plugin --profile web add github:longsir0419/dsh-toolkit
dsh web

You can also install the two sub-plugins individually, or remove/upgrade the whole toolkit:

bash
# 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

Which DeepSeek Harness versions and platforms are compatible with dsh-toolkit?

As a DSH plugin toolkit, dsh-toolkit relies on the DeepSeek Harness plugin mechanism and is applicable to DSH's web profile. It consists of two sub-plugins: @wanghailong0419/dsh-mcp-manager (^0.1.3) and @wanghailong0419/dsh-skill-manager (^0.1.4), both written in JavaScript and following DSH plugin specifications. The repository was created on 2026-08-20 and last updated on 2026-08-21, currently with 1 star and 0 forks, an early but practical toolkit.

What is the license and author information for dsh-toolkit?

dsh-toolkit is licensed under MIT, authored by LongSir0419. The plugin is listed on dsh-plugin.org and DSH Market, discoverable through official channels. For full documentation or contributions, visit the GitHub repository.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ