by Anil-matcha
A curated list of plugins for DeepSeek Harness (dsh) - DeepSeek Harness plugin ecosystem
# Add to your Claude Code skills
git clone https://github.com/Anil-matcha/awesome-dsh-pluginGuides for using ai agents skills like awesome-dsh-plugin.
Last scanned: 8/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-18T04:34:04.911Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}awesome-dsh-plugin is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Anil-matcha. A curated list of plugins for DeepSeek Harness (dsh) - DeepSeek Harness plugin ecosystem. It has 933 GitHub stars.
Yes. awesome-dsh-plugin passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Anil-matcha/awesome-dsh-plugin" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-dsh-plugin against similar tools.
No comments yet. Be the first to share your thoughts!
A curated guide to DeepSeek Harness (
dsh) — DeepSeek's open-source, everything-is-a-plugin coding agent — and the best community plugins built on it.
DeepSeek Harness is a runnable coding agent (Web UI + headless) built on Cordis, where every part of the system — models, tools, sandboxes, session storage, UI, even the agent loop itself — is a swappable plugin. That architecture has produced a large, fast-moving plugin ecosystem: well over a thousand community plugins at last count. This list exists to make that ecosystem easy to scan: what a plugin does, in one line, sorted into the category you'd actually go looking under.
[!WARNING] Installing any third-party
dshplugin runs its code on your machine with your own permissions. Being listed here is not a security review — read the source before installing, especially for plugins that touch credentials, the network, or your filesystem.
deepseek-ai/deepseek-harness is DeepSeek's open-source agent harness, currently in developer preview. Its defining idea is everything is a plugin: the model provider, the sandbox, the tool set, the session store, and the UI are all plugins loaded into a Cordis-based runtime, so you can replace or extend any layer without forking the harness itself. Plugins declare a dsh.bundle manifest and install with:
dsh plugin --profile web add <plugin-name>
# run the Web UI (served at http://127.0.0.1:3080 by default)
npx @deepseek-ai/dsh web
# or from a source checkout
git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness && pnpm install && pnpm run build && pnpm dsh web
Tag your own plugin repo with the dsh-plugin GitHub topic so it's discoverable, and consider a plugin browser for one-click install/upgrade from inside the Web UI.
/skill-name gesture._ and it is filled, misspellings flagged as you type. Uses the model dsh is already configured with, so no API key.