DeepSeek Harness plugin

dsh-toolkit-longsir0

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

Jump to install

Source facts

Repository
LongSir0419/dsh-toolkit
Latest update
Aug 21, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/LongSir0419/dsh-toolkit
Plugin: dsh-toolkit-longsir0
Author: LongSir0419

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-toolkit

English | 中文

A DeepSeek Harness (DSH) plugin toolkit — install two essential plugins with one command: MCP Manager and Skill Manager. Ready to use right after install; the settings page automatically gains MCP Manager and Skill Manager sections.

![npm](https://www.npmjs.com/package/@wanghailong0419/dsh-toolkit) ![License: MIT](LICENSE) ![dshbase 实测可装](https://dshbase.com/zh/plugins/wanghailong0419-dsh-toolkit/) ![Listed on dsh-plugin.org](https://dsh-plugin.org/zh/plugins/longsir0419/dsh-toolkit) ![DSH Market](https://dsh.market/)

Screenshots

MCP ManagerSkill Manager
![mcp](docs/preview_mcp.png)![skill](docs/preview_skill.png)

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

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

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