A high-performance, no-LLM synchronization pipeline to monitor AI agent heartbeats and runtime status via Cloudflare KV and Worker APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-dashboard-sync
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-dashboard-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Dashboard Sync is a specialized data-plane skill designed to decouple high-frequency state management from Git version control. By utilizing Openclaw Skills, this tool establishes a robust bridge between local agent nodes and a centralized monitoring dashboard. It leverages Cloudflare Workers and KV storage to provide real-time visibility into agent health, cron status, and runtime events without the latency or costs associated with LLM calls.
This skill is essential for developers managing multi-agent environments who require a scalable, secure, and lean infrastructure for fleet observability. It ensures that sensitive production state remains out of commits while providing a unified API for dashboard data ingestion and retrieval.
To begin using Agent Dashboard Sync within your Openclaw Skills environment, follow these steps:
references/worker-setup.md.INGEST_TOKEN and READ_TOKEN as secure environment secrets..env file, ensuring the mode is set to cloudflare.*/2 * * * * cd <PROJECTS_ROOT>/collector && ./sync.sh
/health and /fleet endpoints on your deployed Worker.The skill organizes fleet data using a structured KV taxonomy to ensure fast lookups and metadata integrity.
| Key Pattern | Description |
|---|---|
fleet:registry |
Global list of all registered agent IDs in the fleet. |
fleet:heartbeat:<agent_id> |
Most recent activity timestamp for a specific agent. |
fleet:cron:<agent_id> |
Execution status and history for scheduled agent tasks. |
fleet:runtime:<agent_id> |
Specific runtime metadata and environment status. |
fleet:events:recent |
A log of the most recent significant fleet-wide events. |
fleet:updated_at |
The master timestamp for the last global data sync. |
Loading
A high-frequency trading agent that automates Polymarket sprint market positions using real-time price signals from centralized exchanges.

A production-ready anti-detection browser automation toolkit providing 41 specialized tools for Openclaw Skills agents.

An automated utility for validating OpenClaw configuration fields against official Zod schemas to ensure configuration integrity.

A comprehensive control suite for managing the VisuoSpatial Sketchpad dashboard, including server management, kiosk browser deployment, and agent state updates.

Automate the monitoring and reporting of Bitfinex funding interest and wallet balances through secure API integration.

A Git-powered synchronization engine to keep your AI agent workspace consistent across local machines and remote servers.








































