awesome-dsh-plugin

作者 Anil-matcha已验证

A curated list of plugins for DeepSeek Harness (dsh) - DeepSeek Harness plugin ecosystem

975
Stars
241
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Anil-matcha/awesome-dsh-plugin

快速入门

使用 awesome-dsh-plugin 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Awesome DSH Plugin 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.

[!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.

▶ Watch: Awesome DSH Plugin — Top 10 DeepSeek Harness Plugins You Need

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

Plugin Categories

UI Enhancements

  • 0xsline/dsh-spotlight — Keyboard-first command palette for the DSH Web UI.
  • 1123762794/dsh-web-restart — Sidebar footer button that restarts the dsh web process and persists across the restart it triggers.
  • 13071301808/dsh-composer-expand — Expand/collapse toggle that grows the composer to a tall 70vh writing view for long drafts.
  • a179-sanae/dsh-auto-collapse — Codex-style auto-collapse: finished turns fold into a single summary row, fully reversible on uninstall.
  • a735624258/dsh-skill-picker — Searchable skill picker beside the composer that inserts the official /skill-name gesture.
  • a903067276-rgb/dsh-hud — HUD panel: Git status, MCP servers, skills, model and token usage, all floating.
  • a903067276-rgb/dsh-file-mentions — Clickable file paths in replies, with reveal-in-file-manager and a mentioned-files chip list.
  • AcidGr/dsh-web-lan-access — Fixes the Web UI so it survives LAN or Tailscale direct-IP access.
  • AKS1st/dsh-mermaid — Renders Mermaid fences as sanitized, theme-aware SVG diagrams.
  • AKS1st/dsh-sysmon — Floating CPU/memory/disk widget with threshold color warnings.
  • hanzhangzzz/dsh-diagram — Editable Excalidraw diagrams embedded directly in conversations.
  • giiiiiithub/terminal — A real PTY terminal panel via node-pty and xterm.js, with multi-tab sessions and a dock/floating window.
  • opencues/opencues — Word alternatives and underscore-gated fill-ins in the composer: end a line with _ and it is filled, misspellings flagged as you type. Uses the model dsh is already configured with, so no API key.
  • Pasumao/dsh-plugin-choice-refresh — Adds "regenerate options" and "more options" buttons to ask_user_question / ask_user_choice cards — pure front-end, no core changes.
  • Pasumao/dsh-plugin-image-tools — Image choice cards for ask_user_choice (zoomable), inline images in replies via show_images, and blind-model image capture — zero-token local rendering.
  • Pasumao/dsh-plugin-workbench — Editable VS Code-style workbench: file tree, code preview with syntax highlighting, right-click file ops (new/rename/delete/open), inline image preview.
  • PerryLink/dsh-composer-history — Terminal-style input history for the web composer: edge-first arrows with exact draft/caret restore, Ctrl+R reverse search, workspace-scoped recall, and sliding-context awareness.
  • PerryLink/dsh-output-styles — Runtime-switchable model output styles with Claude Code outputStyles parity, plus the output.render.* presentation protocol and a /style command.
  • PerryLink/dsh-session-pin — Pin sessions and workspaces to the top of the Web sidebar with per-pin row colors, boards, tags, saved views, and /goto.
  • PerryLink/dsh-talk — Voice-first session loop: composer microphone with browser/local speech-to-text (Web Speech, FunASR, whisper.cpp), a speak tool for TTS replies, event announcements, and speak-to-interrupt.
  • Ricketts-Guo/dsh-shortcuts — 34 pre-registered keyboard shortcuts (sessions, views, clipboard, models, silent permission cycling), one-click recording to bind your own.
  • Nagi-ovo/dsh-visualize — In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.
  • PerryLink/dsh-budget — Cost governance: aggregated token/cost metering per model, session and day, session/daily/monthly caps with threshold alerts, alert/block/degrade over-limit policies, carbon estimation, and the /budget command.
  • urzeye/dsh-outline — Realtime conversation outline: user questions plus Markdown headings, streaming updates, click-to-jump.
  • dsh-workspace-menu — Workspace/chat context menu for the DSH home page: pin, rename, open in file explorer, archive, fork, copy, and open in a new window.

Usage & Billing

  • 02Muller25/dsh-api-balance — Real-time DeepSeek API account balance in the composer dock.
  • 283Gawin/dsh-heatmap — GitHub-style activity heatmap of daily commits, token usage, and estimated spend.
  • 940842546/dsh-usage-billing — Usage and cost statistics with peak/off-peak pricing and a day/week/month/year/all usage heatmap.
  • bobcat848/dsh-calculator — Session and all-time API spend plus account balance, with official pricing support.
  • bpc-oss/dsh-web-billing — RMB/USD token-billing plugin for DeepSeek Harness: official-policy auto pricing (peak/off-peak), per-provider billing (usage/subscription/free-ride/local), source-grouped cost page, budget, balance, CSV/JSON export.
  • CN-Leo/dsh-deepseek-balance — Real-time account balance in the composer dock, auto-refreshing every 15 seconds.
  • DoggyHU/dsh-plugin-quota-monitor — Sidebar footer quota & balance monitor: always-on DeepSeek Rage (¥) + OpenCode Go HP/MP/SP quota windows (monthly/weekly/5h) + SCNet (国家超算) Credits estimated locally from DSH session logs; data source & rate table configurable in Settings.
  • Ghost011118/dsh-balance-meter — Account balance and session cost in the composer dock with peak/off-peak support.
  • Han-1413141/dsh-cost-meter — Per-session and daily cost with a budget bar and one-click official price sync.
  • huanyuLv/dsh-balance-tide — Live peak/off-peak pricing badge with a countdown to the next pricing switch.
  • Jannchie/dsh-bill — Cost tracking priced per call from models.dev + OpenRouter (8000+ models): per-turn line attributed to tool output / model output / system prompt / commands, budget, forecast.
  • kirigayakazima/dsh-usage-vendor-stats — Per-provider token/cache/output KPI dashboard: 53-week heatmap, hourly trend, model drilldown, CSV export, TTFT/speed/error-rate health cards.

Themes & Appearance

Models & Providers

Sessions & Messages

Memory

  • 863683348/dsh-plugin-focus — Durable focus board pinning objective, constraints, and decisions across compaction and sessions.
  • aerince/dsh-active-context-pruning — Model-authored context pruning through the official compaction API.
  • Aik358/dsh-auto-memory — Cache-friendly three-layer memory with per-turn consolidation and inheritance from other AI tools.
  • akslcw/dsh-negative-ledger — Persists disproven paths and blocks repeat attempts until evidence changes.
  • bowenliang123/dsh-context — Context-insight panel showing exactly what's filling the model's window and why.
  • flymysql/dsh-memory — Cross-session memory vault: remember / recall / forget tools with prompt injection.
  • FuRongJun-1999/dsh-memory — Multi-agent spatiotemporal memory graph with a self-evolving knowledge flywheel and auditable trust guardrails.
  • GIT121995/dsh-memory-gate — Bounded local memory with explainable use/verify/ignore decisions, a full audit trail, and a tight per-call injection cap.
  • highland0971/dsh-native-memory — Native per-workspace memory with approval-gated writes and deterministic recall — no external server.
  • PerryLink/dsh-click — Cross-platform native desktop control (Windows first): screen_shot/screen_read, click/type/scroll/key, app_list/app_launch — approval-gated, never stealing foreground focus.
  • PerryLink/dsh-library — Local document knowledge base: hybrid semantic+keyword search with diversity re-ranking, citation-aware injection, and a SQLite-backed index with zero model downloads.
  • PerryLink/dsh-memento — Bounded, layered, approval-gated cross-session memory with a typed seam, SQLite provider, and frozen-snapshot injection.
  • KLRSL/dsh-biomemory — Biomimetic memory: plain-Markdown data layer, memory metabolism ("dream"), memory pins, semantic recall, and cross-session retrieval.
  • PerryLink/dsh-score — Multi-dimensional quality scoring for DSH plugins (install, maintenance, docs, security, protocol compliance) with real CLI evidence and a JSON/Markdown leaderboard.
  • PerryLink/dsh-test-drive — Isolated install-and-smoke test drives for DSH plugins in throwaway DSH_HOME profiles, emitting structured pass/fail result matrices.
  • rainow/dsh-simple-wiki-memory — A super-simplified LLM-wiki memory plugin: one index document (auto-loaded) + one markdown file per topic (read only when needed) — no dumping everything into the context and burning tokens. Simple and lightweight, painless to install/uninstall, and freely editable however you like.

Tools & Capabilities

  • 988hj7tczd-oss/dsh-computer-use — Cross-platform Computer Use: virtual-mouse operation, AX-tree zero-vision-cost mode, and safety guards.

  • Anionex/dsh-computer-use — Accessibility-first macOS computer use with fresh observations, stale-state rejection, and scoped permissions.

  • AbnerAI/dsh-monitor — Persistent background watchers that wake the agent on new events — the harness analog of a Monitor tool.

  • akqwpeter-prog/dsh-agent-conductor — Dispatches tasks from DSH to 11 external agent CLIs (Codex, Claude Code, Cursor, Gemini, and more).

  • AngelosZou/dsh-multi-folder — Secondary working directories with equal read/write/exec permissions.

  • anweat/dsh-browser — Self-contained Playwright + OpenCLI browser runtime exposing 9 interactive browser tools.

  • anweat/dsh-voice-webspeech — Browser Web Speech API voice input: zero server, zero keys.

  • scriptsnet/dsh-fleet — Distributed compute fleet for DSH: pool idle machines (friends' PCs, LAN servers, cloud ECS) into a team and dispatch agent tasks to any online member with results flowing back.

  • franksong2702/dsh-dictate — Browser Web Speech dictation for the Composer: recognition needs no dedicated ASR server, key, or model download; reuses Session text and a configured DSH model for contextual phrase hints and optional transcript polishing.

  • 1na-ko/dsh-hdc-bridge — HarmonyOS device bridge: screenshot/install/log/crash/UI automation loop.

  • 6Mikao9/dsh-wsl-workspace — Adds a WSL workspace from the web GUI without reinstalling dsh inside WSL.

  • buhuikongpan/dsh-win-gitbash — Git Bash shell tool for Windows with timeout, sandbox, output truncation, and background jobs.

  • beihzb/dsh-envsel — Session environment picker for DSH: per-language conda / standalone R / WSL / custom-path slots in the conversation header plus a /env command and session_env tool.

  • maddogfinance/dsh-trading — Research-only trading workbench: typed market-data seam with BYO providers, multi-timeframe indicator snapshots, interactive chart cards with provenance-gated model annotations, and a pre-execute risk-guard that blocks execution-shaped tool calls.

  • dream-num/dsh-univer-office — Create, edit, inspect, and deliver spreadsheets, documents, presentations, databases, and canvases with live preview and worktree review.

  • PerryLink/dsh-draw — Unified static-image generation router: one image_generate tool over config-driven OpenAI-compatible engines (OpenAI Images, Zhipu CogView) with health-aware fallback, durable attachments, and per-session quotas.

  • PerryLink/dsh-plugin-guide — The DSH plugin-development knowledge base as an on-demand agent skill: official constraints, task workflows, API reference, and community gotchas.

  • PerryLink/dsh-skill-pack-security — Security-audit skill pack plus the plugin_vet supply-chain gate: eight bilingual agent skills and an automated pre-install scanner.

Vision & Multimodal

  • 54xkeee/dsh-vision — Zero-cost vision for text-only DeepSeek via a logged-in Chrome CDP bridge, with fallback providers.
  • akqwpeter-prog/dsh-media-skills — Free vision bridge and image generation for text-only models with engine failover.
  • Anionex/dsh-vision-toolkit — Intent-aware image Q&A, long-screenshot OCR, UI reproduction, and grounding.
  • ConsoleSun/Gemini-Eyes — MCP bridge to gemini.google.com for vision analysis plus Imagen/Veo generation, no API key.
  • Einskyle/dsh-llm-vision-bridge — Native vision bridge routing pasted images through a local VLM, then feeding the description to text-only DeepSeek.
  • FuzzySoul/dsh-free-vision — Free-tier vision bridge (Qwen3-VL-Flash, Doubao, DeepSeek-OCR) with a settings GUI.
  • Flyvhidbwo/dsh-vision-proxy — GUI image attachments auto-transcribed to text for text-only DeepSeek via any OpenAI-compatible VLM — keyed fast path (default qwen3.7-flash) with your key, or local Ollama auto-detected, never hangs.
  • gloryxpnv/dsh-tool-vision — Local-first structured vision returning JSON evidence — images never leave the machine.
  • good-boy4069/dsh-vision-guard — Transparent image guard avoiding session deadlocks, plus OCR/PDF/docx/pptx/video analysis.
  • haiziyao/dsh-vision-mix — Combines text, vision, and image-generation APIs into one auto-routing Mix model.
  • PerryLink/dsh-background-agents — Durable background child agents on the official subagent seam plus persistent multi-agent team rooms with a message bus, shared task board, and approval-gated handoffs.
  • PerryLink/dsh-doublecheck — Engineering-discipline guard: requirements grill before the first edit, red/green test-evidence gates, adversarial delivery review, and a per-dimension verification report.

Skills

  • AKS1st/dsh-skill-manager — Browse and edit system/user/workspace/preset skills, import from zip, export or delete.

  • GanyuanRan/Aegis — Software-engineering method pack: baseline-first planning, systematic debugging, and verification before completion.

  • gongyijie85/dsh-ecc — 273 ECC skills ported from a large operator-system skill catalog.

  • hackerFish/awesome-dsh-skills — 12 tested engineering skills, each passing a format validator and an isolated load smoke test.

  • hatsuyuki0103/oh-my-deepseek-harness — OMX-style workflow skills: deep-interview, ralplan, ralph, autopilot, team, code-review, and more.

  • Ikalus1988/MisakaNet — Failure-recovery memory with BM25 + semantic RAG retrieval over past engineering sessions.

  • dhicoc/dsh-reverse-skill — 85-skill pack for reverse engineering and authorized pentesting/security research.

  • sandbaseai/sandbase-skills — 88 source-verifiable Agent Skills with a native DSH installer targeting .dsh/skills, covering research, social intelligence, marketing, and business workflows including multi-source evidence validation.

Workflow & Automation

  • 1052326311/dsh-plan-lattice — Persistent execution contracts and recursive work graphs for long or underspecified tasks.
  • 940842546/dsh-permissions — Claude Code-style permission tiers (hard/deny/ask/allow) with workspace-scoped rules.
  • alib8b8/dsh-plugin-aflare — Deterministic YAML workflow DAGs with WAL crash recovery and Saga compensation, 300+ templates.
  • apheli0os/deepseek-harness-orchestrate — Declarative task-DAG orchestration with parallel topological execution.
  • biociao/dsh-science — Research workbench: ReAct research loop, versioned artifacts with provenance, and science skills.
  • btspoony/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.
  • ChongCyrus/Vibe-Mathematics — Multi-agent math solving: brainstorm → solve → multi-verifier debate → verified knowledge base.
  • cloader/dsh-taskboard — Task board with project/model assignment and cron scheduling.
  • EvilIrving/dsh-proof — Independent read-only acceptance layer verifying each turn before it closes.
  • fakechris/dsh-track — Embedded task management engine: decision-point protocol, idea capture wall, Linear-style issue store.
  • february2015/dsh-taskswarm — Dependency-ordered task waves run in parallel git-worktree lanes with cross-model review and crash recovery.
  • dickpy/dsh-cloud-sync — Syncs DSH profiles and plugin archives through WebDAV/S3-compatible storage with encrypted snapshots.
  • PerryLink/dsh-github — Official-grade GitHub CI integration: a composite action, polling PR review bot with idempotent inline comments, a status-check gate, and approval-gated PR/issue tools.
  • PerryLink/dsh-lsp-actions — LSP action surface: diagnostics, formatting, completion, code actions, symbols, signature help, inlay hints and rename over real language servers.

Notifications & Integrations

  • 2006spy/dsh-token-billing — Real-time token billing with official CNY pricing and automatic peak/off-peak switching.
  • AbcdefgXW/dsh-msg-hub — IM channel bridge (WeChat/QQ/Feishu) with proactive push to your phone.
  • AI-Galaxy-GPU/dsh-sound — Per-event sound notifications for completion, approval, question, and task-failure.
  • Alan2Z/dsh-speak — Voice-announces the final reply via native OS voices on Windows and macOS.
  • amlyczz/dsh-lark-link — High-reliability Feishu/Lark bridge with QR auth and card-based approval commands.
  • aokamoaki/dsh-notify — Windows toast + sound on turn done/error/goal, plus ask & approval alerts.
  • BiBoyang/dsh-im-bridge — Two-way WeChat bridge with in-chat approve/reject and message injection.
  • Bing-Bryan/dsh-unread-dot — macOS Dock badge and chime built on the Badging API.
  • cdxiaodong/dsh-island — Bridges sessions, tool calls, and approvals to the macOS notch panel.
  • Pasumao/dsh-plugin-notify — Windows native toasts plus a system-tray whale icon when the agent stops (done/error/waiting/closed), zero dependencies.
  • PGZXB/dsh-feishu — Feishu (Lark) UI for DeepSeek Harness: panel-driven control console, in-card approvals and questions, live streaming cards, one-QR setup.
  • temotee2103/dsh-overdrive — Multi-platform chat gateway for DeepSeek Harness (WhatsApp, Telegram, Discord, Slack, Feishu, DingTalk, WeCom) with in-chat trajectory replay, subagents, cron scheduling and tap-to-approve buttons.
  • ttmouse/dsh-dingtalk-channel — DingTalk IM channel via Stream-mode WebSocket: each chat drives its own tooled agent; replies stream back as messages, no public callback URL needed.
  • PerryLink/dsh-auto-review — Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts, fail-closed by default.
  • PerryLink/dsh-defend — Prompt-injection, jailbreak, and secret-leak detection with allow/ask/block interception across user messages, tool arguments, and tool results.
  • PerryLink/dsh-mask — PII masking middleware: anonymize names, phones, emails, ID cards, bank cards, keys, and addresses before the model boundary and restore them at display; plaintext is never logged.
  • PerryLink/dsh-permission-rules — Declarative Claude Code-style allow/deny/ask permission rules plus a Codex-style process-level network policy with a built-in local HTTP/CONNECT proxy.
  • UllrAI/dsh-mqtt — MQTT agent gateway for submitting, steering, observing, and cancelling DSH sessions over authenticated or TLS broker connections.
  • xmanrui/dsh-im — Connects DeepSeek Harness to Feishu, WeChat, DingTalk, WeCom, QQ, Slack, Telegram, Discord, and WhatsApp through one settings page, using QR codes, an app manifest, or bot credentials.

Git & Engineering

  • DamonKoy/dsh-web-ui#dsh-git-graph — Git branch selector and Git graph in the conversation header.
  • No-PRM/dsh-explorer — Git-first file-tree sidebar: VS Code-style indent guides, M/A/U/D/R decorations, HEAD-vs-worktree diff preview, drag-to-reference.
  • WhitePlusMS/dsh-git-graph — Dedicated read-only Git Graph view: commit topology, local/remote/tag refs, working-tree status, search and filtering.
  • Wongzexu/dsh-git-status — Git status drawer with a commit DAG lane graph, uncommitted changes and stash rows, inline diffs, one-click fetch from all remotes.
  • a179-sanae/dsh-code-check — Runs tsc --noEmit after edits and reports errors via a code_check tool.
  • AngelosZou/graphlint — Dead-code detection for AI-generated codebases via dependency-graph reachability.
  • loadingvx/deepseek-harness-workbench-plugin — Full IDE workbench inside the Web UI: multi-tab editing, workspace terminal, file tree, and SCM (stage/commit/push/pull, branch switch, git graph, inline diffs).
  • temotee2103/dsh-ci-co-pilot — GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes.

Security & Governance

  • cdxiaodong/dsh-guardian — Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.
  • JohnXu22786/secret-guard — Blocks agents from reading or writing sensitive files (.env, credentials, keys), masks leaked secret-shaped values, and keeps an audit journal.
  • LeslieWylie/dsh-fleet-audit — Read-only agent-fleet credential-hygiene audit: file permissions, embedded credentials in git remotes, provider-token literal counts.
  • 863683348/dsh-gov — Agent governance: policy-based tool gating, a structured JSONL audit trail, per-agent token quotas.
  • 863683348/dsh-plugin-gate — Installation safety gate: antivirus-style scan of install scripts and permissions before dsh plugin add.
  • dfycaly98931680/dsh-trajectory-governance — Rebuilds session logs into multi-branch trajectory trees, detects loop deadlock, invalid retry, and goal drift, with cost-attributed alerts.
  • DamonKoy/dsh-plugins (dsh-approve-for-me) — Auto-approves read-only tools and auto-denies dangerous commands via a fail-closed policy engine.
  • PerryLink/dsh-fast — Read-only performance diagnostics: session load timing, spill hits, compaction stats, context-injection token share, and LLM cache hit rate via /fast and fast_report.
  • PerryLink/dsh-mcp-panel — MCP management console for the official DSH MCP client: /mcp health diagnostics, a Settings MCP tab with approval-gated server CRUD, and a tool trial console.
  • PerryLink/dsh-observe — OpenTelemetry and Langfuse observability exporter: turn/step/tool/LLM spans, token and cost metrics, sanitized capture, batching, and bounded offline buffering.
  • Raphaelutumn/dsh-change-budget — Configurable per-turn budgets limiting distinct files, mutation calls, and payload bytes before file-mutation tools run.

Remote Access & Mobile

  • mrgaoang/dsh-remote — Password-gated reverse-proxy gateway to control the DSH Web UI from a phone browser with full feature coverage (including privileged methods): loopback masquerading, WebSocket passthrough, login rate limiting, optional TLS, LAN or public reverse-proxy deployment.

Output & Deliverables

  • Devin-AXIS/deepseek-design#deepseek-idesign — Visual design studio for websites, prototypes, posters, and reports, with templates and direct element editing.
  • taxueseek/dsh-files — File upload with color-coded attachment cards (session-isolated storage, sha256 dedup) plus a content-sniffing document-read tool for PDF/DOCX/XLSX/TXT.
  • SenmuuuuW/dsh-whale-report — Deterministic agent reports from session logs: cost & token breakdown, collaboration review, live provider balance, PDF/PNG/HTML export.
  • beijingwahw/dsh-companion — Smart conversation export (Markdown/PDF/JSON/PNG long-image) with privacy redaction and batch ZIP.
  • Nothree-code/folder-tree-sh — Workspace file tree with multi-tab preview (text/DOCX/PDF/Markdown/CSV/images) and inline Markdown editing.
  • 263311487-ux/dsh-verify — Independent browser acceptance testing for agent deliverables: JSON spec in, real Chromium verdict out (PASS/FAIL with screenshots). MCP server + CLI + GitHub Action, works with any agent and CI.

Domain & Specialist

  • 863683348/dsh-plugin-academic-writing — Academic writing toolkit: paper outlines, title/abstract skeletons, GB/T 7714 / APA / MLA citations, pre-submission checklist.
  • 863683348/dsh-plugin-finance-data — Finance data toolkit: currency formatting (incl. Chinese wan/yi units), return/CAGR math, valuation ratios, risk metrics.
  • Asher-2000/dsh-expert-mode — Bilingual expert-mode preset: chief coordinator + domain-expert subagents (data analyst, legal review, product, frontend, growth, quant finance) with automatic task delegation.
  • literaf/dsh-ai4scholar — Academic search across Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI resolution, with citation graphs and auto-cite.
  • pengpengyi92/dsh-quant — Quantitative R&D toolkit: 46 tools across market data, indicators, factor evaluation, walk-forward ML validation, risk, options, bonds, fund simulation.
  • Realyujie/dsh-us-stocks — US stock quotes, price history, financial statements, analyst consensus and news.
  • wade20250715/dsh-pubmed — PubMed deep-research toolset: literature search, author investigation, same-name disambiguation, institution statistics.
  • xmutfyh/dsh-plugin-writing-guard — Academic writing guard: removes AI-style defensive writing, protects scientific evidence, calibrates tone toward a target journal.
  • kentleenot/dsh-trading-toolkit — A-share and US stock trading toolkit for DSH agents: realtime quotes, OHLCV klines, ADX three-state regime signals and simple backtest previews via EastMoney. Read-only, never places orders.

Development & Runtime

  • 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, keyword radar.

  • 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.

  • 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, install-script risk.

  • Pasumao/dsh-plugin-dev-kb — Offline plugin-development knowledge base: full mirror of the official docs (168 pages) plus repo extras, with topic navigation and full-text search for the agent.

  • fakechris/dsh-harness-ops — Self-healing ops toolbox: daily-snapshot A/B rotation with acceptance-gated atomic switch and rollback, a 10s watchdog that auto-relaunches the web and resumes interrupted turns, and an out-of-band dsh-doctor for when web and agent are both down.

  • kanneiren/dsh-network-settings — Visualize the DSH process network path on Windows or WSL with layered DNS/TCP/TLS/HTTP probes, detect stale proxy configuration, and apply snapshot-guarded repairs.

  • Linxiushen/dsh-workflow-isolate — Runs model-written workflows in a fresh QuickJS/WASM runtime with bounded memory, execution fuel, wall time, and child-agent fan-out.

  • beihzb/dsh-notebook — Native Jupyter-style notebook: real ipykernel sidecar, VS Code-aligned cell UI, tqdm progress, inline figures, per-cell AI revision.

  • sandbaseai/sandbase-harness — Local-first runtime whose installable managed-agents DSH plugin exposes six MCP tools for persistent sessions, streamed turns, artifacts, cancellation, audit/replay, and local/Docker/Kubernetes/self-hosted-worker sandboxes.

Plugin Markets & Managers

  • sandbaseai/dsh-plugin-store — Native Settings marketplace for discovering, filtering, installing, and managing the community catalog, with separate Community and Installed views.
  • 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, 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, web leaderboard.
  • 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, plugin market.
  • DshMarketPlace/dsh-plugins-store — Browse and install DSH plugins from inside the harness through /store, a Settings tab, and agent search/install tools, with approval-gated installs.
  • 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

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.

常见问题

What is awesome-dsh-plugin?

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 975 GitHub stars.

Is awesome-dsh-plugin safe to use?

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.

How do I install awesome-dsh-plugin?

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).

Are there alternatives to awesome-dsh-plugin?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情