agents-workflows.md
September 5, 2026 · View on GitHub
Agent、自动化与工作流
| 插件 | 能力 | 安装或挂载方式 | 许可 / 风险 |
|---|---|---|---|
| LouisHaoL/dsh-timer-agent | Schedules DSH agent or command jobs through a host ticker, model tool, and web board. | dsh plugin --profile web add link:<absolute path to this directory> | MIT;The README explicitly warns that command jobs have no sandbox or allowlist and can execute arbitrary commands; expose it only to trusted users and keep DSH web on loopback. |
| inclusionAI/Avernet | Connects a DSH Bot to Avernet's Bot Collaboration Network, creating isolated agent sessions per BCN conversation and relaying chat and tool events. | cd src/bcs/crates/plugins/deepseek-harness-channel-bcn && npm install --ignore-scripts --no-package-lock && npm run build && dsh plugin --profile bcn-local add "$(pwd)"; then enable and configure deepseek-harness-channel-bcn in the target profile with its BCN endpoint and credentials. | Apache-2.0;The inserted bundle is disabled until configured; the README says HTTP is allowed for local use but HTTPS is needed for transport confidentiality, and BCN receives tool arguments and results. |
| justlovemaki/PrismFlowAgent | Collects RSS, GitHub Trending, Follow, and AI-search content, runs DSH workflows and skills, and publishes approved outputs to local Markdown, GitHub, R2, or WeChat. | dsh plugin --profile web add --allow-build=sharp https://flaredrive-news.pages.dev/webdav/prismflow-dsh-0.24.58.tgz && dsh plugin --profile web exec prismflow-dsh-install; restart DSH Web and create a new Chat. | GPL-3.0-only;The package is GPL-3.0-only and is installed from an external tarball URL rather than npm; review Profile credentials, publication destinations, Follow/browser access, and the installer changes before enabling disabled rows. |
| lincong1987/dsh-model-switch | Lets users assign separate models to the main session, subagents, and plan execution. | dsh plugin --profile web add github:lincong1987/dsh-model-switch | MIT;GitHub-source only; README states it is not published to npm and requires DSH >=0.1.2-rc.1. |
| wowyuarm/dsh-agent-team | Adds a single-host persistent agent team with a Web UI, durable collaboration ledger, member tools, and per-member presets. | dsh plugin --profile web add @wowyuarm/dsh-agent-team; dsh web; verify with dsh --profile web --dump-config. Local checkout: dsh plugin --profile web add /absolute/path/to/dsh-agent-team. Remove with dsh plugin --profile web remove @wowyuarm/dsh-agent-team. | MIT;The release is single-host and certified against a pre-1.0 DSH release; use only trusted Workspaces because managed Agent Sessions have full local access. |
| GZX2211/dsh-Visual-Workflow | Design, schedule, resume, and expose multi-agent workflows through a visual canvas and REST service mode. | git clone https://github.com/GZX2211/dsh-Visual-Workflow.git && cd dsh-Visual-Workflow && pnpm install && pnpm build && dsh plugin --profile web add "link:$PWD"; restart dsh web. | MIT;The advertised direct github: install is not independently reproducible from the current tree because lib/ is absent and package.json has no prepare hook; use the documented pnpm build plus link:$PWD path. REST service authentication is disabled by default. |
| Aa728848/dsh-llm-verifier | Adds model-based compare, select, track, and current-session verification with optional automatic acceptance gates. | dsh plugin --profile web add dsh-llm-verifier | MIT;Smart or strict automatic modes can make multiple verifier calls and transmit session/attachment evidence; configure provider, model, budgets, and redaction deliberately because redaction is not full DLP. |
| huangruiteng/loopx | Adds durable, governed long-horizon agent state, recovery, and collaboration to DSH. | dsh plugin --profile web add "https://github.com/huangruiteng/loopx/releases/download/dsh-loopx-plugin-v0.1.1-beta.3/dsh-loopx-plugin-0.1.1-beta.3.tgz" | Apache-2.0;Requires Node.js 22.19+, pnpm, Python 3.11+, and initial network access; the published plugin requires LoopX 0.5.3 or newer. |
| LeemanCheung/dsh-task-dag | Inspect task, message, subagent, and workflow topology inside the current DSH Web session. | dsh plugin --profile web add github:LeemanCheung/dsh-task-dag#v1.5.0 | MIT;Agent Teams is an upstream experimental feature and must already be mounted by the host profile; this plugin only visualizes emitted records. |
| SeverusZh/dsh-plugin-subagent-director | Routes each subagent to a provider/model, supports role templates and default routing, orchestrates tasks, and exposes a Web settings bridge. | dsh plugin --profile <name> add dsh-plugin-subagent-director; restart dsh --profile <name>. | MIT;The settings bridge is Web-only and the package targets DSH/Cordis preview peer versions; local link development requires building lib before mounting, while the published package includes build output. |
| fangqian616/consensus-pipeline | Run a multi-agent literature-review pipeline with paper retrieval, debate, citation verification, and report export. | git clone --depth 1 https://github.com/fangqian616/consensus-pipeline.git && npx -p @deepseek-ai/dsh dsh plugin --profile web add file:./consensus-pipeline/dsh-plugin; restart dsh web. | MIT;Runs long external-API research jobs and writes reports; review API costs, uploaded PDFs, and citation outputs. |
| Jackywxsz/DSH-Creator | Local-first content/ops cockpit (inspiration to publish) as a DSH Desktop sidebar plugin. | dsh plugin --profile web add https://github.com/Jackywxsz/DSH-Creator/releases/download/v0.1.0-beta.5/jacky-creator-0.1.0-beta.5.tgz | MIT;Beta v0.1.0-beta.5; macOS + DSH Desktop 2.0.2 + DeepSeek Harness 0.1.1-rc.2; some integrations macOS-only. Brand assets restricted per BRAND_ASSETS.md though code is MIT. |
| MichengAI/dsh-automation | Schedules isolated DSH coding sessions from Web settings or agent tools with workspace, model, skill, permission selection, and run history. | dsh plugin --profile web add @michengai/dsh-automation@0.1.22 --registry=https://registry.npmjs.org/; restart DSH Web and hard-refresh the browser | Apache-2.0;Review saved prompts, workspaces, models, skills, and permission presets; danger-full-access or network-capable tools can make unattended changes. |
| ChongCyrus/Vibe-Mathematics | Natural-language multi-agent math solving: explorer/solver/verifier/planner collaboration, independent review-debate-adjudicate cross-validation, resume, per-project isolation. | dsh plugin --profile <profile> add github:ChongCyrus/Vibe-Mathematics (or npm dsh-vibe-math) | MIT;Depends on ~21 @deepseek-ai/dsh-* host plugin rows; missing rows break preset mounting; very new repo. |
| chumingjun/harness-one | Canvas-based DAG workflow editor embedded in dsh UI: agent nodes, QuickJS sandbox script nodes, HTTP nodes, cron/webhook triggers, Feishu doc read/write. | dsh plugin --profile web add dsh-ccpg-one && dsh web | MIT;Requires Node.js >= 22.15.0; embedded canvas depends on DSH-better-sidebar (standalone /wf1/ canvas still works). |
| KelaoHu/dsh-lowtide | Queue tasks during the day, run them in off-peak low-price windows, produce morning reports; L1-L3 adjudication levels. | dsh plugin --profile web add https://github.com/KelaoHu/dsh-lowtide/releases/latest/download/dsh-lowtide.tgz | MIT;Do not expose port 3080 publicly; enable file whitelist and daily budget for unattended L3 usage. |
| SeaOf0/dsh-redteam-model | Security-workflow automation: stage-gate enforcement, scanner tool wrappers, webshell management, asset hunting, cross-session campaign memory. | dsh plugin --profile web add github:SeaOf0/dsh-redteam-model | MIT;Offensive security tool — webshell generation, AV-evasion and credential handling included; authorized redteam use only. |
| Unclecheng-li/DeepSec | Agent tools for defensive code security audit and authorized penetration testing as DSH native bundles. | dsh plugin --profile <profile> add /path/to/DeepSec/dsh-plugins/deepsec-shield; ... deepsec-spear | MIT;Spear is offensive security tooling — strictly for authorized targets/CTFs; signed scope mandatory. |
| amlyczz/dsh-agy-link | Registers 'antigravity' as a native DSH model provider streaming Gemini/Claude/GPT-OSS via agy CLI; quota HUD; /agy commands. | dsh plugin --profile web add dsh-agy-link | MIT;Multi-account quota rotation may violate Google Antigravity ToS; requires system proxy/TUN in restricted regions. |
| guo6x/dsh-pilot | Browser automation for DSH agents: open pages, DOM snapshots, click/type, navigation, JS eval, screenshots, form filling and uploads. | dsh plugin --profile web add github:guo6x/dsh-pilot | MIT;Browser control tools (pilot_eval, pilot_upload) should be scoped by host permissions. |
| HiWhaleW/dsh-toolbox | Installs 31 DSH tools across 4 bundles: URL/text research, bounded context routing, preflight bundle scanning, compatibility reports. | git clone ... && npm pack --workspace @dsh-toolbox/<component> (x4) && dsh plugin --profile toolbox add ./dist/*.tgz && dsh --profile toolbox | PolyForm-Noncommercial-1.0.0;PolyForm Noncommercial license (no commercial use); experimental MVP targeting DSH 0.1.1-rc.2. |
| Andiii208/dsh-ultramath | 提供数学建模读题、推导、编码、验算、论文和多席审稿流程的 Agent 预设与技能包。 | dsh plugin --profile web add github:Andiii208/dsh-ultramath | MIT;package.json version is 0.6.3 while dsh.plugin.json version is 0.6.2; README also states Node.js 22+ and a DSH-compatible Cordis host are required。 |
| CC19990113/dsh-plugin-codegraph | Lets the agent answer structural code questions (where declared, who calls it, impact, reachability) via 10 read-only codegraph operations. | dsh plugin --profile <name> add dsh-plugin-codegraph | MIT;dsh is in developer preview; indexer tied to schema v4 of the codegraph CLI. |
| ExElectron/dsh-tool-hongtou | Generates standard red-header official documents (/hongtou) as Word 2003 XML with deterministic numbering and formatting. | dsh plugin --profile web add dsh-tool-hongtou | MIT;China-specific official-document formatting; requires Node >=22.19 and DSH web profile restart after mount. |
| klarkxy/zhihu-search | One command for Zhihu search, Zhida ask, trending, user data, knowledge-base CRUD, PDF parse, PPT generation; exposed as DSH Skill and MCP server. | dsh plugin --profile web add "github:klarkxy/zhihu-search" | NOASSERTION;Needs uv/uvx and a valid Zhihu Access Secret; OpenWebUI mode can run without inbound auth on private net. |
| Walvez/dsh-codex-sync | Two-way bridge between OpenAI Codex and DSH: import/export project chats (Codex SQLite ⇄ DSH sessions), live-mount ~/.codex/skills as DSH skills, auto-mirror mcp_servers from ~/.codex/config.toml, web-UI settings modal, bundled codex-sync skill | dsh plugin --profile web add dsh-codex-sync (or insert id: codex-sync in cordis.patch.yml; optional reverse bridge: npx dsh-codex-sync codex-install) | MIT;Actively developed but young (~1 week); bidirectional MCP mirroring reads config.toml with credentials; review mcpMirrorDeny before use |
| LaplaceYoung/dsh-directorx | 以 DSH 为内核的端到端 AI 视频生产 agent harness:无限分镜画布、文生图/视频/音频、FFmpeg 本地剪辑/调色/字幕/质检、348 篇 OKF 知识库、100+ directorx_* 工具、模型自适应接入(已有协议 + generic-rest) | npm i -g @deepseek-ai/dsh@next && dsh plugin --profile web add . && dsh web | Apache-2.0;项目极新(2026-08-15 创建)、star 少;要求 DSH 0.1.1-rc.2+(@deepseek-ai/dsh@next);仓库体积约 38MB 含 vendor 依赖;第三方视频模型均需各自 API Key |
| cloader/dsh-taskboard | DSH web GUI 的任务看板插件:人建卡→agent 认领执行→人验收的闭环协作,提供 10 个 taskboard_* agent 工具、按任务指定模型/preset 的独立会话执行、可选 Git Worktree 隔离、host 侧 cron 定时调度、SSE 实时看板与 diff 查看器,零配置无需额外服务 | dsh plugin --profile web add dsh-taskboard(或 dsh plugin --profile web add github:cloader/dsh-taskboard;开发模式 link: 方式) | Apache-2.0;仓库很新(2026-08-15 创建),版本 0.4.3,要求 DSH ≥ 0.1.1 且启用 web profile;GitHub 源安装时 pnpm 可能拦截构建需手动 allowBuilds 授权 |
| A3Boy/dsh-web-tools | 为 DSH 提供多提供商 Web 搜索/抓取工具(Tavily、Exa、Firecrawl、Parallel、Brave、You.com、Jina、SearXNG),通过原生 web_search/web_fetch 接口暴露,支持提供商排序与自动故障转移、每提供商多 API key 轮换、配额/健康展示、原生设置页、会话级联网开关 | dsh plugin --profile web add github:A3Boy/dsh-web-tools # 重启 dsh web 后进入 Settings → Web Search 配置 | MIT;针对 DSH 0.1.0-rc.6 开发测试,上游 rc 版本演进时接口可能变动;属第三方社区插件,需在社区目录核对是否官方认可 |
| EthanYoQ/Invoice-Downloader | 在 DSH Web 右侧边栏运行本地 IMAP 发票自动化:抓取 QQ/163 邮箱发票附件、Playwright 恢复百望云/税务平台链接 PDF、本地 OCR + 模型字段提取、规则分类归档并生成 Excel 报销汇总 | dsh plugin --profile web add @ethanyoq/dsh-invoice-downloader && dsh web --profile web(然后面板内安装本地引擎、填 IMAP 授权码) | Apache-2.0;插件为 0.1.0 首版(2026-08-22 发布),维护历史很短;依赖 Playwright 自动化第三方税务平台登录且持有邮箱凭据,生产使用前需人工复核所有发票/报销结果 |
| Tokeii0/dsh-lovelyaudit | Automates black-box and source-code security audits inside the DSH sidebar: P0-P7 target mapping, vulnerability reports with PoC/EXP and severity grading. | dsh plugin --profile web add https://github.com/Tokeii0/dsh-lovelyaudit/releases/latest/download/dsh-lovelyaudit.tgz | 未发现;Security scanning tool — authorized engagements only; no open-source license (package.json private/UNLICENSED). |
| ZSeven-W/dsh-android | 在 DSH 对话中实时流式显示并操控 Android 设备(模拟器或 USB 真机),通过 adb 驱动,提供 20 个 agent 工具:设备管理、屏幕点击/拖拽交互、Gradle 构建运行、UI 树解析、OCR、日志/进程/内存查看 | dsh plugin --profile web add @zseven-w/dsh-android@latest && dsh web | MIT;版本 0.1.0-rc.4 处于早期 RC 阶段,需 Node>=24.11.0 且 DSH>=0.1.0-rc.6;OCR 三个工具仅 macOS 可用 |
| alxshelepenok/grove | 将 Grove 工作流协议 CLI 作为 agent 工具暴露给 DSH:7 个只读工具(status/next/packet/list/show/ready/path)+ 6 个变更工具(add/field/set/evidence/fitness/link),薄封装、不变式与证据门禁仍由 Grove CLI 强制执行 | 需先安装 grove CLI 至 PATH,然后:dsh plugin --profile <name> add /path/to/grove/packages/dsh && dsh --profile <name> --dump-config | AGPL-3.0;安装文档路径写作 packages/dsh-plugin 而实际目录是 packages/dsh;bun install 因未发布的 @deepseek-ai/dsh-type-meta peer 依赖需 override 到本地 stub;插件依赖 grove CLI 预装 |
| tonyd2wild/DeepSeek-Harness-Browser | 在 DSH 聊天界面的内嵌浏览器面板:通过 CDP 驱动真实 Chrome(独立持久化 profile,可登录交互),模型可调用 open_preview/read_preview/close_preview 三个工具驱动浏览器并读取实时 DOM/屏幕文本;本地 md/html/图片/PDF/代码文件渲染预览与下载,可选 Electron 桌面壳 | git clone https://github.com/tonyd2wild/DeepSeek-Harness-Browser && dsh plugin --profile web add /abs/path/to/DeepSeek-Harness-Browser/plugin;再复制 examples/cordis.patch.yml 到 $DSH_HOME/profiles/web/cordis.patch.yml,重启 dsh web | MIT;仓库极新(单日 3 commits,2026-08-21 创建),面向 DSH 预发布版 0.1.0-rc.6;package.json 的 @deepseek-ai/dsh-tools 依赖是 Windows 本地路径 link:,非本机不可解析;PDF 文本层需额外 Python+PyMuPDF |
| bihangchi9-creator/dsh-lark-bridge | 将 dsh 编码代理桥接到飞书/Lark 群聊:一个群聊对应一个项目目录,入站飞书消息驱动 dsh 代理轮次、回复流式回传,支持图片/附件、持久会话、斜杠命令、QR 码零配置注册飞书机器人 | git clone https://github.com/bihangchi9-creator/dsh-lark-bridge.git && cd dsh-lark-bridge && pnpm setup(Windows: pnpm setup:win);之后启动 DSH_PERMISSION_MODE=danger-full-access dsh web | MIT;仓库极新(2026-08-19 创建,v0.0.1);对外可达的部署必须配置 DSH_LARK_ALLOWED_CHATS/USERS,否则等于把编码代理暴露给任意消息发送者 |
| caoyiwei850/dsh-ssh-ops | SSH terminal (xterm.js), SFTP file manager, port forwarding, multi-server fan-out, DB query/management over SSH tunnel, 24 agent tools. | dsh plugin --profile web add github:caoyiwei850/dsh-ssh-ops#v0.2.13 && dsh web | MIT;High-privilege remote-ops tool; review blast radius of cluster/DB commands. |
| Dely0/dsh-personal-workbench | Adds a local Web workbench for calendar and tasks, AI clarification/decomposition/execution/review, plans, reports, and knowledge capture. | dsh plugin --profile web add @dely0/dsh-personal-workbench; restart dsh web and hard-refresh the browser. Development mount: pnpm build; dsh plugin --profile web add link:/path/to/dsh-personal-workbench. | MIT;The README targets DSH 0.1.0-rc.6 Web DOM contracts and single-user local use; AI execution may modify workspace files and consume configured model/API quota. |
| Tabbit-Browser/dsh-tabbit | 让 DSH 代理通过 tabbit-cli 控制真实 Tabbit 浏览器——真实页面、真实登录态、真实交互,用于 web 自动化、信息提取、QA 与基准测试;附带 tabbit_browser_install 与 tabbit_plugin_update 两个工具 | dsh plugin --profile web add dsh-tabbit(npm 不可达时回退:dsh plugin --profile web add github:Tabbit-Browser/dsh-tabbit),然后 dsh web;要求 Tabbit Browser >= 1.9.0 | MIT;依赖外部闭源浏览器产品 Tabbit(tabbit.ai)且需本机 GUI 浏览器;E2B/远程容器等沙箱中无法工作;旧仓库名为 dsh-plugin,2026-08 重命名 |
| MichengAI/dsh-agency-agents | 为 DSH Web 提供 271 个可召唤的领域专家子代理(expert mode):Settings→Experts 中按分类启用/搜索,提供 list_experts / summon_expert 工具,spawn/fork 两种子代理 provider,支持外部专家目录(AGENCY_AGENTS_ROOT) | dsh plugin --profile web add @michengai/dsh-agency-agents@latest --registry=https://registry.npmjs.org/(源码方式:clone → pnpm install → pnpm build → dsh plugin --profile web add .) | Apache-2.0;社区维护,非 DeepSeek AI 官方产品;内置 271 个 personas 源自 The Agency(MIT 许可,需保留 NOTICE 署名);外部专家目录内容会作为子代理系统提示词,仅应从可信来源加载 |
| amplifthq/oh-my-dsh | DeepSeek Harness 的开箱即用编码环境:workspace-write+ask 默认权限、SSRF 加固 web 抓取、内置 LSP 与语义重命名、MCP 惰性激活(提案+审批)、插件锻造与技能蒸馏(SKILL.md)、eval/opt 控制、便携版与 npm 双渠道分发 | curl -fsSL https://github.com/amplifthq/oh-my-dsh/releases/latest/download/install.sh | sh && omd setup && omd(或 npm install --global oh-my-dsh && omd setup && omd) | MIT;npm 包名 oh-my-dsh 是发行版/overlay 而非单一插件;README 未提及 package.json 的 dsh 字段;不支持原生 Windows(需 WSL2);与 DeepSeek 无官方隶属关系 |
| uson1x/dsh-plugin-llm-verifier | Adds verify_select, verify_compare, verify_track, and verify_rollout tools for model-based candidate grading and best-of-N generation. | cd ~/.dsh/profiles/web && npm install github:uson1x/dsh-plugin-llm-verifier; append the llm-verifier insert from examples/cordis.patch.yml with provider and model to that profile's cordis.patch.yml; restart dsh. | MIT;provider and model are required configuration; verify_rollout needs a spawn subagent provider and runs multiple model calls, so a normal request can take minutes and incur substantial usage. |
| limuyang2/agent-team | Lets you build teams of independent AI agents inside DSH (different models/providers, roles, shared workspace, per-role Skills & MCP scope) | npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team | MIT;Only selects/uses Skills & MCP already exposed in the active profile; does not manage their lifecycle — install those plugins first |
| lusblead/dsh-Kingdom | In-session multi-agent governance: kingdom init, territory CRUD, plan/assign/execute/review task loop, event ledger, optional local GUI console. | dsh plugin --profile web add dsh-kingdom | BSD-3-Clause;Unofficial community project; README tgz version lags latest release. |
| not-big-dog/DSH-pipeline-kernel | 多 Agent 单向任务链编排内核:pipeline_define/deploy/seed 定义部署管线,pipeline_push/list/claim/done 任务投递认领流转并自动路由下一环,台账注册表持久化,v0.8 起默认 5 分钟 watchdog 巡检自愈僵尸任务,Web 控制面板(活动/管线/新建/归档 Task Inspector) | dsh plugin --profile web add <path-to-this-package> | MIT;watchdog 默认开启会主动修改任务状态并可能自动汇报主管;新工具仅在重启后新会话生效(存量会话需重建);peerDependencies 限定 @deepseek-ai 各 rc 版本范围,环境要求 node ^22.19||>=24 |
| unclecode/toolshrink | Reduces oversized agent tool output by semantic shape with honest omission markers and disk spill, cutting context cost. | dsh plugin --profile web add github:unclecode/toolshrink | MIT;Very new (created 2026-08-17); dist shipped in-repo for git installs; only DSH adapter shipped. |
| Viy1204/recruiting-copilot | Recruiting workflow skills (role clarification, daily dual-channel sourcing/shortlist, resume review, interview scheduling, candidate ledger & daily report) plus a Web UI browser panel that live-controls Boss/liepin sessions | dsh plugin --profile web add git+https://github.com/Viy1204/recruiting-copilot.git | 未发现;High account-ban risk: BOSS now defaults to headed (headless HeadlessChrome UA triggered 24h web-login limits); panel default folded/read-only with lock-gated input; enabling Lark CLI adds external mailbox API credentials; do not set RECRUIT_BROWSER_HIDDEN=true for BOSS; check issues #33/#20/#17 for risk-control details |
| Xuxchloris/deepseek-harness-sdr-plugin | Controllable SDR digital employee for DSH: 9-stage foreign-trade lead-gen SOP driven by a server-side state machine, human approval gating on outreach drafts (hash-bound), lead dedupe, hybrid RAG knowledge base, and audit logging; Email/WhatsApp/CRM connectors default to dry-run with no real sends. | dsh plugin --profile web add @xuxchloris/dsh-sdr | MIT;Default connectors are dry-run (no real sends). Live sending requires deployer-provided connectors plus explicit DSH_SDR_AGENT_LIVE_CONFIG=1; agent can write non-sensitive connector config (host/port/sender/credential name) but never credential values. Only validated on DSH 0.1.0-rc.6. Knowledge/config writes need explicit env flags (DSH_SDR_AGENT_KNOWLEDGE / DSH_SDR_AGENT_CONFIG). State persisted to local JSON by default; multi-instance needs PostgreSQL adapter. |
| agentrq/agentrq | Human-in-loop realtime conversational task manager; DSH plugin bridges workspace tools to model as mcp__agentrq__* tools and opens a supervised dsh session per task | npx @deepseek-ai/dsh plugin --profile agentrq-<workspace> add @agentrq/dsh-plugin-agentrq | Apache-2.0;插件连接云端 AgentRQ workspace 的 MCP URL(含 token),任务与对话经外部服务传输 |
| fwerkor/local-shell-mcp | MCP control plane for shell/files/Playwright browser/remote machines; repo root doubles as a DSH bundle exposing full LSM tool surface incl. remote_manage/remote_transfer | dsh plugin --profile web add 'github:fwerkor/local-shell-mcp#main'; 需先在同机运行 LSM 服务 (docker compose up -d) | MIT;提供本地 shell 与远程机器执行能力,生产环境务必固定 commit 并收紧暴露 |
| juntaoding/Flowboard | Open-source office collaboration & team management inside DSH: goals, meetings, people, agent execution, progress and documents in one workflow; bundled Whisper transcription | dsh plugin --profile web add @flowboard/dsh | MIT;Alpha (0.1.2-alpha.5), breaking changes likely; ~430MB release with bundled Whisper model; local data not auto-deleted on uninstall |
| Q00/ouroboros | Agent OS:面试式提问+阶段评估+预算化自进化循环;MCP server 可挂入 DSH cordis.yml 获得 ouroboros_interview/auto 原生工具,或 --llm-backend dsh 驱动 DSH 的 ACP server | pipx install 'ouroboros-ai[mcp]'; mount Ouroboros MCP server into DeepSeek Harness cordis.yml with @deepseek-ai/dsh-mcp-client (see README) | MIT;进化循环会执行评分命令/模型生成代码,涉及多模型 API 调用 |
| rinDBeans/dsh-miraculous-standard | Selectable DSH agent preset: Minimal-exact first-request bootstrap, model-aware tool-catalog promotion, unified context-gate, epoch-aware compaction, Windows custom-bash normalization. | dsh plugin --profile web add github:rinDBeans/dsh-miraculous-standard (or cp -r preset ~/.dsh/.agent-presets/miraculous-standard) | MIT;Community experiment, not officially endorsed; capability gains acknowledged as unverified; requires dsh rc.5+. |
| zhu168/dsh-save-money | Pause/resume time windows: at pause time running long tasks and goals are frozen (not stopped) and auto-resume after the window; no requests inside a window saves LLM API cost; one-click DeepSeek peak preset, banner + header status, optional balance and spend stats, 10-language UI | dsh plugin --profile web add github:zhu168/dsh-save-money# | MIT;会在设定时间窗自动暂停/恢复运行中的任务与目标(高峰省钱);可选读取官方余额与消费统计;配置存 save-money.config.json |
| alib8b8/aflare | Local-first automation agent (ReAct, DAG/WAL/Saga workflows, 300+ skill templates, MCP server/client); DSH Cordis plugin exposes aflare_* tools natively. | dsh plugin --profile <profile> add @alib8b8/dsh-plugin-aflare | 未发现;插件需本机 aflare 二进制在 PATH;工具本地执行为主,无云端泄露。 |
| Classicoke/cleverer-dsh | Retry/stuck-loop interception, todo-plan discipline, memory dedup, self-evolving skill library, fast file lookup, env health checks. | dsh plugin --profile web add github:Classicoke/cleverer-dsh | MIT;New repo (created 2026-08-15); verified only on Windows/PowerShell; mixing the two install paths duplicates plugin hooks. |
| kanghelyu/dsh-deepseek-flow | Visual Markdown-first workflow editor for dsh web: WORKFLOW.md/STEP.md as editable node-arrow canvas, two-way sync, 8 logic gates, flow_* tools + bundled Skill; editor only. | `dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"; restart dsh web; verify: dsh web --dump-config \ | grep deepseek-flow` |
| NanmiCoder/dsh-auto-mode | Auto 权限模式:常规操作在官方 workspace-write 沙箱内自动放行,语义风险由当前 DSH 模型分类,歧义问一次、危险路径直接拒绝 | dsh plugin --profile web add @nanmicoder/dsh-auto-mode (或 git clone + pnpm install && pnpm build && dsh plugin --profile web add .) | MIT;自动放行覆盖面大,使用前建议读 DESIGN.md 威胁模型;Windows 沙箱仅 partial 强制;分类器复用当前会话模型 |
| Nyasers/dsh-hanako | 把 DeepSeek Harness 接入 Hana 宿主:作为进程外 subagent 派发 dsh_run/dsh_approve/dsh_cancel/dsh_ops/dsh_search 任务,DSH Web UI 内嵌标签页呈现,主题/凭据/默认模型跟随 Hana | 从 GitHub Releases 下载 dsh-hanako-v<version>.zip 拖入 Hana 插件安装界面(或解压到插件目录),再让 Agent/页面完成依赖安装;dsh web host 由插件 spawn dsh --profile web --patch 启动,非 dsh plugin 命令 | MIT;直读 Hana 宿主 provider-catalog.json 凭据并拉起 dsh web host 运行完整 agent 任务,审批经宿主通道放行,凭据在本机暴露 |
| orziz/odai | 任务治理框架:对齐目标/事实/授权/风险/验收,按证据规划、调度、验证到交付;主分发为 SKILL,odai-dsh-plugin 将治理应用到 DSH 全部预设与 Agent | dsh plugin --profile web add odai-dsh-plugin (或 npx skills add https://github.com/orziz/odai --skill odai) | MIT;DSH 插件(odai-dsh-plugin)为副分发,主分发是 SKILL;治理执行仍需遵守 DSH 权限体系 |
| acefun29/dsh-file-mount | Incremental file mounting into model context with repeat-read dedup: tracks which line ranges per file are already in context, re-reads only missing parts, invalidates on disk change/compaction; '挂载文件' tab shows the ledger and session token savings. | npx @deepseek-ai/dsh plugin --profile web add github:acefun29/dsh-file-mount (or file:../dsh-file-mount; GitHub installs need prepare-build allowance in the profile pnpm-workspace.yaml) | MIT |
| Aeanfx/dsh-plugin-dated-folders | Auto-archives every file the agent generates into a YYYY-MM-DD_ | dsh plugin --profile web add dsh-plugin-dated-folders, plus add name: dsh-plugin-dated-folders to the agent preset's agent.cordis.yml (or profile cordis.patch.yml) | MIT;Fully AI-produced per README; review before use. |
| AIMFllyYS/dsh-operating-context | Settings page capping every configured model to a working context window clamped to what it can actually hold; applied via settings.mutate in the user layer (preserves keys/endpoints, no second compaction engine). | npx @deepseek-ai/dsh plugin --profile web add github:AIMFllyYS/dsh-operating-context#v0.1.0 (or #<sha>; from checkout: pnpm dsh plugin --profile web add .; remove: dsh plugin --profile web remove dsh-operating-context) | MIT |
| Alexis-fish/dsh-projects | Codex Projects 式工作单元:用 /project 创建隔离的命名项目(多会话+项目背景/目标),背景默认注入每个绑定会话(可按会话关闭);纯 Cordis commands + systemPrompt 服务,零运行依赖,29 个测试含真实 Context 挂载。Codex-style isolated named work units with persistent background/goal injected into every bound session. | dsh plugin --profile web add dsh-projects (or: dsh plugin --profile web add github:Alexis-fish/dsh-projects#v0.1.0) | MIT;Fresh repo (created 2026-08-14); verify npm publish parity with the git bundle before trusting version pin. |
| bernardleex526/oh_my_deepseek_harness | Multi-agent orchestration preset for DSH (inspired by oh-my-opencode-slim): Orchestrator persona + six @deepseek-ai/dsh-tool-subagent delegation instances with boundary lines, selectable in the web UI alongside cordis without touching the host; zero-invasive incremental preset. | Run the repo install script (build + copy preset to $DSH_HOME/.agent-presets/) or npm pack dsh-multi-agent-orchestrator + extract; verify with node scripts/smoke-mount.mjs | MIT;Build requires dsh-tool-subagent schema presence; npm pack name is dsh-multi-agent-orchestrator. |
| blueWhalei/dsh-verify-gate | Requires the agent to run the workspace's verification commands before it can conclude work is done; default config can be replaced per profile via cordis.patch.yml (id dsh-verify-gate). | dsh plugin --profile web add /absolute/path/to/verify-gate (or: dsh plugin --profile web add github:blueWhalei/dsh-verify-gate); override config in the profile's cordis.patch.yml | MIT |
| CatNebulaaaa/wps-dsh-plugin | WPS Office DSH 适配层:通过 DSH 自带 MCP Client 启动 lc2panda/wps-skills 的 wps-office-mcp(200+ 办公工具),并注册 wps-office-dsh Skill(DSH 专属路由/安全/错误处理规则);failOnStartupError 启动自检(OK/WARN/ERROR,ERROR 非零退出)。 | dsh plugin --profile web add github:CatNebulaaaa/wps-dsh-plugin#COMMIT_SHA(本地已构建 DSH 时 dsh plugin --profile web add .),需预设 WPS_SKILLS_ROOT / WPS_OFFICE_MCP_ENTRY 环境变量及已构建的上游 wps-skills checkout | MIT;依赖上游 lc2panda/wps-skills 构建产物与 WPS 加载项;按 DSH 0.1.0-rc.5 开发验证。 |
| cheng-nan01/dsh-tool-playwright | Playwright 浏览器自动化工具:让 AI 真实打开浏览器上网——访问页面、点按钮、填表单、切标签页、读页面内容;默认配置可在 cordis.patch.yml 整块覆盖(patch 不合并),可指定 executablePath;附 pnpm smoke 端到端自测。 | git clone 后 dsh plugin --profile web add link:/full/path/to/dsh-tool-playwright(Windows 可用 link:D:\...);npx playwright install chromium;重启 dsh web;dsh --profile web --dump-config 验证 "# == dsh-tool-playwright" 层 | MIT;浏览器自动化能力高风险,授予前确认会话信任边界。 |
| ChengChe106/dsh-web-auto-open | dsh web 一键启动:服务器监听成功后自动用系统默认浏览器打开 Web 界面——通过官方 @deepseek-ai/dsh-native-command 调用系统命令,注入 webServer 读取就绪端口,无需手输 URL/脚本。 | dsh plugin --profile web add dsh-web-auto-open(未全局安装时 npx --yes @deepseek-ai/dsh plugin --profile web add dsh-web-auto-open) | MIT |
| CheshireJCat/blender | DSH 的 Blender 3D 生产插件:编排器 + 29 个领域技能 + 13 个工作区工具,覆盖建模、重建、渲染、校验与导出 | npx @deepseek-ai/dsh plugin --profile web add dsh-blender; npx @deepseek-ai/dsh plugin --profile web exec dsh-blender-setup; 或 npx @deepseek-ai/dsh plugin --profile web add github:CheshireJCat/blender#v0.2.1 | MIT;本地启动 Blender 后台进程并执行 bpy/bmesh 代码、写 .blend 文件,建议核对 restrictToWorkspace 配置 |
| cnyac/dsh-polling | Cron/scheduled-task plugin: natural-language creation ('每天上午9点检查稿件文件夹'), scheduled real DSH sessions with model tools (polling_*), full management UI (Settings → 插件 → 轮询任务) for create/list/edit/run-enable-disable/delete; task data stored locally under $DSH_HOME. | dsh plugin --profile web add dsh-polling (or github:cnyac/dsh-polling; or local tarball; profile cordis.patch.yml row name: dsh-polling overridable) | MIT |
| EvilIrving/dsh-context-proxy | Thin on-demand context-retrieval layer for DSH: serves sessionQuery/context lookups backed by the dsh-tool-fs-search retrieval path, removing the system rg dependency. | dsh plugin --profile <name> add github:EvilIrving/dsh-context-proxy (or: dsh plugin --profile <name> add ./dsh-context-proxy) | MIT |
| FEOH333/dsh-delegate | Model-aware subagent delegation toolkit: per-call models, depends_on dependency gating, per-child personas, durable run roster (.dsh-subagents/runs.jsonl), audit events, and conversation-flow tool cards. | dsh plugin --profile web add github:FEOH333/dsh-delegate, then add two rows name: dsh-tool-subagent-model to $DSH_HOME/profiles/web/cordis.patch.yml; restart (uninstall: remove the two rows) | MIT;Multi-process writes to the same workspace roster are not guaranteed consistent; per-child personas and dependency gating deserve review. |
| greatwhitesharklab/dsh-plugin-subagent-manager | 模型优先的子代理管理:subagent_models / subagent_run / subagent_list 三工具,可按 provider/model 固定子代理;pin a provider/model per subagent from the model catalog | Dynamic Cordis plugin in a DSH GUI session: cordis_define with code.host = src/host.js, then cordis_run (approve in UI) | MIT;Dynamic install is process-memory (re-define after restart); no npm bundle; 0 stars, very early stage |
| ICCuse/dsh-pain-point-check | 痛点检查守卫:两次实验未收敛后注入三问题、拒绝非调查类工具调用直到回答、阻止同方向重试 | npm install github:ICCuse/dsh-pain-point-check,然后在 ~/.dsh/profiles/web/cordis.patch.yml 添加挂载行 name: 'dsh-pain-point-check' | MIT;守卫未满足时会阻塞非调查类工具调用,需按需调整 allowlist |
| isolat-3k/dsh-kanban | 看板:9 列任务流转/拖拽/评论/事件时间线/多看板,就绪任务派发给 DSH 子代理真实执行并自动 Ready→Running→Done 流转、回写结果摘要 | 动态加载:对任意 cordis 模式会话发送恢复提示(读取 plugin/host.js + plugin/client.js 全文用 cordis_define 定义 idPrefix=kanban 插件,再 cordis_run 激活),见 README 恢复步骤 | MIT;DSH 重启/刷新页面后动态插件不自动恢复,需重新 cordis_run 激活(落盘数据不受影响);运行中任务会标记为阻塞 |
| keepermttl/dsh-download-monitor | 下载监控:agent 拉起下载后自动监控(manifest ~/.dsh/dlmon/tasks.json 注册制),页面右下角悬浮窗展示进度,完成/停滞/失败时向会话发结构化报告并唤醒 agent;附全局技能 download-monitor | git clone + pnpm install + pnpm build,然后 dsh plugin --profile web add link:$(pwd)(Windows: link:E:\path\to\dsh-download-monitor) | MIT;唤醒目标必须使用完整 session id(含 session- 前缀),裸 uuid 会被 host 拒绝 |
| KitDoesIt/dsh-compaction-instant | LLM-free lossless* compaction 引擎:recall/search 模型工具与 /recall 命令(带 seq 指针)可搜索并恢复被压缩的对话内容;/compact 命令与别名替换(standard/code/cordis 预设) | dsh plugin --profile web add dsh-compaction-instant(或别名替换: dsh plugin --profile web add "@deepseek-ai/dsh-compaction-basic@npm:dsh-compaction-instant";Method 3: 复制内置 preset 后把 compaction 引擎行换成 dsh-compaction-instant) | MIT;注意 alias 替换后 standingKeyFor 等验证要求;勿编辑内置 preset 安装 |
| Lhy723/dsh-self-evolution | 基准驱动自我进化:对冻结 benchmark 迭代 AGENTS.md/Skills/runtime.json/config,仅接受严格更优改动否则从快照回滚 | dsh plugin --profile web add github:Lhy723/dsh-self-evolution(或 dsh plugin --profile web add dsh-self-evolution / ./dsh-self-evolution-0.1.1.tgz) | MIT;会重写 profile 的 AGENTS.md/skills/runtime.json/config,启用前确认基准冻结与回滚快照机制。 |
| LnsiAxe/dsh-web-restart | 确保/轮换 DSH web 服务进程:WMI 宿主下创建新进程实现脱管重启;web profile 加载时写 <DSH_HOME>/dsh-web-restart.flag,下个会话回合插件删 flag 并重启服务(用于加载新插件/新代码)。 | dsh plugin --profile web add @lnsiaxe/dsh-web-restart (web profile 触发 flag 重启)+ dsh plugin --profile headless add @lnsiaxe/dsh-web-restart (服务挂掉后 headless 启动自动拉起);或 file:<插件目录> | MIT |
| LvienOeria/dsh-desktop-launcher | 桌面双击启动器:macOS 生成带官方鲸鱼图标的 dsh.app、Linux 生成 dsh.desktop 入口,双击即启动 dsh web 并自动打开浏览器;apply 幂等收敛启动脚本/图标(约147KB,零依赖),不装终端命令/不动 PATH。 | dsh plugin --profile web add dsh-desktop-launcher (或 github:LvienOeria/dsh-desktop-launcher / ./dsh-desktop-launcher);可用 profile cordis.patch.yml 配置 iconFile/sourceDir | MIT;前置要求 dsh CLI + pnpm>=9。 |
| LvienOeria/dsh-launcher | 终端命令启动器:安装 dsh-go 到 ~/.local/bin,一键启动 Web UI 并自动打开浏览器;bundle apply 幂等收敛启动脚本与命令(约9KB,零依赖),关闭/终止终端即停止服务。 | dsh plugin --profile web add dsh-launcher (或 github:LvienOeria/dsh-launcher / ./dsh-launcher);可用 profile cordis.patch.yml 配置 command/sourceDir | MIT;前置要求 dsh CLI + pnpm>=9。 |
| lynx-gt/dsh-subagent-cwd | 子代理委派增强:在 dsh-subagent-tools(按调用 model/provider/persona 覆盖、@preset: 引用、provider/model 复合 id)基础上新增按调用 cwd 工作目录参数,随附两个 provider patch 使 cwd 生效;bundle 需按 lib/index.js 入口 patch。 | dsh plugin --profile web add dsh-subagent-cwd;web profile 下需挂载 agent preset @deepseek-ai/dsh-tool-subagent 提供工具表面;remove 同命令 | MIT;rc.6 bundle;dsh 升级会使其失效直到重跑 patch 或发布新版。 |
| lynx-gt/dsh-subagent-tools | 子代理委派工具增强:按调用提供 model/provider/persona/toolFilter 覆盖、@preset: 引用、provider/model 复合 model id;作为标准 bundle 通过 cordis.patch.yml 禁用官方 tool-subagent 行并补齐工具 schema 行;已验证 5 个官方 preset。 | dsh plugin --profile web add dsh-subagent-tools (或 github:lynx-gt/dsh-subagent-tools#main 或 ./dsh-subagent-tools);headless/非 web profile 可用配套 dsh-subagent-tools-cwd 包直接 bundle | MIT |
| mario03690/dsh-netcafe | 一键接入 AI NetCafé 托管工具:语句抽取与自校验对账、SQL 方言转译、大陆可达性检测、跨会话记忆、服务器端定时 agent;通过预置 dsh-mcp-client 行指向远程 MCP 服务(URL 带 ?s=dsh-plugin 渠道标签)。 | dsh plugin --profile <your-profile> add dsh-netcafe (peer @deepseek-ai/dsh-mcp-client 随 dsh 自带;缺失时先 dsh plugin --profile <your-profile> add @deepseek-ai/dsh-mcp-client;remove 同命令) | MIT;digest 头部 LICENSE 显示 Not found(README 未列);数据流向第三方厂商服务器,注意隐私边界。 |
| MAXeaglet/dsh-bash-terminal | Adds a shell tool that unifies PowerShell / Git Bash / WSL command execution on Windows via ctx.subprocess; coexists with sandboxed default pwsh (process-tree kill, SIGTERM->grace->SIGKILL, output spill files). | npm install -g dsh-bash-terminal && dsh plugin --profile web add dsh-bash-terminal | MIT;Arbitrary command execution — audit before granting to untrusted sessions. |
| Miku196/dsh-tokensave | Keeps a tokensave semantic graph fresh (apply-time init/sync, .gitignore hygiene) and teaches the agent to prefer its tools; two bridges: cli (direct tokensave tool, names tokensave_) or mcp (@deepseek-ai/dsh-mcp-client, names mcp__tokensave__); system-prompt section injection. | dsh plugin --profile web add github:Miku196/dsh-tokensave then add the mount row(s) to $DSH_HOME/profiles/web/cordis.patch.yml (cli mode one line: name: dsh-tokensaver) | MIT;No in-repo cordis.patch.yml — mounting is manual (documented); verify the mount row id and bridge mode. |
| nonewind/dsh-director | 「总监模式」Agent 预设:双层委派架构——主 Agent(总监)跑高价值模型只做判断/计划/分解/验收,子代理经 agentOptions 固定跑低成本模型(opencode-go / deepseek-v4-flash)执行任务;maxDepth:1 限制两层委派,toolFilter 从执行层移除委派与询问工具,附 8 项验收清单的 ducheck 任务。 | cp preset/agent.cordis.yml preset/preset.yml ~/.dsh/.agent-presets/director/;改执行模型编辑 preset/agent.cordis.yml 两处 agentOptions.model(及必要时 provider) | MIT;预设面向高价值模型;会话选择模型决定总监能力上限。 |
| Nwflower/dsh-file-claim | 文件认领/保护:并发 DSH 会话在同一工作区编辑时的 claim/release、心跳过期接管、异步 pending 合并区(git 3-way merge);DSH-native(身份、工具、事件、guard 与斜杠命令集成),状态存 | dsh plugin add dsh-file-claim(或 dsh plugin --profile web add -w link:<repo-path>);bundle 自带 cordis.patch.yml(- id: dsh-file-claim / name: dsh-file-claim) | MIT;并发协调类插件,建议先在受控工作区验证 3-way merge 合并行为。 |
| openma-ai/deepseek-harness-acp | Agent Client Protocol (ACP) 服务器:让 Zed 等 ACP 客户端经由完整 dsh-base 使用 DeepSeek Harness(沙箱 bash/文件系统、todo 计划、skills、子代理);每个 session/new 挂载 @deepseek-ai/dsh-mcp-client(stdio/streamable HTTP);provider/model 可在 profile 的 cordis.patch.yml 覆盖。 | npm install -g @deepseek-ai/dsh 后 dsh plugin --profile acp add -w @openma/deepseek-harness-acp;独立服务器方式:npm install -g @openma/deepseek-harness-acp && dsh-acp --help(配合 Zed ACP 配置) | NOASSERTION;license 为 NOASSERTION(未声明具体许可);运行前确认 ACP 客户端来源与本地服务绑定范围。 |
| peach0x33a/dsh-open-browser | After dsh web starts listening, auto-opens http://127.0.0.1: | dsh plugin --profile web add dsh-open-browser (npm, github:peach0x33a/dsh-open-browser, or /path/to/dsh-open-browser) | MIT |
| PerryLink/dsh-background-agents | Start a durable continuable child agent, watch its progress in a Web UI sidebar, message it any time, and interrupt it — all through the official subagent seam; Config-driven, session-log notices with canonical [background-agent | dsh plugin add dsh-background-agents (pnpm add dsh-background-agents; adds the row to the profile's cordis.patch.yml) | Apache-2.0 |
| Pheobe-Southwood/dsh-acp-paseo | Bridges DSH to Paseo over ACP (Agent Client Protocol): launcher spawns dsh on a self-healing dedicated profile, bridge plugin translates session events into ACP update streams; model list/credentials/modes auto-discovered from the dsh side, zero Paseo config. | npm install -g dsh-acp-paseo && dsh-acp-paseo-install-provider (idempotently writes ~/.paseo/config.json agents.providers.dsh with backup) | MIT |
| qing3a/dsh-repo-context | 把分支/脏文件数/最近提交与仓库规范动态注入 system prompt(依赖 ctx.systemPrompt) / Injects git status and repo conventions into the DSH system prompt. | dsh plugin --profile web add @qing3a/dsh-repo-context | 未发现;No license declared; depends on base bundle dsh-system-prompt. |
| sandbaseai/sandbase-harness | CMA 兼容多 agent 运行时:本地跑任意模型(Ollama/vLLM/Claude/GPT)、MCP 工具、场景模板、仪表盘;提供 DeepSeek Harness bridge(agents/sessions/streamed turns) | dsh plugin --profile web add managed-agents(另可 npx managed-agents init/start 独立运行,见 examples/deepseek-harness/README.md) | NOASSERTION;567 stars 的成熟独立项目,但作为 DSH 插件的装配尚需按 examples 验证;license 未断言 |
| Sev7een/dsh-plugin-automations | Web Profile 定时任务:准点执行、DeepSeek 谷时段「空闲执行」、每日重复;自动化消息标记 kind:'plugin' 不冒充人工输入 | dsh plugin --profile web add github:Sev7een/dsh-plugin-automations(或 dsh plugin --profile web add dsh-plugin-automations) | 未发现;本地开发需 --legacy-peer-deps(dsh-storage-domain peer 范围不匹配);仓库无 LICENSE 文件 |
| Songran241/dsh-req-workbench | 需求管理工作台(Web UI):从对话 turn/粘贴文本/本地文件解析功能需求与子任务,支持截止时间与超时提醒 | dsh plugin --profile web add github:Songran241/dsh-req-workbench(或手动加依赖 + dsh.profile.bundles 后 corepack pnpm install) | MIT |
| superclaude1/dsh-vision-android | 多模态视觉(OpenAI-compatible)+ Android adb UI 自动化:mobile_install(adb install -r APK)、截图、真实点击等设备操作,用于移动 App 测试。 | dsh plugin --profile web add ./dsh-vision-android(本地 link)或 github:you/dsh-vision-android;或复制 cordis.example.yml 后 dsh web --patch /path/to/dsh-vision-android/cordis.yml | MIT;设备自动化能力高风险,确认真机测试授权;API Key 走环境变量。 |
| sybolization/agent-jit | JIT 编译器:把 agent loop 中确定性的执行路径编译成 DSL 程序直接执行,降低 token/往返轮次与上下文暴露;注册两个 JIT 元工具(标准 ctx.tools 注册,走完整执行策略管线)。 | dsh plugin --profile web add agent-jit(或 dsh plugin --profile web add github:sybolization/agent-jit;卸载 remove agent-jit) | MIT;DSL 程序直接执行工具链,审计允许执行的工具集合。 |
| Temoa/dsh-rules-paths | Claude Code 风格 paths 规则注入:读取文件 → 匹配路径/glob 规则 → 在下一步边界注入模型上下文(遵循 @deepseek-ai/dsh-agent-instructions:tools/result hook + agent.inbox.nextStep + agent/pre-step folding);内置 standard/code/minimal/cordis presets 与 agent.cordis.yml 变体。 | dsh plugin --profile web add git+https://github.com/Temoa/dsh-rules-paths.git(卸载:dsh plugin --profile web remove @temoa/dsh-rules-paths) | MIT;规则内容会进入模型上下文;预设按进程缓存,修改需复制而非编辑 shipped presets。 |
| tkr520521/dsh-team-runner | 多 Agent 编排:基于 @deepseek-ai/dsh-subagent 系列(dsh-subagent-spawn-in-process / dsh-subagent-fork-in-process,provider: spawn/fork),策略门控的 agent 团队;profile cordis.patch.yml 挂载。 | dsh plugin --profile <name> add /path/to/dsh-team-runner(或 dsh plugin --profile <name> add dsh-team-runner;手动 patch 行 - id: dsh-team-runner / name: dsh-team-runner) | MIT;README 编码错乱,子代理策略建议结合代码审查后启用。 |
| TT-Wang/dsh-assembler | 一句话需求组装 AI agent:从能力目录匹配能力 → 生成 agent preset(~/.dsh/.agent-presets/ | 向 ~/.dsh/profiles/web/cordis.patch.yml 添加:- id: dsh-assembler / name: '@dsh-external/dsh-assembler',并在 package.json 依赖加 "@dsh-external/dsh-assembler": "link:/path/to/dsh-assembler"(用 link-dsh.mjs 链接 DSH peer 包) | BSD-3-Clause;cordis.patch.yml 不随包分发需手动维护;MCP 零件来源与连接配置需逐 preset 审查。 |
| TT-Wang/dsh-slice-agent-loop | Drop-in agent loop:上下文引擎用有界 slice 替代无限增长 transcript(同 harness、同模型);bundled patch 关闭内置 loop 与压缩,按 profile patch 调整参数。 | dsh plugin --profile web add "github:TT-Wang/dsh-slice-agent-loop#main"(本地:git clone 后 dsh plugin --profile web add .;装后重启 web——bundle 在启动时组合) | BSD-3-Clause;改动核心 loop 行为,DSH 升级后需回归验证有界切片上下文重建质量。 |
| TtTRz/dsh-gatedflow | Gated、持久化的 human-in-the-loop 工作流引擎适配器:gf_* 工具、gate 面板 UI、反绕过守卫、文件系统持久化;流程状态/审计落在 workspace 的 .gatedflow,失败只走 pause/abort 两路。 | 先构建 packages/dsh-gatedflow,然后在 preset 的 agent.cordis.yml 插入 engine 行(name: '@gatedflow/dsh/host')并在宿主 cordis.patch.yml 插入 gateway 行(name: '@gatedflow/dsh',见 docs/INTEGRATION.md) | MIT;0 stars、创建于 2026-08-13 的极早期项目;需双行手工挂载(per-preset + host),无 dsh.bundle 一键 patch。 |
| Uddoo/dsh-dashboard | Symphony 兼容的 Linear issue 编排器 + 原生运维 dashboard(看板渲染在 DSH 原生 shell 内);针对 0.1.0-rc.5/rc.6 web profile,随附 workspace-write 权限 preset。 | dsh plugin --profile web add dsh-dashboard@0.1.0(或 npx --yes @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add dsh-dashboard@0.1.0;GitHub 源:dsh plugin --profile web add github:Uddoo/dsh-dashboard#v0.1.0) | MIT;面向特定 rc 版本,接口边界经审查但升级需跟进;Linear 凭据配置需自审。 |
| weshopai/weshop-dsh-plugin | WeShop 2.0 canvas plugin: bundled weshop-canvas agent preset plus WeShop skills for image generation/design inside DSH. | pnpm install && pnpm build && pnpm pack; pnpm add <tarball>; append "@weshop/dsh-weshop-2-0" to dsh.profile.bundles in ~/.dsh/profiles/web/package.json | NOASSERTION;Noncommercial license; remove old @weshop/dsh-canvas to avoid duplicate canvas/shell.overlay errors. |
| Wha1eChai/dsh-supervisor | Community supervisor: manages live DSH sessions/agent fleet; safe default exposes fleet_list/fleet_inspect, optional message/cancel tools. | dsh plugin --profile web add github:Wha1eChai/dsh-supervisor#<commit> (or add /absolute/path/to/dsh-supervisor) | MIT;Pin a reviewed commit; pnpm>=10 requires allowBuilds entry in profile pnpm-workspace.yaml. |
| youjiaqi421/dsh-plugin-workspace-rules | 把 Cursor、Gemini CLI、GitHub Copilot 的 workspace 指令文件加载进 DeepSeek Harness 会话 | dsh plugin --profile web add github:youjiaqi421/dsh-plugin-workspace-rules | MIT;pnpm 10+ 默认拒绝 git 依赖构建脚本,首次安装需手动放行(只放行信任的源码) |
| Youngxj/dsh-ProjectModel | 项目组功能(deepseek 项目组):project 模型工具 + /api/project-groups HTTP API(webServer 路由)+ systemPrompt 上下文 + settings 持久化,客户端以纯追加插槽(设置页+输入框状态条)接入,零侵入、可一键卸载。 | 方式一:node install.mjs 一键安装(幂等、自动修复损坏配置);方式二:复制仓库到 $DSH_HOME/profiles/<profile>/plugins/dsh-ProjectModel/ 并在 cordis.patch.yml 幂等追加插件行(客户端另需 junction 到 profiles/node_modules 与 dsh 安装目录 node_modules) | MIT;无 dsh plugin add / npm 标准安装路径,依赖 install.mjs 或手动拷贝+打补丁;同天新建(0 stars),宿主接口随 DSH 版本演进可能失效。 |
| Yuki-takuya-kun/dsh-claude-code | 以 Claude Code 的 harness 作为 DSH 主循环运行,实时把文本、思考、工具调用与结果轨迹流式推入 DSH Web UI。 | dsh plugin --profile web add github:Yuki-takuya-kun/dsh-claude-code(或本地路径 /path/to/dsh-claude-code),并在 ~/.dsh/profiles/web/cordis.patch.yml 加 - id: dsh-claude-code 行;要求 PATH 中 pnpm 与已认证的 claude CLI 或 ANTHROPIC_API_KEY | MIT;切换主循环后 DSH 原生模型/工具路由行为改变,属高风险外部执行面;依赖 claude CLI 可用性。 |
| zenx0x/allinluna | 资源感知的多代理编排(All in Luna / All in Flash):任务按复杂度分配不同推理预算,子代理/tools/Skills/MCP 复用,把 DSH 顶层任务动作编排为可复用流程(Codex 与 DeepSeek Harness 双宿主)。 | npx @zenx0x/allinflash@0.2.0 init --profile allinflash(DSH bundle 集成指南见 plugins/deepseek-harness/README.md) | Apache-2.0;仓库本体是跨宿主(Codex + DSH)编排框架,安装面较大;按需只启用 DSH bundle 部分。 |
| zibo2025/dsh-orchestrator | 多智能体编排模式:主智能体分解分派任务,worker 全网格互通,支持逐 worker 指定模型与思考强度(reasoning effort);通过 tools/agents/subagents/systemPrompt 宿主管线挂载,无自有 service | dsh plugin --profile <name> add dsh-orchestrator(或 dsh plugin --profile <name> add github:zibo2025/dsh-orchestrator#v0.1.3;预设方式:agent.cordis.yml 加一行 - id: orchestrator) | MIT;git 安装需 pnpm>=10 一次性 allowBuilds 授权(README 注明国内镜像未同步时用 --registry=https://registry.npmjs.org) |
| ZK-Andy/dsh-continual-evolve | 持续自进化层:从会话轨迹提炼并版本化 prompt 笔记/记忆/技能/子代理规格(含 provenance 与版本),/evolve 命令热挂载技能为 live cordis 插件、启动恢复,基准驱动验证循环保证可回滚 | dsh plugin --profile <name> add dsh-continual-evolve(cordis.patch.yml 为 bundle patch,安装即激活;示例 profile 配置 name: 'dsh-continual-evolve') | MIT;自进化能力会自行修改 prompt/memory/skill/subagent 规格,使用前应确认基准与回滚策略 |
| ZRui-C/dsh-computer-use | DSH 文本优先电脑控制:CDP/Playwright 驱动 Chromium(标签页/DOM/OCR)+ macOS 后台窗口控制(AX 语义树/点击透传 HID),computer_observe/computer_action 注册为全局工具,不抢鼠标 | brew install --cask dsh-computer-use(或 DMG 安装);授权辅助功能+屏幕录制后运行 dsh plugin --profile web add --save-exact file:/path/to/DSH Computer Use.app/Contents/Resources/Plugin,重启 DSH Host | Apache-2.0;经 CDP 操作已登录浏览器会话并控制 macOS 全局输入(AX/HID、SkyLight 私有能力),需屏幕录制/辅助功能权限,高权限电脑控制 |
| csiroqa/dsh-schedule | Scheduled tasks (cron) + status monitoring for DSH: auto-trigger agent runs on a cron schedule (daily digests, periodic checks, auto reports), visual schedule UI (create/run/pause/resume/delete), and /status command + Settings dashboard showing uptime/CPU/memory/disk/active sessions/agents/plugins/models. | dsh plugin --profile web add link:$(pwd) (POSIX) / dsh plugin --profile web add link:E:\path\to\dsh-schedule (Windows) | MIT |
| h565656445/dsh-agent-os-runtime | Agent OS 运行内核技能(AOS-001):任务运行合同、生命周期、Ledger 与恢复。Skill guiding run contracts, lifecycle, ledger & recovery, with PowerShell runner referenced. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-agent-os-runtime/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-agent-os-runtime/SKILL.md $DSH_HOME/skills/dsh-agent-os-runtime/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-agent-os-scheduler | Agent OS 任务图调度技能:DAG worker tickets、有界重试、暂停、租约恢复与人工对账。DAG task-graph scheduler skill (tickets/bounded retry/pause/lease recovery/human reconciliation). | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-agent-os-scheduler/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-agent-os-scheduler/SKILL.md $DSH_HOME/skills/dsh-agent-os-scheduler/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-agent-os-specs | Agent OS 五份权威规范技能(runtime/planning/worker/scheduler/observability)。Skill over the five Agent OS design specs. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-agent-os-specs/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-agent-os-specs/SKILL.md $DSH_HOME/skills/dsh-agent-os-specs/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-agent-os-worker-protocol | Agent OS 统一 Worker 协议技能(AOS-002):Prepare/Accept/Inspect 接单缝与可复算证据哈希。Skill for the unified worker protocol with recomputable evidence hashes. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-agent-os-worker-protocol/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-agent-os-worker-protocol/SKILL.md $DSH_HOME/skills/dsh-agent-os-worker-protocol/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-async-job | 异步任务协议技能:后台任务与收据,带类型化事件、意图与结果。Async-job protocol skill: background tasks/receipts with typed events, intents, results. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-async-job/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-async-job/SKILL.md $DSH_HOME/skills/dsh-async-job/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-governance-kernel | Python 哈希链治理内核技能:attestation、ledger、packets、状态机与 schema 校验。Python hash-chained governance-kernel skill (attestation/ledger/state machine). | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-governance-kernel/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-governance-kernel/SKILL.md $DSH_HOME/skills/dsh-governance-kernel/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-graph-entry | GraphEntry 发现入口技能:项目注册表投影与漂移校验。Discovery-entry skill: project registry projection with drift verification. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-graph-entry/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-graph-entry/SKILL.md $DSH_HOME/skills/dsh-graph-entry/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-harness-core | Hermes Harness 核心控制面技能:任务契约、路由、安全门、受监督 worker(PowerShell 7)。Core control-plane skill: task contract, routing, safety gates, supervised worker. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-harness-core/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-harness-core/SKILL.md $DSH_HOME/skills/dsh-harness-core/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-harness-specs | Hermes Harness 核心规范技能:MVP v1 与受监督 Worker v1。Skill over the Hermes Harness core specs (MVP v1 / supervised Worker v1). | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-harness-specs/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-harness-specs/SKILL.md $DSH_HOME/skills/dsh-harness-specs/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-manual-approval | 人工审批门技能:对不可逆操作(publish/pay/delete/rule-change)的权限闸门。Manual-approval skill: permission gates for irreversible actions. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-manual-approval/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-manual-approval/SKILL.md $DSH_HOME/skills/dsh-manual-approval/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| h565656445/dsh-upgrade-governance | 升级治理模块技能:适配器升级检查清单与审计。Upgrade-governance skill: adapter upgrade checklists and audit. | 方式A(预设): Copy-Item -Recurse .dsh $DSH_HOME/.agent-presets/dsh-upgrade-governance/ (重启后会话预设列表选择); 方式B(技能): Copy-Item .dsh/skills/dsh-upgrade-governance/SKILL.md $DSH_HOME/skills/dsh-upgrade-governance/; 或 git clone h565656445/dsh-integration 后用 install-presets.ps1 一键安装全部预设 | MIT;Brand-new personal-adaptation series (0 stars, all 31 repos created 2026-08-13); README explicitly states NOT an official DeepSeek Harness file; content is the author's Hermes Harness framework — inspect before adopting. Loaded as agent preset + skill, not a native bundle. |
| MoreChanger/dsh-agent-presets | 270 个开箱即用的中文 Agent 预设:269 个专业角色 + 队长多智能体编排模式;可改 agent.cordis.yml persona 段定制角色。 | gh repo clone MoreChanger/dsh-agent-presets /tmp/dsh-agent-presets && find /tmp/dsh-agent-presets -maxdepth 1 -mindepth 1 -type d -exec cp -r {} ~/.dsh/.agent-presets/ ;(PowerShell 等价脚本见 README;改队长插件 plugins/*.mjs 需同步改组合行名) | MIT;批量生成的 270 个预设质量需抽查;队长插件为原创 MIT,改动 ESM 文件须改名生效。 |
| omdsh-dev/dsh_workflow | KodaX 风格 Workflow 层:把 DSH 一次性多 Agent 调度升级为可命名/保存/复用/暂停恢复/重跑续跑的流程,QuickJS capability-only VM 沙箱、run graph 落盘、/workflow 命令 + 3 个工具 | dsh plugin --profile web add "github:dsh-external/dsh_workflow#main"; dsh --profile web --dump-config 验证 | MIT;生成式 workflow 代码在 QuickJS 沙箱内运行,但 trusted-local 模块以 Node 宿主权限执行,勿标不可信源码;子 Agent 可读写文件系统 |
| PerryLink/dsh-checkpoint-rewind | Workspace checkpoint/rewind: git-object snapshots before every mutation, turn-boundary session forks seeded from snapshots, one-shot /rewind restore; all settings as Config fields. | dsh plugin add dsh-checkpoint-rewind (or pnpm dsh web --patch ./cordis.patch.yml for experiments) | Apache-2.0 |
| shaokeyibb/dsh-plugin-product-subagents | 为 DSH 提供 Codex/Claude Code/ACP 角色的子 agent provider:可续子 agent、会话持久恢复、按角色产品权限、带权限上限的委派 | npm i dsh-plugin-product-subagents && 在 ~/.dsh/profiles/web/cordis.patch.yml 加 - insert: [{id: product-subagents, name: 'dsh-plugin-product-subagents', config: {idleTimeoutMs: 600000}}] | MIT;5 stars 相对活跃;需按文档确认 ACP/Codex 环境就绪 |
| simon300000/dsh-auto | 为 DSH Web UI 增加 Auto Approve 权限预设:每个待审批动作由全新受限的 DSH 子代理审查后决定放行/拒绝 | dsh plugin --profile web add github:simon300000/dsh-auto | MIT;自动批准有安全含义,仅建议在可信环境使用;profile 覆盖会整体替换 bundle 行 config |
| wellorbetter/dsh-product-delivery-workflow | 100% AI 原生产品交付工作流:research → PRD → OpenSpec → 并行多 agent → review 循环 → 测试 → release audit,自带闭环;安装即向目标 profile 每个会话注入 1 个 workflow skill + 9 个角色 skill(经 model-facing skill 工具与 ctx.skills)。 | dsh plugin --profile web add github:wellorbetter/dsh-product-delivery-workflow(或 dsh plugin --profile web add ./dsh-product-delivery-workflow;编译/验证:pnpm install && pnpm verify) | MIT;安装即注入十技能,行为面大;发布/审计环节命令需按权限 preset 约束。 |
| dpskh/dsh-a2a | Agent 间实时网格 (A2A mesh): hub(项目注册表 + 不可变消息历史 + 可选 HTTP/WebSocket server)+ mesh client(串行注入)+ a2a_* 工具与 /a2a 命令;浏览器端由 @dpskh/ui-a2a 消费快照。 | Add to profile cordis.patch.yml: - id: a2a / name: '@dpskh/a2a' with hub/mesh config; hub needs a routed storage backend (@deepseek-ai/dsh-storage + storage-json/sqlite + dsh-storage-domain routed to the a2a domain) | BSD-3-Clause;Hub endpoints do not authenticate callers; caller-supplied identities are trusted claims. Keep off public networks. |
| dpskh/dsh-checkpoint | 探索检查点 (checkpoint marker): 追加 log-only 的 checkpoint/mark 会话事件并返回 seq,供配对插件 @dpskh/tool-rewind 折叠探索中间过程(记录位置但不自行折叠)。 | Add to profile cordis.patch.yml: - id: tool-checkpoint / name: '@dpskh/tool-checkpoint' (pair with @dpskh/tool-rewind) | BSD-3-Clause |
| dpskh/dsh-rewind | 探索折叠 (exploration fold): 将 checkpoint 以来的探索中间过程折叠为 ctx.llm 自动生成的报告(替换模型可见上下文,日志全量保留供审计),带 MIN/_guard 与错误分类(NO_CHECKPOINT/EMPTY_REGION/...)。 | Add to profile cordis.patch.yml: - id: tool-rewind / name: '@dpskh/tool-rewind' with optional summarizationProvider/model/maxTokens config (pair with @dpskh/tool-checkpoint) | BSD-3-Clause |
| 131CDA1/dsh-scrape-webpage | DSH 网页抓取插件,提取指定页面内容。 | `` | MIT |
| 2672243194/dsh-read-url | DSH 网页抓取/URL 读取插件,自动获取并解析网页内容。 | `` | MIT |
| ADWMC/helm-d | DSH Helm/d 类 agent 编排/远程控制插件。 | `` | MIT |
| Airmetro/dsh-update-checker | Permanent Cordis plugin checking DSH host and third-party plugin updates with a GUI banner and one-click update. | `` | MIT |
| alison-xx/deepseek-harness-flow | DSH 工作流自动化插件,编排多步 agent 流程。 | `` | N/A |
| Alyosha28/deep_option | 港美股期权研究与风险 Agent — 五阶段决策管线、十角色辩论、确定性定价与审计链 (HK/US options research & risk decision card). | cordis_define + cordis_run on harness/plugins/goai-bridge.host.js | 未发现;Futu read-only market/account gateway (API credentials), local engine at 127.0.0.1:8000, network to official Chinese sources, Windows scheduled task; financial data and audit trails. |
| Andy8647/dsh-auto-approval | Automated tool-call approval: classifies each call allow/deny (L0 rules + L1 LLM) with an optional client status chip. | dsh plugin --profile web add dsh-auto-approval | BSD-3-Clause;Governs shell/file tool calls; L1 LLM classifier receives tool-call parameters, so sensitive command text may reach the model. |
| Anionex/dsh-turn-rewind | 消息锚定的工作区文件回滚/恢复(基于持久化 Change Ledger) | dsh plugin --profile web add /path/to/dsh-turn-rewind | BSD-3-Clause;恢复/删除工作区文件(写权限),需用户显式确认与审批;无网络 |
| anweat/dsh-browser | DSH 自包含浏览器运行时插件,打包 Playwright(chromium)+OpenCLI,提供 browser 服务与交互工具。 | `` | N/A |
| anweat/dsh-restart | Restart the whole DeepSeek Harness process via a tool, slash command and settings card. | `` | MIT |
| Apageoflove/DSH-changeproof | DSH 变更证明插件,记录并校验改动证据。 | `` | MIT |
| AprilWizard/dsh-multi-cot | Multi-sampled test-time compute: parallel reasoning-chain sampling with internal voting and a plan/execute/review workflow; hooks agent/pre-step, llm/stream, and agent/turn-stopping. | npm install @aprilwizard/dsh-multi-cot | MIT;Multiplies LLM calls (large token/cost increase) for sampling and voting; no direct credential handling (uses DSH LLM); dev scripts read OPENCODE_GO_API_KEY. |
| Blank-not-black/dsh-Remote | DSH 远程执行/远程控制插件。 | `` | MIT |
| btspoony/dsh-llm-fallbacks | 基于角色的 LLM 重试/备用策略:主模型失败(重试耗尽/鉴权/配额/429)时沿 fallback 链切换 provider/model,支持冷却与回退 | dsh plugin --profile web add github:btspoony/dsh-llm-fallbacks | MIT;纯配置+LLM 路由协调,无自有网络/凭据/shell;读写 dsh settings.yaml 的 fallbacks 配置,/fallbacks 命令只读诊断。 |
| btspoony/mstar-harness | Harness 工程工作流引擎插件:TS 引擎执行确定性 workflow 门禁 + mstar-* 判断 skills,跨 dsh/omp/OpenCode/Cursor 等多宿主驱动多 Agent 代码交付 | dsh plugin --profile web add @mstar-harness/dsh | MIT;多 Agent 工作流引擎与子代理驱动;无凭据/设备访问,但执行确定性 workflow 门禁并编排代码交付 |
| buguoshixc/deepseek-harness-external-migration | DSH 外部数据/配置迁移工具插件。 | `` | MIT |
| bujue600-arch/dsh-testgen | 自动化单元测试生成 | `` | MIT |
| bwndlct/dsh-session-audit | DSH 会话审计插件。 | `` | MIT |
| cdxiaodong/dsh-guardian | DSH 守护/安全护栏插件。 | `` | MIT |
| chaojixinren/dsh-reviewer-bot | 原生 DSH 跨平台代码评审机器人插件(cordis.patch.yml + dsh plugin --profile web add @dshrb/bundle) | `` | MIT |
| chenw2759-wq/dsh-mindmap | 思维导图模式 | `` | N/A |
| CHplus0/dsh-learning-mode | DSH 学习模式插件,调整 agent 行为以辅助学习。 | `` | MIT |
| chumingjun/dsh-harness-one | 可视化多智能体工作流编排:React Flow 画布 8 种节点、SSE 实时监控、断点续跑、cron/webhook/对话多入口、飞书消息推送与文档读写、workflow_* 工具族 | dsh plugin --profile web add dsh-harness-one && dsh plugin --profile web add dsh-better-sidebar && dsh web | MIT |
| chunsi-w/dsh-trajectory-governor | DSH 闭环 Agent 轨迹控制平面:阶段判断、工具限制、验证债务、本地账本。 | `` | MIT |
| cirelir/dsh-change-review | DSH 变更审查插件,对代码/配置改动做评审。 | `` | MIT |
| cking000bigdemon/dsh-toolbelt | 八个插件:general-agent-prompt 人设、language-guard 语言守卫、vision-fallback 视觉回退、python/windows 写入守卫、cross-agent-memory 记忆桥接、image-generation 生图、skill-shell-injection 技能内 shell 命令替换 | dsh plugin --profile <名称> add github:cking000bigdemon/dsh-toolbelt | MIT;skill-shell-injection 会在受信技能根目录执行 SKILL.md 中的 shell 命令;cross-agent-memory 读取 home 目录下 Claude Code/Codex 记忆文件并注入;image-generation 使用生图 API 凭据;python/windows 守卫拦截/放行 shell 调用。 |
| DDDMUC/dsh-free-search | DSH 免费搜索插件,执行联网检索。 | `` | MIT |
| Degurechaff57/dsh-openapi | 安全 OpenAPI 3.x 发现与调用:openapi_list/openapi_describe/openapi_call 三工具,索引配置的 OpenAPI 文档并带凭据/SSRF/响应上限防护 | dsh plugin --profile web add github:Degurechaff57/dsh-openapi | MIT;网络 API 调用 + 环境变量凭据(Authorization header);默认只读 GET/HEAD、禁私网/SSRF、凭据跨域剥离、响应截断 |
| DGPisces/dsh-openai-oauth | DSH OpenAI OAuth 鉴权插件,处理第三方凭证获取。 | `` | MIT |
| dingkaihu63/dsh-robotic-harness | 面向 DeepSeek Harness 的具身智能机器人研究插件套件(~110 工具 + 27 技能)。 | `` | MIT |
| dongsheng123132/task-passport | Task-state 'passport' handoff (list/open/new/checkpoint) shared across DeepSeek Harness, Claude Code, and Codex. | dsh plugin --profile web add task-passport@0.2.1 | MIT;Spawns the U-King external executable and reads/writes local task-state files; no network. |
| Drifter-yh/dsh-tool-policy | Declarative deny-by-default tool policy gate at tools/pre-execute (deny/ask/allow rules). | dsh plugin --profile my-profile add dsh-tool-policy | MIT;Pure pre-dispatch policy evaluator; performs no execution, network, or credential access itself. |
| Elaina-real/dsh-tiered-approval | Tiered auto-review: static deny rules + LLM reviewer + human fallback to auto-allow/deny tool calls. | dsh plugin --profile web add dsh-tiered-approval | MIT;Auto-allow/deny shell (pwsh/bash) calls; sends command parameters and the last user message to a configured LLM; author flags it as unaudited vibe-coded. |
| Electricitysheep/dsh-tool-turbo | Auto-adjusts reasoning_effort per tool round — downgrades simple tool chains to low, lifts back for heavy work, cutting thinking time between tool calls. | ~/.dsh/profiles/web/cordis.patch.yml insert: - id: tool-turbo / name: dsh-tool-turbo (plus link dep in profile package.json) | MIT;Host-side request-config injection only; observes tool/call records and injects reasoning_effort; no network, file, shell, or credential access. |
| Ethanout/computer-use-plus | Windows computer-use MCP (UIA/CDP/OCR routing) exposed to DSH as six tools: shortcut_run, computer_invoke, computer_state, computer_inspect, computer_verify, computer_cancel | npx @deepseek-ai/dsh --profile headless --patch adapters/deepseek-harness/cordis.yml | MIT;Computer-use: drives Windows desktop/apps, isolated browser via CDP, OCR screenshots, launches apps in a dedicated execution desktop; optional AI API key; high-risk actions require a confirmation token |
| fakechris/dsh-track | Embedded task-management engine — capture wall, decision ledger, Linear-style issues with evidence-driven lifecycle, history sync and LLM usage ledger. | npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-external/dsh-track | BSD-3-Clause;Local-first (session events + storage KV), zero external deps; history-sync and usage ledger invoke LLM calls through the harness; same-origin HTTP API + web panel; no credentials/shell/browser access. |
| fff122/dsh-task-checklist | 本地任务清单 DSH 插件,创建/筛选/导出 Markdown 清单。 | `` | MIT |
| flyemFSB/dsh-reasoning-effort-hdbzq | DSH 推理强度调节插件,控制思考深度/预算。 | `` | MIT |
| fuhefei/dsh-sentinel | Condition-driven wakeup via durable file/command/http/process/webhook watches that wake the agent, with dock card, sidebar branch, and global dashboard. | dsh plugin --profile web add "github:fuhefei/dsh-sentinel#main" | BSD-3-Clause;Schedules read-only shell command probes and pgrep process matching; exposes an HTTP webhook endpoint accepting POSTs. |
| GrayCodeTeam/graycode-for-dsh | GrayCode 工作流/记忆/检查点 | `` | MIT |
| GuoMonth/dsh-multi-tenant | DSH 多租户/SAAS 插件套件:租户身份、会话隔离、授权、租户感知 MCP 与审计。 | `` | MIT |
| havingautism/dsh-deepresearch | Evidence-first deep research workspace — durable project/plan/evidence/report state with model tools and a Web view. | dsh plugin --profile web add github:havingautism/dsh-deepresearch | BSD-3-Clause;Orchestrates research via composed Web search and subagent capabilities (network); no own API key; durable state stored locally. |
| hi-wenw/dsh-telegram-channel | DSH 接入 Telegram 频道,外部 IM 触发 agent 与消息推送。 | `` | MIT |
| HuanLinOTO/dsh-plugin-yet-another-subagent | Configurable subagent profile system: single subagent tool + profile parameter, Web UI settings, real-time progress, subagent tree tab. | dsh plugin --profile web add "github:huanlinoto/dsh-plugin-yet-another-subagent" | AGPL-3.0;Spawns continuable/one-shot subagents via the official spawn provider (child agents may invoke tools incl. shell); profile state persisted to $DSH_HOME/settings.yaml. |
| huey1in/reef | DSH plugin bundle: browser automation + MCP server + GitHub/GitLab review. | `` | MIT |
| iamzcr/dsh-obsidian-assistant | Cordis toolset operating a local Obsidian vault: search/read/write notes, backlinks, batch and Local REST API. | `` | MIT |
| icetomoyo/dsh_workflow | 把一次性多 Agent 调度升级为可生成、保存、治理、观察、恢复的 Workflow 层:run graph、持久证据、成本记录、resume/rerun | dsh plugin --profile web add "github:dsh-external/dsh_workflow#main" | MIT;多 Agent 编排与 run_workflow 工具、capability-only VM、审批分级;无凭据/设备访问 |
| ilharp/dsh-tool-approval | Pre-approval ('Manual Mode'/'Ask Mode') for tool calls with include/exclude wildcard config. | dsh plugin --profile web add dsh-tool-approval | BSD-3-Clause;Intercepts tool dispatch for manual approval (control-plane); no external network/credentials itself. |
| jasper-zsh/dsh-plugin-llm-codex | DSH 接入 Codex LLM 的 provider 插件。 | `` | MIT |
| jesse-njx/dsh-polyglot | DSH 多语言/多模型路由插件。 | `` | MIT |
| Jesse-njx/dsh-routines | Scheduled DSH agents: run a prompt on a cron and deliver a digest to file or a chatnode | dsh plugin --profile ops add @dsh-routines/bundle | MIT;Runs unattended headless DSH sessions on a schedule (auto-deny approval policy); executes arbitrary prompts in the routine cwd; no network or credentials |
| Jiao-XXX/dsh-auto-approve | 自动批准权限档 | `` | N/A |
| jiesou/dsh-stream-rules | 按需注入规则而不浪费上下文:匹配工具调用后经 agent.inject() 注入 steering 提示,可选 reject 拒绝首次工具调用(guardrail/stream rules)。 | dsh plugin --profile <name> add github:jiesou/dsh-stream-rules | MIT;Intercepts tool calls and injects context; rules are user-authored local .js files, no network, API keys, shell, or credentials. |
| jiezeng2004-design/dsh-requirements-alignment | DSH 需求对齐插件,辅助需求与实现的一致性校验。 | `` | MIT |
| jiruidai/dsh-meta-orchestrator | DSH 元编排/Multi-Agent 调度插件。 | `` | MIT |
| Jungod1121/dsh-anchored-standard | DSH 两阶段 agent preset 包(Minimal 引导首轮 → Standard 全 25 工具) | `` | MIT |
| Karbo123/DSH-EvoResearch | 自进化科研工作台 | `` | MIT |
| Khorsheed/dsh-ankh-guard | Guard plugin preventing self-modifying agents from crashing the service via build+test gating, watchdog restart and canary rollback. | `` | N/A |
| kunjinkao-os/dsh-mobile-gui-agent | DSH 移动端 GUI 自动化插件,通过 ADB 控制 Android 设备(观察-决策-执行-验证)。 | `` | MIT |
| Letter2025/dsh-tool-search | Hermes-style tool search & slimming: collapses long-tail tools behind bridge tools with a rerank model. | `` | MIT |
| LiuMengxuan04/oh-my-dsh | DSH 持久化自主开发控制层插件 dsh-autopilot(任务图 / 受限工作器 / 校验 / 恢复) | `` | MIT |
| ltao0829/dsh-task-notify | DSH 任务通知插件,在任务完成/异常时发送提醒。 | `` | MIT |
| lunw/shopline-ai-toolkit-dsh | SHOPLINE e-commerce MCP bridge + agent skills (docs search, Admin REST/GraphQL, OAuth, webhooks) for DeepSeek Harness | dsh plugin --profile web add shopline-ai-toolkit-dsh | MIT;Local stdio MCP (no auth) + optional community MCP over network; SHOPLINE API keys may be needed for live calls |
| lxj808624/dsh-tool-git | DSH Git 工具插件(仓库读写操作)。 | `` | MIT |
| mafeis/dsh-net-proxy | Routes the agent's own web_search/web_fetch/external API requests through an HTTP/SOCKS5 proxy. | `` | MIT |
| mashedpotato817/dsh-tool-browser | DSH 浏览器自动化工具(Playwright 等)。 | `` | MIT |
| MimicHunterZ/dsh-agent-compact | DSH 会话/上下文压缩(compact)插件。 | `` | MIT |
| MrWeiCodes/dsh-permgate | DSH 权限门禁插件,对工具调用做审批/拦截策略。 | `` | MIT |
| NanmiCoder/dsh-agent-teams | AgentTeams 多智能体团队协作插件:自然语言驱动建团队、拉成员、拆任务声明依赖、成员间消息直达,Web 右上角活动面板 | npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-external/dsh-agent-teams | MIT;多智能体编排,驱动子代理执行工具与产出;无凭据/设备访问,但会派生子代理任务 |
| omdsh-dev/dsh-book2skill | 书籍转技能 5 阶段长任务(获取书籍→解析分章→深度阅读→生成 SKILL.md→安装),含 3 个人类门控、宿主工具与浏览器时间线面板 | dsh plugin --profile web add file:/absolute/path/dsh-book2skill-0.1.2.tgz | BSD-3-Clause;读取本地文件/目录;z-lib 搜索下载复用 ~/.claude/skills/book-downloader 的 cookies 登录态;OCR 走 dsh-paddle-ocr 服务或 HTTP endpoint;生成技能写入 |
| omdsh-dev/dsh-github-integration | DSH GitHub 集成技能(Skill 契约 SKILL.md)。 | `` | MIT |
| omdsh-dev/dsh-revive | 一键复活被打断的会话:扫描持久化会话、冷恢复、自动发送「继续」指令;/revive 命令 + revive_sessions 工具 + 浏览器按钮 | dsh plugin --profile web add dsh-revive@0.1.4 | BSD-3-Clause;读取本地持久化会话日志(raw artifact),向被打断会话发送「继续」指令;无外部网络/凭据;autoReviveOnStartup 默认关闭(有崩溃循环风险) |
| pandashere/dsh-self-control-guard | Intercepts high-confidence host-kill attempts from the bash tool and provides token-confirmed controlled exit/restart tools for DSH host workflows. | npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add ./self-control-guard-0.1.0.tgz | MIT;Local host-process interception layer; no network, API keys, or credentials; exit/restart are token-confirmed and routed through launcher seams. |
| platonai/dsh-browser4 | DSH 浏览器自动化插件(基于 Playwright/chromium)。 | `` | MIT |
| PwnKY/dsh-session-link | DSH 会话链接/共享插件。 | `` | MIT |
| randerous/dsh-turn-budget | Advisory turn step-budget reminders that append a wrap-up note when an agent turn exceeds a configured step count. | cordis.patch.yml overlay: name '@deepseek-ai/dsh-turn-budget' | MIT;Advisory-only reminders; reads local session log, no network, credentials, browser, or shell. |
| raphael-liu/raphael-loop | DSH 循环/编排技能,提供 agent 运行循环能力。 | `` | MIT |
| Realyujie/dsh-us-stocks | DSH 美股行情查询插件,调用外部金融 API 获取股票数据。 | `` | MIT |
| renat3u/dsh-paseo | Registers dsh as a Paseo ACP provider to run/manage parallel dsh agents from Paseo desktop/web/mobile clients. | pnpm dsh plugin --profile paseo add <dsh-paseo repo root>/packages/dsh-paseo | MIT;Spawns/manages dsh agent processes and bridges to Paseo clients over stdio ACP; default workspace-write sandbox, optional danger-full-access; approval forwarded. |
| Rianico/dsh-better-edit | DSH 编辑器增强/自动编辑插件。 | `` | MIT |
| shelken/dsh-co-authored-by | 自动添加 Co-Authored-By 提交署名插件 | `` | MIT |
| shujiTech/dsh-plugin-wepre | Publish single-screen content cards to WePre Next from a dsh session (wepre_request_code/login/whoami/publish/qa_report). | dsh plugin --profile web add dsh-plugin-wepre | MIT;Network calls to WePre Next API; persists login session cookie locally (~/.dsh/wepre-session.json, mode 0600); uses short-lived publish token. |
| sjh9714/dsh-movein | Migrates Claude Code config (skills/MCP/hooks/instructions) into DeepSeek Harness in one command. | `` | MIT |
| sjscy05/dsh-task-progress-notifier | Tracks todo_write task progress and pops native desktop reminders on task completion (PowerShell balloon / osascript / notify-send). | dsh plugin --profile <name> add github:sjscy05/dsh-task-progress-notifier | MIT;Local native desktop notifications only; no network; imports only dsh-provided packages. |
| sjscy05/matlab-modelsim-vivado-plugin | EDA toolchain (mmv_*): MATLAB/ModelSim/Vivado full-flow compile, simulate, and synthesize via locally installed executables. | pnpm dsh plugin --profile web add ./matlab-modelsim-vivado-plugin | MIT;Spawns MATLAB/ModelSim/Vivado subprocesses directly (bypasses dsh shell approval/sandbox); runs arbitrary scripts and Tcl with local file access. |
| sliverp/deepseek-harness-dingtalk | 钉钉通道: 外部 IM 触发 DSH agent | `` | MIT |
| sliverp/deepseek-harness-lark | 飞书通道: 外部 IM 触发 DSH agent | `` | MIT |
| Smalldy/godot-bridge | DSH 原生 Godot 4.x 游戏内 TCP 控制插件(16 个 godot_* 工具替代 godot-mcp) | `` | MIT |
| STARDUSTLC666/dsh-codex-port | DSH 的 Codex 能力移植插件,引入代码智能体能力。 | `` | MIT |
| STARDUSTLC666/dsh-docker | Container management plugin: docker ps/logs/inspect/exec/manage via the official subprocess service. | `` | MIT |
| suimi8/dsh-test-runner | DSH 测试运行器插件 | `` | MIT |
| sulfide2085/dsh-llm-wechat | DSH 接入微信 LLM 对话的插件。 | `` | MIT |
| tappass/dsh-governance | Governance/authority layer: intercepts every tool call, sends it to the TapPass policy decision point (POST /v1/govern), and allows/denies/escalates per business policy. | dsh plugin --profile default add @tappass/dsh-governance | MIT;Sends every tool call to an external TapPass API (network) authenticated with TAPPASS_API_KEY — a data-exfiltration surface; fails closed on error in enforce mode. |
| tellmewhattodo/dsh-serenity-plugin | Serenity ACC (Abstract Cognitive Container): 9 tools (filesystem cc_fs, session, cc_git, MSM exec, loop), mechanical constraints, system-prompt injection, and a WebUI safe-mode badge. | dsh plugin --profile web add link:<repo>/hooks/dsh-serenity-hooks | MIT;Provides filesystem (15-subcommand cc_fs), git push, MSM shell-like exec, and a loop agent (up to 100 rounds); gated to .serenity-marked dirs with a safe-mode, but the tool surface is powerful. |
| the-qian/dsh-commit-review | /commit 与 /review 斜杠命令 | `` | MIT |
| THU-MAIC/dsh-openmaic | OpenMAIC plugin: registers openmaic_generate/slide/widget/render tools (classroom generation, slides, interactive widgets, sandboxed cards) + Socratic openmaic-teach skill. | dsh plugin --profile web add git+https://github.com/THU-MAIC/dsh-openmaic.git | MIT;Network calls to open.maic.chat API (generate + poll) and renders sandboxed HTML cards in conversation; optional accessCode config. |
| tianji-qingtian/dsh-spec-loop | Spec-driven dev loop: /spec command family drives propose → approve → implement → verify → archive (OpenSpec-compatible). | `` | MIT |
| Totoro-qaq/Cobsidian | Agent-agnostic workflow that maintains an Obsidian/Markdown vault (search -> dry-run -> review diff -> confirm -> atomic write -> validate), shipped as an Agent Skill plus a native DSH Cordis bundle. | dsh plugin --profile web add . | MIT;Local Markdown/Obsidian vault file reads and writes only; plans stored under ~/.dsh/cobsidian; no API keys or tokens stored. |
| tree201/dsh-capability-inspector | DSH 能力检视器插件 | `` | MIT |
| tyeclipse/dsh-netdoctor | DSH 网络诊断插件 | `` | MIT |
| V1ki/dsh-plugin-subscriptions | Use ChatGPT/Claude/Grok subscription accounts as LLM providers in DSH Web UI without API keys. | `` | MIT |
| Visol-456/dsh-llm-fallback | DSH LLM 故障转移插件,在主模型不可用时切换备用模型。 | `` | MIT |
| vlln/dsh-loop | /loop command + loop tool + activity status bar to inject prompts on a fixed interval (multi-loop, model self-adjust). | dsh plugin --profile web add "github:vlln/dsh-loop#main" | MIT;Automation that repeatedly injects prompts into the agent, which can trigger tool execution (bash/file edits); no network/keys. |
| wangzhuo-coding/geo-content-optimizer | Generates AI-original, de-AI-flavored articles from enterprise docs for search-engine收录. | `` | MIT |
| whiteguo233/dsh-openbiliclaw | DSH Web fourth-column (aside) panel for OpenBiliClaw plus 22 openbiliclaw_* agent tools bridging a local personalized content-recommendation backend. | - id: openbiliclaw name: '@openbiliclaw/dsh-plugin' (in ~/.dsh/profiles/<profile>/cordis.patch.yml) | BSD-3-Clause;Connects to a local OpenBiliClaw backend over HTTP/WebSocket (default http://127.0.0.1:8420); handles user interest profile and content recommendations; agent can read profile and save content; optional proxy config. |
| william-jin-cmu/dsh-evolve | Self-evolving plugin: agent hot-mounts/persists ESM Cordis plugins at runtime via evolve_add/evolve_remove/evolve_list, letting it grow or prune tools and behaviors within a session. | dsh plugin --profile web add . | 未发现;Loads arbitrary user-authored ESM Cordis plugin code with full harness privileges (no sandbox); uses timers + agent.send to spawn new turns; evolved code can perform network/filesystem actions. |
| x2802490130-prog/dsh-tool-writing | DSH 工具编写/生成插件,辅助产出可调用的工具定义。 | `` | MIT |
| xiaoxianyu-office/dsh-router-flash | DSH agent preset 包(V4 Flash godmode 引导:分类/回顾/反跑题/深思考/决策闭环) | `` | MIT |
| xiaoxiao-svg/delivery-review-dsh-plugin | /delivery-review command orchestrating a fixer<->reviewer subagent loop with role/skill registration and a delivery report. | dsh plugin --profile web add github:xiaoxiao-svg/delivery-review-dsh-plugin | MIT;Orchestrates fixer/reviewer subagents (fixer read/write, reviewer/planner read-only via toolFilter); hooks write/edit/pwsh/bash tools; runs within DSH sandbox; no credentials or network. |
| xylt369/dsh-browser | DSH 浏览器自动化插件,控制浏览器会话。 | `` | MIT |
| yan-zero/dsh-codex | DSH Codex (编码 agent) 插件 | `` | Apache-2.0 |
| yyxcnasd/amadeus-for-dsh | DSH 的 Amadeus(旅行/外部 API)集成插件。 | `` | MIT |
| ztl34245881-commits/dsh-task-planner | Task planning with experience muscle-memory: condition-reflex recall plus LLM capability matching. | `` | MIT |