dshbase

Plugin directory / Developer / agency-agents-zh-dsh-plugin

agency-agents-zh-dsh-plugin

Unverified RHY006

✓ Actively maintained 2 contributors

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-24Last push
Cross-platformPlatform

What it does

DeepSeek Harness (dsh) plugin: agency-agents-zh Chinese AI expert library (268 roles / 20 departments) as native skills

Our take
Unverified — not yet verified

DeepSeek Harness (dsh) plugin: agency-agents-zh Chinese AI expert library (268 roles / 20 departments) as native skills Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

agency-agents-zh-dsh-plugin

agency-agents-zh(268 个中文 AI 专家角色,覆盖 20 个部门)封装成 DeepSeek Harness (dsh)bundle 插件

安装后,268 位专家会以 原生 dsh skill 注册进 skill 注册表:模型在对话中按描述自动匹配并加载对应专家角色,也可以用 /技能名 手动触发。

安装

前置要求:本机已安装 gitgithub: 安装依赖 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.jsapply() 时遍历内置的 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-agentsagency-agents-zh 所有。

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install agency-agents-zh-dsh-plugin for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:RHY006/agency-agents-zh-dsh-plugin

Headless (CLI) profile:

dsh plugin --profile headless add github:RHY006/agency-agents-zh-dsh-plugin

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →