Skip to content
 
 

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Awesome DeepSeek Harness Awesome

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.

See also: awesome-openclaw and awesome-hermes-agent — curated resources for OpenClaw and Hermes Agent, the two other self-hosted / everything-is-a-plugin agent harnesses with the closest ecosystems to dsh.

Warning

Installing any third-party dsh plugin 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.

Contents

What is DeepSeek Harness?

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>

Getting Started

# 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 like dsh-market for one-click install/upgrade from inside the Web UI.

Plugin Categories

UI Enhancements

Usage & Billing

Themes & Appearance

Models & Providers

Sessions & Messages

Memory

Tools & Capabilities

Vision & Multimodal

Skills

Workflow & Automation

Notifications & Integrations

Development & Runtime

  • 2008924/dsh-progress-viz — Real-time stage/ETA/cost dashboard turning the session event stream into a live multi-task grid.
  • 863683348/dsh-gov — Agent governance: policy-based tool gating, a structured JSONL audit trail, and per-agent token quotas.
  • 863683348/dsh-plugin-gate — Installation safety gate: antivirus-style scan of install scripts and permissions before dsh plugin add.
  • 863683348/dsh-plugin-verify — Evidence-based claim checking against workspace files with line citations.
  • 863683348/dsh-trend-radar — Ecosystem trend dashboard: new plugins, star gainers, category heat, and a keyword radar.
  • a179-sanae/dsh-code-check — Runs tsc --noEmit after edits and reports errors via a code_check tool.
  • ai-eks/dsh-auth-tunnel — Password-gated public access through Cloudflare Tunnels with an in-app directory picker.
  • Airmetro/dsh-update-checker — Compares the harness and every plugin against npm/GitHub releases with one-click updates and rollback.
  • AngelosZou/graphlint — Dead-code detection for AI-generated codebases via dependency-graph reachability.
  • aokamoaki/dsh-startup-guard — Repairs corrupt session logs and quarantines crash-causing bundles so a broken plugin can't brick startup.
  • ayahunter/dsh-plugin-clinic — Read-only health check of the installed plugin set: loader health, dependency integrity, and install-script risk.
  • Raphaelutumn/dsh-change-budget — Configurable per-turn budgets that limit distinct files, mutation calls, and UTF-8 payload bytes before supported file-mutation tools run.

Plugin Markets & Managers

  • dsh-market/dsh-market — (Recommended) In-app plugin marketplace with one-click install/upgrade and search by category.
  • 1e0zj/dsh-plugin-mall — Live GitHub dsh-plugin topic search with per-repo manifest verification and anti-squatting checks.
  • 863683348/dsh-insight — Plugin insight center: needs-matching, environment recipes, health scoring, and a security audit verdict.
  • 863683348/dsh-need-finder — Requirement-driven plugin discovery matching natural-language needs to a curated directory.
  • 863683348/dsh-plugin-audit — Ecosystem-wide health audit: maintenance/docs/downloads scoring, security scan, and a web leaderboard.
  • 863683348/dsh-plugin-recommend — Ranks plugins from a 1100+ entry catalog by need, category, and tags, refreshed from this list.
  • 863683348/dsh-recipe — Scenario bundles of plugins ("dotfiles for the plugin world") with ordered install sequences.
  • alex04130/dsh-forge — Runtime extension suite: cross-session mailbox, agent teams, subagent spawn policy, and plugin market.
  • bradeGithub/DSH-Plugins-Marketplace — Settings-page marketplace auto-collected from the dsh-plugin topic, CI-refreshed every 2 hours.
  • huguangyu666/dsh-store — npm-authoritative catalog plus curated list (550+ plugins), with quality verification.
  • icefall7/dsh-plugin-scout — Scouts every dsh-plugin-tagged repo and judges each as worth trying, watching, or skipping.

Just for Fun

For the complete, continuously-updated plugin index (well over a thousand entries across every category above), see awesome-dsh-plugin/awesome-dsh-plugin.

Writing Your Own Plugin

  1. Scaffold a dsh.bundle manifest declaring what your plugin extends (model, tool, sandbox, UI, session store, or the agent loop itself).
  2. Tag the repo with the dsh-plugin GitHub topic for discoverability.
  3. Install locally with dsh plugin --profile web add <path-or-name> to iterate.
  4. Read deepseek-ai/deepseek-harness's architecture docs and AGENTS.md before building anything that touches the core agent loop.

Related Projects

  • awesome-openclaw — curated resources for OpenClaw, the self-hosted messaging-first agent with the largest community skill catalog.
  • awesome-hermes-agent — curated resources for Hermes Agent (Nous Research), the self-evolving skill-generating agent.
  • Open-Generative-AI — a broader curated hub of open-source generative AI tools and platforms.
  • Generative-Media-Skills — agent-skill building blocks for generative media workflows, in the same plugin/skill spirit as dsh.

Contributing

PRs welcome. Keep entries to one line, link the actual plugin repo (not a fork or mirror), and make sure the plugin installs and does what its description says before submitting.


⭐ If this saved you time hunting through the plugin ecosystem, star it so others can find it too.

About

Curated guide to DeepSeek Harness (dsh) and its best community plugins

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors