插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 122 个插件
dsh-agency-agents
michengai/dsh-agency-agents
增加可召唤的领域专家名单,专家以子代理运行,主会话保留任务和最终答复。
awesome-dsh-skills
hackerfish/awesome-dsh-skills
12 个实测工程技能(git 提交、代码审查、测试优先、插件开发、排障、CHANGELOG、PR 审查、任务拆解等):每个 SKILL.md 都通过对照官方规则的格式校验与隔离环境加载冒烟。
dsh-desktop-launcher
yvesgao/dsh-desktop-launcher
在设置页一键创建 Windows 桌面快捷方式:为 DeepSeek Harness 或任意本地服务生成 .cmd 启动器与桌面图标,自动打开浏览器、可固定任务栏。
dsh-task-control
p2coder/dsh-task-control
在输入区暂停/恢复/取消正在运行的对话任务:强制暂停立即中断并记住被中断的工具,安全暂停等工具/推理完成后再落地,恢复时需确认;默认暂停粒度可在设置中配置(出厂 safe wait)。
dsh-harness-mcp-server
chushixixin/dsh-harness-mcp-server
Expose DeepSeek Harness agent capabilities as an MCP server, so an external MCP client (e.g. Hermes) can drive Harness to execute coding tasks. Hermes = brain, Harness = arms.
dsh-dashboard
uddoo/dsh-dashboard
A Symphony-compatible multi-provider task orchestrator and dashboard for DeepSeek Harness
dsh-meta-orchestrator
jiruidai/dsh-meta-orchestrator
A model-native meta-agent plugin for DeepSeek Harness: the model synthesizes task-specific workflows at runtime from five agentic workflow patterns (prompt chaining, parallel workers, router, supervisor, evaluation loop) and coordinates tools and subagent
dsh-turn-approval
arrow949/dsh-turn-approval
DSH「允许本次任务」临时授权:仅在当前任务内自动放行同类 `danger-full-access` 请求,任务结束自动失效。
dsh-plugin-notify-sound
ldchaowin/dsh-plugin-notify-sound
按工作区定制的任务完成铃声,以及审批、提问、计划评审、目标受阻、任务失败等需要人介入事件的注意提示音,支持内置合成音、语音播报与自定义音频。
dsh-specflow
lonelymoon87/dsh-specflow
增加规格工件、技能、命令、由 goal 驱动的实施流程和任务进度上下文。
dsh-plugin-automations
sev7een/dsh-plugin-automations
设置页定时任务:支持准点或 DeepSeek 谷时段执行、单次/每日重复,并持久化任务状态。
dsh-memory-meow
phant0meow/dsh-memory-meow
项目级跨会话记忆:PROJECT.md 快照注入首条用户消息(缓存友好)+ memory_remember 工具 + ReAct 任务结束自动反思;各项目独立记忆文件,互不互通。
dsh-capability-index
777-zen/dsh-capability-index
Pre-flight plugin-library check for DSH agents: task-type requests trigger a Top-K hint of suitable plugins with use_when/not_for capability declarations, making plugin usage predictable instead of opportunistic.
dsh-notify-win
andyqwe44/dsh-notify-win
Native Windows toast + taskbar flash for task done / approval / ask_user_question; Win10/11, npm install `dsh plugin --profile web add dsh-notify-win`.
dsh-task-notify
v-reason/dsh-task-notify
DeepSeekHarness任务完成时进行消息推送提醒(微信+Windows通知)
dsh-local-ai
perrylink/dsh-local-ai
Local-model (Ollama) integration for DeepSeek Harness: discover, pull, remove, and inspect local models, route requests to them by task type or keyword with automatic fallback to the cloud, and get a one-shot status overview via /ollama.
dsh-archived-tasks
zhaoyw220716-oss/dsh-archived-tasks
DSH web GUI plugin: an "Archived Tasks" settings page that lists archived sessions and supports restore or permanent delete
dsh-task-modes
graysilver/dsh-task-modes
Composable working, reasoning, and quality controls for DeepSeek Harness Web.
cronjob-dsh-plugin
peng-huiyang/cronjob-dsh-plugin
Machine-level cron jobs for DeepSeek Harness: configure scheduled tasks in the Web settings page; the host fires internally-driven agent requests into a dedicated session, hands-off.
dsh-progress-viz
2008924/dsh-progress-viz
headless dsh 任务的实时阶段、ETA 与成本看板:把黑盒会话事件流变成实时多任务网格(cordis 插件 + 本地独立看板,零 API 调用)。
dsh-notifier
yzz-s/dsh-notifier
任务完成或需要确认/输入时发送操作系统原生通知:Windows toast、macOS osascript、Linux notify-send。
dsh-wxauto-plugin
br1nosense/dsh-wxauto-plugin
基于 wxauto4 的微信自动化插件:任务进度微信推送、消息监听(关键词自动回复)、微信⇄DSH 双向桥,设置页开关与配置。
dsh-git-worktree
wloops/dsh-git-worktree
Git Worktree Session Target:任务在隔离 Session 中运行,支持 Ready for Review、可撤回的 Local Preview、人工确认交付、环境保留与恢复,以及同一 Session 连续迭代。
worktree-mgr
johnxu22786/worktree-mgr
按任务隔离的 git worktree 工作区,覆盖创建/同步/收尾全生命周期:任务名自动派生分支、合并目标双重校验、内置批量清理——全程零手工 git 操作。