← 返回 Skills 市场
waltspence

Coordinator Agent

作者 Walt Spence · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ pending
47
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install coordinator-agent
功能描述
Agent fleet coordinator for OpenClaw. Silent mode — only messages when something changed. Priority-sorts errors and handoffs above routine output. Trend dete...
使用说明 (SKILL.md)

Coordinator Agent

One 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.

Security Warning

This skill reads all configured agent workspaces, sends summaries to external messaging platforms, and can automatically retrigger cron jobs. Before installing:

  • Workspace access: The coordinator scans every workspace you configure. Restrict the workspace list to only what needs monitoring. Exclude any workspace containing credentials, secrets, or sensitive data.
  • Outbound messaging: Briefing content is sent to Telegram (always) and optionally Discord/Slack. Review what gets included in the output format before enabling delivery to external platforms.
  • Auth scoping: Use dedicated, scoped API credentials for the coordinator agent. Do not reuse auth profiles from other agents. The coordinator only needs read access to workspaces and write access to configured messaging channels.
  • Self-healing: Automatically retriggering missed cron jobs can cause duplicate execution. Only enable this if your cron jobs are idempotent (safe to run twice). Disable self-healing by removing the retrigger rule from your SOUL.md if jobs have side effects.

How It Works

Silent Mode

No new files, no errors, no handoffs, no trend anomalies → no message. Zero-cost days are silent days.

Priority Sort

Briefings ordered by actionability:

  1. Errors and missed crons
  2. Handoff requests and decisions needed
  3. Trend anomalies vs 7-day average
  4. New files listed by agent
  5. Fleet health summary

Trend Detection

Tracks output volume per agent over 7 days. Flags deviations >50% from rolling average. Catches silent/broken agents before you notice.

Self-Healing

⚠️ 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.

Multi-Platform

Telegram by default. Set DISCORD_WEBHOOK or SLACK_WEBHOOK env vars for additional delivery.

Install

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.

Requirements

  • OpenClaw/Clawdbot + Telegram configured
  • 2+ other agents producing output
  • DeepSeek or Claude API key

Cost

~$0.02/day on DeepSeek V4 Flash. Silent days are free.

Limits

Overkill for 1-2 agents. OpenClaw-specific.

能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coordinator-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coordinator-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
## v1.2.0 - Added prominent Security Warning section addressing SkillSpector audit findings - Self-healing now warns about idempotence requirement for auto-retriggers - Scoped credentials recommended as primary option; auth-profile copy demoted to Option B - Added redaction recommendation for sensitive files in package - SOUL.md removed from package per ClawdHub convention (SKILL.md only) - Template for SOUL.md customization embedded in install section ## v1.1.0 - Added Silent Mode, Priority Sort, Trend Detection, Self-Healing, Multi-Platform ## v1.0.0 - Initial release: fleet health aggregation, cross-server cron management, delivery routing
v1.1.0
v1.1.0 — Silent mode (no message if nothing changed), priority sort (errors/handoffs first), trend detection (7-day rolling average), self-healing (retrigger missed crons), multi-platform (Telegram + Discord + Slack). Stripped marketing language. Pure utility copy.
v1.0.1
updated copy.
v1.0.0
Initial release of coordinator-agent — a daily Telegram briefing tool for agent fleets. - Delivers a single daily Telegram message summarizing outputs from all your OpenClaw agents. - Message includes: yesterday’s outputs, today’s agenda, revenue opportunities, and fleet health. - Designed as infrastructure for operators managing 3+ agents, not for individual productivity. - Easy setup for OpenClaw/Clawdbot users; requires minimal config and scheduling. - Pattern inspired by high-performing operators managing revenue with agent fleets.
元数据
Slug coordinator-agent
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Coordinator Agent 是什么?

Agent fleet coordinator for OpenClaw. Silent mode — only messages when something changed. Priority-sorts errors and handoffs above routine output. Trend dete... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Coordinator Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install coordinator-agent」即可一键安装,无需额外配置。

Coordinator Agent 是免费的吗?

是的,Coordinator Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Coordinator Agent 支持哪些平台?

Coordinator Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Coordinator Agent?

由 Walt Spence(@waltspence)开发并维护,当前版本 v1.2.0。

💬 留言讨论