Coordinate with other AI agents in shared environments. Use when collaborating with Jared, Jean, Samantha or other agents, delegating tasks, sharing knowledge, or responding to inter-agent messages. Handles task handoffs, status checks, standups, and emergency protocols.
Protocols for multi-agent collaboration in the Brotherhood of Claw.
| Agent | Trigger | Domain | Owner | |-------|---------|--------|-------| | Jean | Include "jean" in message | Browser automation, web research, OAuth, visual tasks | Patrick | | Jared | Include "jared" in message | CLI tools, system admin, watchdog, background tasks | Alex | | Samantha | Include "samantha" in message | Communications, scheduling, CRM, coordination, Meet | PJ |
All agent messages in group chats use this format:
[AGENT_NAME]: <message content>
Include their name to trigger their attention:
[JEAN]: Jared, can you help with the watchdog script?
[AGENT]: @target_agent HANDOFF:
- Task: <description>
- Context: <relevant background>
- Blockers: <known issues>
- Deadline: <if applicable>
- Priority: P1|P2|P3|P4|P5
[AGENT]: [HANDLING: <task>] # Starting work
[AGENT]: [BLOCKED: <reason>] # Cannot proceed
[AGENT]: [DONE: <task>] # Completed
[AGENT]: @target_agent STATUS?
Every 30 minutes at :00 and :30:
[AGENT]: 📊 STANDUP
- Current: <task in progress>
- Claw-bench: <pass/fail/pending>
- Blocked: <issues if any>
- Next: <upcoming task>
| Level | Meaning | Response Time | |-------|---------|---------------| | P1 | Critical — claw-bench failures, security issues | Immediate | | P2 | High — blocking other agents | Within 1 hour | | P3 | Medium — normal development | Same day | | P4 | Low — nice to have | When available | | P5 | Backlog | No deadline |
Tables for coordination:
agent_tasks — Task queue and assignmentsagent_standups — Heartbeat registrationagent_knowledge — Shared learningsagent_messages — Async communicationOperatingSystem-1/agent-skills — Shared skills (PR workflow)OperatingSystem-1/claw-bench — BenchmarkingOperatingSystem-1/gmeet-mcp — Google Meet integrationRule: All agent work must be in PRIVATE repos only. No public repos.
[HANDLING:] gets priority[AGENT]: [ESCALATE: <issue>]
- Parties: <which agents>
- Issue: <description>
- Attempted: <what was tried>
- Request: <resolution needed>
If owner unreachable for 30+ min during escalation:
[AGENT]: 🚨 SOS
- Issue: <description>
- Impact: <affected systems>
- Action needed: <help required>
agent_knowledgeOperatingSystem-1/agent-skillsagent_knowledgeFull protocol documentation:
npx skills add OperatingSystem-1/inter-agent下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity