Dsh Agent Mailbox — Development skill for Claude Code
DeepSeek Harness host plugin: shared file mailbox tools for Agent Hub (deepseek / claude-code / codex).
How to install Dsh Agent Mailbox
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Erick114514/dsh-agent-mailbox and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Dsh Agent Mailbox does
DeepSeek Harness host plugin: shared file mailbox tools for Agent Hub (deepseek / claude-code / codex).
Alternatives in Development
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
- Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
- Harnessrouter — HarnessRouter Community Edition: the self-hosted, Apache-2.0 edition of the unified interface for agent harnes 618 ★
README
dsh-agent-mailbox
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 `/.agent-hub` (on Windows, `\.agent-hub`); set `config.hubRoot` to use another location.
Uninstall
Related Skills
Dsh Agent Hub
DeepSeek Harness host plugin: Agent Hub mailbox tools shared by deepseek / claude-code / codex
Dsh Plugin Product Subagents
Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness — continuable children, durab
Dsh Movein
Migrate Claude Code setup into DeepSeek Harness. Import skills, commands, agents, hooks, permission rules, and
Dsh Claude Move
Four-source migration wizard for DeepSeek Harness: move Claude Code, Codex, OpenCode and Hermes sessions, memo
Dsh Harness Updater
Claude Code / Codex CLI update detection, prompting, and one-click channel updates for DeepSeek Harness
Dsh Subagent Code Agents
Multi-channel coding-agent subagents for DeepSeek Harness: Codex, Claude Code, Grok Build and configurable ACP
Related Agents
Ds Flash
DSH (DeepSeek Harness) worker on the flash tier - fast and cheap. Delegate simple, well-scoped subtasks: mecha
Harness Eng
Use for every build task on a deepseek-harness core — one layer per claimed packet, gated by hedgehog verify.
Extension Author
WRITE-access implementer for the browser extension (apps/extension/ — MV3, Chrome + Firefox) and the desktop⇄e