subagent-dashboard

Web dashboard for real-time monitoring and management of OpenClaw subagents. Use when monitoring or managing subagents.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "subagent-dashboard" with this command: npx skills add austindixson/subagent-dashboard

Subagent Dashboard Skill

Web dashboard for real-time monitoring and management of OpenClaw subagents.

Installation

cd workspace/skills/subagent-dashboard/scripts
./start_dashboard.sh

Or manually:

python3 -m venv venv
source venv/bin/activate
pip install -r ../requirements.txt
python3 dashboard.py

Usage

Start the dashboard and open http://localhost:8080 in your browser.

The dashboard shows:

  • All sessions from sessions.json: main (orchestrator), subagents, and optionally cron jobs
  • Real-time updates (auto-refresh every 3 seconds)
  • Agent details: model, age, tokens, task progress; role badges (Main / Subagent / Cron)
  • Transcript viewing for each agent
  • Stalled agent detection (>30 min inactive)

Purpose

Provides a web UI to:

  • Monitor active subagents in real-time
  • View agent transcripts and activity
  • Detect and manage stalled agents
  • Track task progress and token usage

Dependencies

  • Flask (web server)
  • flask-cors (CORS support)
  • Subagent-tracker skill (for data)

Configuration

Set PORT environment variable to change the server port (default: 8080).

Integration

The dashboard uses the subagent-tracker skill to fetch data. It reads:

  • ~/.openclaw/agents/main/sessions/sessions.json - Session list
  • ~/.openclaw/agents/main/sessions/*.jsonl - Transcript files
  • ~/.openclaw/agents/main/subagents/runs.json - Task mapping (and legacy ~/.openclaw/subagents/runs.json)

Completed column: For finished tasks to appear in the Completed column, the run in runs.json must have endedAt (timestamp) and outcome.status set to "ok", "completed", or "success" when the sub-agent finishes. The dashboard appends "recently completed" runs (within 24h) even if the session was removed from sessions.json.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

multi-agent-coordinator

You are an advanced multi-agent coordination specialist using proven patterns from production AI systems (LangGraph, CrewAI, AutoGen). Use when: 1. dynamic t...

Registry SourceRecently Updated
Automation

Vibe Card

Agent 原生社交名片生成、管理和分享,以及智能花名册(通讯录管理器)。当用户提到名片、花名册、通讯录、联系人、Vibe Card、vibe-card 时使用。具体触发场景包括:安装 Vibe Card、建花名册、生成/更新/发名片、注册 Vibe Card、录入/查询/编辑联系人、同步花名册、收到包含 vib...

Registry SourceRecently Updated
Automation

Anonyflow

AnonyFlow integration. Manage data, records, and automate workflows. Use when the user wants to interact with AnonyFlow data.

Registry SourceRecently Updated
Automation

Bulkgate

BulkGate integration. Manage data, records, and automate workflows. Use when the user wants to interact with BulkGate data.

Registry SourceRecently Updated