Install
openclaw skills install coordinator-agentAgent fleet coordinator for OpenClaw. Silent mode — only messages when something changed. Priority-sorts errors and handoffs above routine output. Trend detection vs 7-day average. Self-healing retriggers missed crons. Multi-platform: Telegram, Discord, Slack. ~$0.02/day.
openclaw skills install coordinator-agentOne briefing. Only when something changed.
Reads every agent workspace daily at 9am. Delivers a structured briefing to Telegram (and optionally Discord/Slack). If nothing changed across the entire fleet, it stays silent.
This skill reads all configured agent workspaces, sends summaries to external messaging platforms, and can automatically retrigger cron jobs. Before installing:
No new files, no errors, no handoffs, no trend anomalies → no message. Zero-cost days are silent days.
Briefings ordered by actionability:
Tracks output volume per agent over 7 days. Flags deviations >50% from rolling average. Catches silent/broken agents before you notice.
⚠️ Only enable if cron jobs are idempotent. If a cron job hasn't run by 11am, retriggers once. Reports the attempt. If it fails again, that's a critical alert.
Telegram by default. Set DISCORD_WEBHOOK or SLACK_WEBHOOK env vars for additional delivery.
clawdhub install coordinator-agent
Create the agent directory:
mkdir -p ~/.openclaw/agents/coordinator/agent
Create SOUL.md in that directory. Customize workspace paths, webhook URLs, and toggle self-healing:
# Coordinator — Fleet Briefing Agent
Read every agent workspace. Deliver one briefing. If nothing changed, stay silent.
## Workspaces to scan (restrict to what needs monitoring)
- Content: ~/.openclaw/workspace-seo-content/
- Research: ~/.openclaw/workspace-market-research/
- Shared memory: ~/.openclaw/company-brain/
## Delivery
- Telegram: enabled
- Discord: $DISCORD_WEBHOOK
- Slack: $SLACK_WEBHOOK
## Schedule
Daily at 9am. See openclaw.json for cron config.
## Rules
- Silent mode: send nothing if no changes, no errors, no handoffs, no anomalies
- Priority: errors → handoffs → trends → output → status
- Trend: compare file counts vs 7-day rolling average, flag >50% deviation
- Self-healing: remove this section unless cron jobs are idempotent
Set up auth with scoped credentials:
# Option A: Generate dedicated API key with minimal scope
# Add it to ~/.openclaw/agents/coordinator/agent/auth-profiles.json
# Option B: Copy from existing agent (broader access — review first)
cp ~/.openclaw/agents/researcher/agent/auth-profiles.json \
~/.openclaw/agents/coordinator/agent/
Add to openclaw.json agent list, cron to daily 9am, restart gateway.
~$0.02/day on DeepSeek V4 Flash. Silent days are free.
Overkill for 1-2 agents. OpenClaw-specific.