Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
v1.0.4: Remove all local file reads — cron uses only OpenClaw APIs (cron list, sessions_list). No HEARTBEAT.md or memory file access.
What This Skill Does
A monitoring dashboard for OpenClaw agents with three deployment tiers: zero-config canvas rendering inside OpenClaw, GitHub Pages with 30-second polling, or Supabase Realtime with websocket updates. Shows active tasks, cron job health, action items, and recent activity. All operational data stays on your machine; no credentials or file contents are pushed.
Tier 1 requires zero configuration and no external accounts, making it immediately usable without any setup overhead.
When to use it
- Checking what your agent is working on from your phone
- Monitoring cron job error counts and last-run times
- Getting a live view when a long-running deploy is in progress
- Reviewing high-priority action items that need your attention
- Tracking multiple active sub-agents and their current tasks
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Show me the mission control dashboard
- 1Runs `cron list` to collect scheduled job names, statuses, and error counts
- 2Runs `sessions_list` to identify active sub-agents and their current tasks
- 3Builds dashboard JSON from the collected operational data
- 4Renders the dashboard inline using the canvas tool
An inline dashboard showing active tasks, cron job health table, and any action items flagged for attention
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.