run-openclaw-agents
Installation
SKILL.md
Orchestrate OpenClaw
Coordinate multi-agent work at runtime: spawn sub-agents, manage sessions, route messages between agents, and enforce safety constraints across the OpenClaw agent ecosystem.
Trigger boundary
Use this skill when
- Spawning sub-agents with
sessions_spawnfor parallel or delegated work - Managing active sessions: listing, inspecting history, checking status, sending inter-session messages
- Routing work to ACP (Advanced Control Protocol) agents for specialized coordination
- Sending cross-platform messages via
message(Discord, Slack, Telegram) - Designing multi-agent pipelines: fan-out, fan-in, supervisor, chain-of-responsibility
- Choosing the target agent or configured child tool policy for delegated work
- Using
nodesfor cross-device hardware interaction (screenshots, GPS, camera) - Collecting child results via announce replies,
session_status,sessions_history, or boundedsessions_sendfollow-ups