LaunchKit · 2026
Back to Skills

agent-dashboard

Real-time agent dashboard for OpenClaw.

0
607 downloads
by @tahseen137

Setup & Installation

openclaw skills install @tahseen137/agent-dashboard

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-dashboard

Version History

v1.0.4Feb 16, 2026 - Version note by skill developer:

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.

INPUT

User asks: Show me the mission control dashboard

AGENT
  1. 1Runs `cron list` to collect scheduled job names, statuses, and error counts
  2. 2Runs `sessions_list` to identify active sub-agents and their current tasks
  3. 3Builds dashboard JSON from the collected operational data
  4. 4Renders the dashboard inline using the canvas tool
OUTPUT

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.

GitHub account (Tier 2)Supabase account (Tier 3)Vercel account (Tier 3)SUPABASE_URL environment variable (Tier 3)SUPABASE_ANON_KEY environment variable (Tier 3)