dsh-agent-plugins-market

Install Claude Code plugins in DeepSeek Harness

This guide shows how to bring Claude Code, Codex, Cursor and Kimi plugin marketplaces into DeepSeek Harness (DSH) in a few minutes.

Prerequisites

Step 1 — Install the plugin

npm registry (recommended):

# inside a dsh profile
pnpm add dsh-agent-plugins-market

# or via the dsh CLI
dsh plugin --profile <name> add dsh-agent-plugins-market

Or install directly from GitHub:

dsh plugin --profile <name> add github:Sivan757/dsh-agent-plugins-market

Step 2 — Restart dsh and open the market

Restart dsh, open the Web GUI, then go to Settings → Agent Plugins Market. The built entry point is committed to the repository, so GitHub installs work without a build step.

Step 3 — Add a marketplace source

In the market page, add any git marketplace repository URL as a source (for example a Claude Code marketplace repo with .claude-plugin/marketplace.json). The source id is derived automatically from the repository manifest — no manual input.

Step 4 — Install suites

Browse the card grid, open a suite for a preview of its skills / MCP servers / hooks / commands, and install it. Installed plugins live under ~/.dsh/agent-plugins/.sources/<sourceId>/ (user dimension) or <project>/.dsh/agent-plugins/.sources/<sourceId>/ (project dimension).

Step 5 — Use it

Troubleshooting