Use Claude Code plugins in DeepSeek Harness
dsh-agent-plugins-market is the standard way to run Claude Code, Codex, Cursor and Kimi plugin marketplaces inside DeepSeek Harness (DSH) — zero conversion, zero file copying.
Add any git marketplace repo as a source, install its suites, and their skills, MCP servers, hooks and slash commands are injected into your dsh sessions at runtime. Claude Code-authored skills work verbatim (${CLAUDE_PLUGIN_ROOT} is substituted automatically).
What it solves
DeepSeek Harness is a powerful agent harness, but its plugin ecosystem doesn't yet match the breadth of the Claude Code plugin marketplace world. There are hundreds of ready-made marketplace repos on GitHub full of skills, MCP servers, hooks and slash commands — dsh-agent-plugins-market is the bridge that makes them installable in DSH.
Supported plugin layouts
| Layout | Manifest |
|---|---|
| agent-plugins.org v1 | plugin.json |
| Claude Code market | .claude-plugin/marketplace.json + .claude-plugin/plugin.json |
| Universal | .plugin/plugin.json |
| Cursor | .cursor-plugin/plugin.json |
| Kimi | .kimi-plugin/plugin.json |
| Codex | .codex-plugin/plugin.json |
| Skill collection | none (flat SKILL.md directories) |
Quick install
dsh plugin --profile <name> add dsh-agent-plugins-market Requires DeepSeek Harness ≥ 0.1.0-rc.6 with a Web profile. See the install guide for details.