agency-agents-zh-dsh-plugin
Manifest validDeepSeek Harness (dsh) plugin: agency-agents-zh Chinese AI expert library (268 roles / 20 departments) as native skills
agency-agents-zh-dsh-plugin
把 agency-agents-zh(268 个中文 AI 专家角色,覆盖 20 个部门)封装成 DeepSeek Harness (dsh) 的 bundle 插件。
安装后,268 位专家会以 原生 dsh skill 注册进 skill 注册表:模型在对话中按描述自动匹配并加载对应专家角色,也可以用 /技能名 手动触发。
安装
前置要求:本机已安装
git(github:安装依赖 pnpm 调用 git 拉取仓库)。
方式一(推荐,GitHub 托管)
dsh plugin --profile web add "github:RHY006/agency-agents-zh-dsh-plugin"
方式二(本地目录)
dsh plugin --profile web add ./agency-agents-zh-dsh-plugin
方式三(npm tarball)
npm pack --dry-run # 确认内容
npm pack # 生成 agency-agents-zh-dsh-plugin-1.0.0.tgz
dsh plugin --profile web add ./agency-agents-zh-dsh-plugin-1.0.0.tgz
装完重启 dsh,然后问一句「你有哪些可用技能」即可看到全部专家。
用法
注册的 skill 名称取自文件 stem(已是合法 kebab-case),例如:
| 专家 | skill 名 | 激活方式 |
| --- | --- | --- |
| 前端开发者 | engineering-frontend-developer | 对话触发 / /engineering-frontend-developer |
| 小红书运营专家 | marketing-xiaohongshu-operator | 对话触发 / /marketing-xiaohongshu-operator |
| 安全工程师 | engineering-security-engineer | 对话触发 / /engineering-security-engineer |
工作原理
cordis.patch.yml作为 bundle 层向 profile 插入一行 loader,挂载index.js。index.js在apply()时遍历内置的agents.json,逐个调用ctx.skills.register()把专家注册为运行时 skill(source: 'runtime')。- 每个 skill 的
description来自专家 frontmatter(中文),用于模型路由;content是完整的专家人设/工作流/交付物正文;metadata保留中文名、emoji、配色和所属部门。
重新生成 agents.json
node scripts/build.mjs <path/to/agency-agents-zh-checkout>
构建脚本递归扫描各专家目录(排除仅含文档的 strategy/),只收录带 name + description frontmatter 的 Markdown,并校验 skill 名唯一且为 kebab-case。
配置
默认注册全部 268 个专家。不想全量压给模型时,在 profile 的 cordis.patch.yml 里给该 loader 行加 config 过滤:
- id: agency-agents-zh
config:
categories: [engineering, marketing, design] # 部门白名单:只注册这些
excludeCategories: [specialized] # 部门黑名单:剔除这些(优先于白名单)
maxSkills: 60 # 总量上限:超出按列表顺序截断并告警
三者都可选、可组合;不配置 = 注册全部(向后兼容)。类型写错会启动即报错(fail loud);白名单里写不存在的部门会被忽略并告警。
部门目录名对照:
| 目录 | 部门 | 目录 | 部门 |
|---|---|---|---|
| academic | 学术 | marketing | 营销 (42) |
| design | 设计 | paid-media | 付费媒体 |
| engineering | 工程 (42) | product | 产品 |
| finance | 金融 | project-management | 项目管理 |
| game-development | 游戏开发 | sales | 销售 |
| gis | GIS | security | 安全 |
| hr | 人力资源 | spatial-computing | 空间计算 |
| legal | 法务 | specialized | 专项 (58) |
| supply-chain | 供应链 | support | 支持 |
| testing | 测试 | | |
想整体关掉插件,禁用 loader 行即可:
- id: agency-agents-zh
disabled: true
许可
MIT。角色内容版权归上游 agency-agents 及 agency-agents-zh 所有。
Similar plugins
by MichengAI
DSH Agency Agents — 为 DeepSeek Harness 提供 271 名可召唤的专业智能体 · 271 summonable domain experts for DeepSeek Harness
★ 51
↓ 3.5k/wk
Apache-2.0
TypeScript
Sep 13, 2026
dsh plugin --profile web add @michengai/dsh-agency-agentsby pbwheel
把 agency-agents 中的 273 个专业智能体装进 DeepSeek Harness,类似 workbuddy 中的专家
★ 0
JavaScript
Sep 7, 2026
dsh plugin --profile web add dsh-agency-marketby andrepontesmelo
The DSH productivity suite: plugins + agent skills for the DeepSeek Harness, installable in one command.
★ 0
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add @andrepontesmelo/dsh-suiteby cyanseek
Agent-first DeepSeek Harness plugin intelligence: verify existing plugins, identify missing capabilities, and generate build-ready briefs.
★ 6
MIT
JavaScript
Sep 13, 2026
dsh plugin --profile web add dsh-landscapeby Classicoke
DSH execution-discipline plugin suite: 11 plugins + 6 skills, zero dependencies, 426 tests. 让 DeepSeek Harness 变聪明的插件套件。
★ 14
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add cleverer-dshby GongYuanCaiJi
267 个即插即用的 AI 专家角色定义——从前端开发到区块链安全,从小红书运营到抖音策略(移植自 agency-agents-zh)
★ 4
MIT
Shell
Aug 15, 2026
dsh plugin --profile web add dsh-agency-agents-zh