Deepseek Herdr
Description
多智能体总指挥插件(DeepSeek Harness 原生版) ——让 DeepSeek 高效打开并指挥一个 claude / opencode / codex 智能体团队,实时看到每个智能体在做什么,通过共享记忆与任务看板编排多人协作。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dsh-agent-commander
**多智能体总指挥插件(DeepSeek Harness 原生版)** —— 让 DeepSeek 打开并指挥一个 **claude / opencode / codex 智能体团队**,实时看到每个智能体在做什么,通过共享记忆 与任务看板高效编排多人协作。
┌────────────────────────────────────────────┐
│ DeepSeek Harness │
│ ┌──────────────────────┐ ┌──────────────┐ │
│ │ 中间:聊天区(原生) │ │ 右侧:智能体雷达 │ │
│ │ 你 ↔ DeepSeek(总指挥) │ │ claude working│ │
│ └──────────────────────┘ │ opencode idle │ │
│ │ 点击→实时终端 │ │
│ │ +新建(角色+技能)│ │
│ └──────────────┘ │
└────────────────────────────────────────────┘
✨ 功能亮点
- 智能体雷达(右侧详情栏):所有已打开的智能体列表,实时状态徽标(working / idle / blocked / exited)、角色、工作目录;点击展开实时终端(xterm + WebSocket + node-pty),可直接打字与智能体交互
- 工作区隔离 + 自动重检:雷达列表按当前工作区(会话工作目录)隔离;切换工作区
自动重新检测并恢复
.deepseek/agents.json中保存的未运行智能体 - 新建智能体弹窗:选引擎(自动检测 claude / opencode / codex 是否安装)、命名、
角色定义(内置 6 个预设:数据库专家 / 设计专家 / 前端专家 / 测试专家 /
代码审查专家 / 架构师)、挂载技能(
~/.agents/skills/*)—— 角色与技能作为 开场简报自动注入并回车执行 - DeepSeek 指挥工具:
agent_open/agent_list/agent_read/agent_send/agent_broadcast/agent_signal/agent_close,总指挥可在对话里直接开智能体、 派活、收结果 - 共享记忆协议:开智能体时自动播种
.deepseek/memory.md(长期记忆)、.deepseek/task-board.md(任务进度)、.deepseek/experience.md(经验沉淀)、.deepseek/handoffs/(交接文件)与 SQLite 知识库memory.db—— 所有智能体 读写同一份,天然共享上下文 - 安全设计:路径穿越防护、请求体上限、环境变量白名单、信号白名单、 Trust fence、自动审批仅限启动阶段
📦 安装
方式一:GitHub 直接安装(推荐)
# 安装最新 main 分支
dsh plugin add github:qinglang8609/deepseek_herdr
# 或锁定到发布 tag
dsh plugin add github:qinglang8609/deepseek_herdr#v0.2.2
首次安装若提示 `ERR_PNPM_IGNORED_BUILDS`(node-pty 构建脚本),在 profile 目录 执行 `pnpm approve-builds` 放行 node-pty 即可。
方式二:tarball 安装
cd plugin && pnpm pack
dsh plugin --profile web add ./dsh-agent-commander-0.2.2.tgz
方式三:一键脚本(自动标准流程 + 回退)
bash install.sh # 默认 profile: web;优先走 dsh plugin add 标准流程
# bash install.sh
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11