Dsh Agent Hub
Description
DeepSeek Harness host plugin: Agent Hub mailbox tools shared by deepseek / claude-code / 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-hub
A DeepSeek Harness host plugin that registers Agent Hub mailbox tools process-wide, so every DSH agent session can talk to other agents through one shared file mailbox:
deepseek(this harness)claude-codecodexopenclaw(reserved, optional)
Files
| File | Purpose |
|---|---|
agent-hub.plugin.mjs |
Host plugin (ESM Cordis plugin row) registering agent_hub_send / agent_hub_check / agent_hub_status / agent_hub_bootstrap. |
cordis.patch.yml.example |
Install row for the web profile user layer. |
Install
Copy the plugin into your DSH web profile:
/profiles/web/agent-hub.plugin.mjs On Windows the default DSH home is `C:\Users\\.dsh`, so the destination is `C:\Users\\.dsh\profiles\web\agent-hub.plugin.mjs`.
Append the insert row from `cordis.patch.yml.example` to `
/profiles/web/cordis.patch.yml`. Make sure `
/profiles/web/package.json` declares a `"version"`. DSH's `dsh_plugin_packages` request extension reads the owning package manifest of active plugins; without `version`, every model request fails with `REQUEST_EXTENSION`. Restart DeepSeek Harness.
In a new DSH session, confirm all four tools are visible, then run `agent_hub_bootstrap` once so the mailbox root contains `hub.mjs`, `hub.json`, `protocol.json`, `README.md`, and the per-agent guides.
Tool behavior
agent_hub_statusreports the mailbox root, registered agents, delivered counts, and read cursors.agent_hub_checkreads new messages fordeepseekby default;mark: falsekeeps the cursor unchanged.agent_hub_sendwrites one message file into the recipient inbox.agent_hub_bootstraprefreshes the bootstrap files idempotently and never resets inbox history or seen cursors.
The default hub root is `C:\Users\19871\.agent-hub`; set `config.hubRoot` to use another location.
Uninstall
Remove the `agent-hub` insert block
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