
MichengAI/dsh-agency-agents
dsh-agency-agents
dsh-agency-agents is a community DeepSeek Harness plugin. Read the repository README before installing.
Install
npx @deepseek-ai/dsh plugin --profile web add @michengai/dsh-agency-agents@latestRestart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/dsh-agency-agents)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from MichengAI/dsh-agency-agents, cleaned of badges and images.
DSH Agency Agents
271 summonable specialist agents for DeepSeek Harness
DSH Agency Agents is a community-maintained DeepSeek Harness (DSH) plugin, not an official DeepSeek AI product.
Features
- Filter by category or search, then enable or disable bundled experts in Settings → Experts.
- Summon enabled experts by name or slug from the composer's Experts picker.
- Use
list_expertsto discover experts andsummon_expertto start a one-shot specialist subagent. - Use 271 bundled personas immediately, or connect a separately synchronized expert directory.
- Paste one sentence into DSH, Codex, or WorkBuddy and let that agent install the plugin locally.
The parent session keeps task context, judgment, and the final answer. Expert children provide a specialist perspective only and cannot summon further experts.
Screenshots
Filter by category or search in Settings → Experts, then enable the experts you need:
Use @ or the composer's Experts picker to choose an enabled expert:
The name and slug are filled in; write the complete task next:
DSH product ecosystem
This product can be installed independently or used through the desktop app or Web suite. They share the same DSH core but serve different ways of working:
| Product | Relationship to this product |
|---|---|
| DeepSeek Harness | The host runtime that provides models, sessions, tools, and the plugin system |
| DSH Codex Desktop | A ready-to-install desktop product with this product and the other five feature products built in |
| DSH Codex Suite | A one-click suite for existing DSH Web environments that installs this product and the other five feature products |
| Six feature products | Codex UI · IM Connect · Automation · Skills Manager · Archive Manager · Agency Agents |
Prerequisites
- A working DeepSeek Harness Web installation with
dshavailable in PowerShell. - Examples use the
webprofile; replace it with the target profile. - Source installation and development require Node.js 22+ and pnpm. npm installation does not require running
pnpm installseparately.
Installation
dsh plugin add forwards to pnpm add in the profile directory. Without a version and official registry, a local mirror or minimum-release-age policy can leave you on an older build.
Ask another agent to install it
This plugin runs inside DeepSeek Harness Web. Copy one of the sentences below into DSH, Codex, or WorkBuddy and let that agent install it into your local web profile.
From npm:
Install the latest DSH plugin @michengai/dsh-agency-agents into my local web profile using the official npm registry: dsh plugin --profile web add @michengai/dsh-agency-agents@latest --registry=https://registry.npmjs.org/. Then run dsh --profile web --dump-config, confirm agency-agents is mounted, and remind me to restart DSH Web and hard-refresh the browser.
From source:
…

