
Awesome Deepseek Harness
by 0xsline · 0xsline/awesome-deepseek-harness
DeepSeek Harness (DSH) ecosystem: curated plugins, tools, and infrastructure from dsh-external/hub and the public dsh-plugin topic.
Install Awesome Deepseek Harness
Not a bundle: wire it through the official mcp-client bridge with a single config row.
This is an MCP server, not a DSH bundle. It is wired in through the official @deepseek-ai/dsh-mcp-client bridge: one plugin row in your config, pointing at either a stdio command or an http endpoint. Its tools then appear to the agent as mcp__awesome-deepseek-harness__<tool>, the same naming Claude Code and Codex use.
One config row for the mcp-client bridge — fill the command or URL from this repo's README
{
"name": "@deepseek-ai/dsh-mcp-client",
"config": {
"server": "awesome-deepseek-harness",
"command": "<stdio command from the README>",
"url": "<or an http endpoint, if the server is remote>"
}
}Placeholders are placeholders
Prerequisites
- API key
- Not required.
- Network access
- Required at runtime.
- Language
- Python
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| entityType | pass | info | mcp-server is not installed via `dsh plugin add` |
- Verdict reason
- mcp-server uses its own install path, so bundle checks do not apply
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
> Note: the GitHub [`dsh-plugin` topic](https://github.com/topics/dsh-plugin) is public; some `dsh-external` repository links may still require org access. - [Install](#install) - [Core](#core) - [Agents & Orchestration](#agents--orchestration) - [Context & Search](#context--search) - [Input & Editing](#input--editing) - [UI & Experience](#ui--experience) - [IDE & Clients](#ide--clients) - [Browser & Remote](#browser--remote) - [Models & Inference](#models--inference) - [Git & Engineering](#git--engineering) - [Output & Deliverables](#output--deliverables) - [Notifications & Channels](#notifications--channels) - [Fun & Lifestyle](#fun--lifestyle) - [Infrastructure & Development](#infrastructure--development) - [Data & Market](#data--market) - [Science & Research](#science--research) - [Rel
Topics
GitHub topics on this repository
Related entries
Nearest entries by similarity — this one landed in no themed cluster
Dsh Plugin Greet
0lidaxiang
DeepSeek Harness is a plugin-based system for building AI agents. Everything, from tools and models to the web UI, can be added or replaced as a plugin.
Helloagents
hellowind777
一个自主的高级智能伙伴,不仅分析问题,更持续工作直到完成实现和验证。
Dsh Plugins
Wanbinyu
Community catalog of plugins and tools for DeepSeek Harness (dsh)
Dsh Plugin Session Delete
lsz-asd
Delete DeepSeek Harness sessions from the UI: header danger button + sidebar session-row menu item (no conversation jump), risk-consent dialog with session name/id, stops running agents first, in-place list refresh without page reload. Works in web and the desktop client.
Dsh Workflow
icetomoyo
把Claude Code的UltraCode模式带给DSH,把 DSH 的一次性多 Agent 调度,升级为可生成、可保存、可治理、可观察、可恢复的 Workflow 层
Dsh Genui
omdsh-dev
GenUI for DeepSeek Harness: interactive UI components rendered inline in assistant replies via the dsh-ui fence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model. Ships the fence-teaching host plugin, the browser renderer (client half), and the genui skill.