DeepSeek Harness plugin

dsh-plugins-sisyphus

Agent Plugins 1.0.0 adapter for DeepSeek Harness: discovers skills/ and mcp.json from agent-plugin stores, registers skills and MCP servers, and manages them through a CLI and the settings panel.

Jump to install

Source facts

Repository
SisyphusSQ/dsh-plugins
Latest update
Aug 18, 2026
Category
Workflow & Automation
GitHub stars
2
Format
plugin
Package path
packages/dsh-agent-plugins
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
packages/dsh-agent-plugins/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/SisyphusSQ/dsh-plugins/tree/HEAD/packages/dsh-agent-plugins
Plugin: dsh-plugins-sisyphus
Author: SisyphusSQ

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

@suqingsq/dsh-agent-plugins

English | 中文

An Agent Plugins 1.0.0 adapter for DeepSeek Harness (DSH). One package covers the host bundle, a Web sidebar panel, and the agent-plugins CLI.

Verified with @deepseek-ai/dsh@0.1.0-rc.6.

Install

dsh plugin --profile web add @suqingsq/dsh-agent-plugins@0.2.0

Remove it with dsh plugin --profile web remove @suqingsq/dsh-agent-plugins.

What it does

DSH can consume standard Agent Plugin packages (plugin.json + skills/ + mcp.json):

  • Skills under skills/<name>/SKILL.md are registered into DSH's Skill registry (provider agent-plugins).
  • mcp.json servers are mapped into the managed home patch so DSH starts them as MCP rows.
  • The CLI installs, updates, enables, and removes packages in a machine-level store.
  • The Web sidebar 插件 button opens a panel over the session list: plugin cards, skill/MCP toggles, filters, and the CLI cheat sheet.

![Agent Plugins panel](screenshots/panel.png)

Store

Packages live in $DSH_HOME/agent-plugins/. The ledger is installed.json, with plugin-level enabled plus component-level skills.*.enabled and mcp.*.enabled (both default to true). The CLI, host adapter, and panel share the same library.

A disabled plugin hides all of its skills and MCP servers. Disabling one skill or one MCP server leaves the rest of the package running.

CLI

agent-plugins install <dir|zip|git-url>
agent-plugins uninstall <name>
agent-plugins update [name...|--all]
agent-plugins enable|disable <name>
agent-plugins enable|disable <name> --skill <n>
agent-plugins enable|disable <name> --mcp <server>
agent-plugins list [--json]
agent-plugins doctor

install validates the package before writing the store. Reinstalling the same name replaces the files and keeps PLUGIN_DATA. uninstall removes files and ledger rows and keeps PLUGIN_DATA. --mcp uses the qualified server name <plugin>__<server> shown by list.

doctor checks the store, ledger, and managed patch section.

Panel

The footer action opens shell.overlay over the session column. The panel lists machine-level and project-level (.agent-plugins) stores, filters by name or source (dir / zip / git), and toggles a whole plugin or a single skill / MCP server. Expanding a card shows source, author, install time, checksum, data directory, and component switches.

Project skills are discovered from cwd/.agent-plugins and the project-root .agent-plugins directory.

Verification

The compatibility boundary and verification evidence are recorded in the design document. The current compatibility baseline is @deepseek-ai/dsh@0.1.0-rc.6.

License

MIT.