/install agent-dashboard-sync
Agent Dashboard Sync
Operate dashboard data sync as a no-LLM pipeline.
Hard Rules
- Keep high-frequency state out of Git commits.
- Use Cloudflare Worker + KV for runtime sync.
- Run collector from local cron (
*/2 * * * *) and do not call LLM in collector path. - Never commit or print production tokens/secrets in files, logs, or screenshots.
- Do not publish absolute paths in skill docs; use relative paths or placeholders (
\x3CPROJECTS_ROOT>,\x3CSHARED_ROOT>).
Scope Boundary
- This skill owns: collector, Worker ingest/read API, KV schema, cron deployment, dashboard data source wiring.
- This skill does not own: cross-agent protocol, constitution governance, Discord routing rules.
KV Data Contract (v1)
fleet:registryfleet:heartbeat:\x3Cagent_id>fleet:cron:\x3Cagent_id>fleet:runtime:\x3Cagent_id>fleet:events:recentfleet:updated_at
See references/schema.md for payload shape.
Minimal Rollout
- Deploy Worker + KV namespace.
- Configure dashboard env to
cloudflaremode. - Install collector cron on each node with unique
AGENT_ID. - Verify
/health, then/fleet, then dashboard UI.
Security Checklist
- Store
INGEST_TOKENandREAD_TOKENas worker secrets. - Keep dashboard read token server-side (
DASHBOARD_READ_TOKEN), never client-exposed. - Keep
NEXT_PUBLIC_*vars non-sensitive only. - Redact tokens before sharing commands/logs.
Runbook Links
- Worker setup and command sequence:
references/worker-setup.md - Collector and crontab setup:
references/collector-cron.md - Env variable matrix:
references/env-matrix.md - Data schema reference:
references/schema.md - Security policy for all agents:
references/security-rules.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-dashboard-sync - After installation, invoke the skill by name or use
/agent-dashboard-sync - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Dashboard Sync?
Sync OpenClaw fleet runtime/heartbeat/cron status to Cloudflare KV and serve dashboard-ready data via Worker API. Use when setting up or operating the Agent... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Agent Dashboard Sync?
Run "/install agent-dashboard-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Dashboard Sync free?
Yes, Agent Dashboard Sync is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agent Dashboard Sync support?
Agent Dashboard Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Dashboard Sync?
It is built and maintained by Reed (@reed1898); the current version is v0.1.0.