# Send Isolated Multi-Agent Control Plane to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cerberus-agent-foundry",
    "name": "Isolated Multi-Agent Control Plane",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/delibrately-cmyk/cerberus-agent-foundry",
    "canonicalUrl": "https://clawhub.ai/delibrately-cmyk/cerberus-agent-foundry",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cerberus-agent-foundry",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cerberus-agent-foundry",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/blueprint/agents/coder/identity/TOOLS_DEV.md",
      "assets/blueprint/agents/qa-ops/identity/TOOLS_OPS.md",
      "assets/blueprint/agents/researcher/identity/TOOLS_SEARCH.md",
      "assets/blueprint/agents/team-lead/identity/ROLE.md",
      "assets/blueprint/control-plane/shared-memory/README.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cerberus-agent-foundry",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:16:48.336Z",
      "expiresAt": "2026-05-07T06:16:48.336Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cerberus-agent-foundry",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cerberus-agent-foundry",
        "contentDisposition": "attachment; filename=\"cerberus-agent-foundry-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cerberus-agent-foundry"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cerberus-agent-foundry"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cerberus-agent-foundry",
    "downloadUrl": "https://openagent3.xyz/downloads/cerberus-agent-foundry",
    "agentUrl": "https://openagent3.xyz/skills/cerberus-agent-foundry/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cerberus-agent-foundry/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cerberus-agent-foundry/agent.md"
  }
}
```
## Documentation

### Cerberus Multi-Agent Control Plane

A professional blueprint for building, operating, and governing local multi-agent teams in OpenClaw. It ships a hardened protocol stack for role isolation, task orchestration, asynchronous handoffs, and auditability.

### Quick Start

Install blueprint into target path:

bash scripts/install_blueprint.sh /path/to/your/system


Verify task board:

python3 /path/to/your/system/scripts/taskctl.py list


Verify mailbox:

send: python3 /path/to/your/system/scripts/mailboxctl.py send --task-id TSK-000 --sender team-lead --receiver coder --correlation-id CORR-001 --body "ACK protocol"
ack: python3 /path/to/your/system/scripts/mailboxctl.py status --message-id MSG-0001 --to ACK --actor coder

### What This Blueprint Provides

Strict workspace isolation per agent (agents/*/workspace)
Unified control plane (control-plane/tasks, control-plane/mailbox, control-plane/logs)
Task state machine tooling (taskctl.py)
Mailbox protocol tooling with checksum and GC (mailboxctl.py)
Shared memory layer under control plane (control-plane/shared-memory)

### Core Rules (must enforce)

Never use shared agent workspaces.
Use only control-plane/mailbox for agent-to-agent messaging.
Team Lead is sole mailbox garbage-collection authority.
Deploy actions require explicit human approval artifacts.

### References

Read references/operations-checklist.md for rollout and audit checks.
Read assets/blueprint/docs/protocol-v1.md for protocol details.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: delibrately-cmyk
- Version: 0.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T06:16:48.336Z
- Expires at: 2026-05-07T06:16:48.336Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cerberus-agent-foundry)
- [Send to Agent page](https://openagent3.xyz/skills/cerberus-agent-foundry/agent)
- [JSON manifest](https://openagent3.xyz/skills/cerberus-agent-foundry/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cerberus-agent-foundry/agent.md)
- [Download page](https://openagent3.xyz/downloads/cerberus-agent-foundry)