Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.
Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Real-time monitoring dashboard for OpenClaw with web interface.
🌐 Web Dashboard - Beautiful, responsive UI accessible from any device 📱 Mobile-First - Optimized for phones and tablets 🔄 Auto-Refresh - Updates every 60 seconds 🎨 Modern Design - Gradient UI with dark theme 📊 Live Data - Main session, Discord, sub-agents, cron jobs 🚀 Fast API - JSON endpoint with intelligent caching (30s TTL) ⚡ Performance - <100ms response time (cached), ~15s cold cache
cd skills/task-monitor npm install
./scripts/start-server.sh Server will run on port 3030 (accessible on LAN). Access URLs: Local: http://localhost:3030 LAN: http://<your-ip>:3030
./scripts/stop-server.sh
curl http://localhost:3030/api/status Returns JSON with: Main session stats Discord session stats Active sub-agents (with descriptions) Recent cron job history
Legacy markdown generator still available: ./scripts/generate-dashboard.js Updates DASHBOARD.md in workspace root.
CRON job runs every 5 minutes to update markdown dashboard: */5 * * * * -> Executes generate-dashboard.js
Backend: Node.js + Express Frontend: Pure HTML/CSS/JS (no frameworks) Data Source: openclaw sessions list --json + openclaw cron list --json Caching: In-memory cache with 30-second TTL Pre-warmed on server startup Async background refresh when expired Stale-while-revalidate pattern for optimal UX Refresh: Client-side polling (60s interval)
Without cache: API response time: ~15 seconds (blocking) Problem: Each request blocks Node.js event loop With cache: Cache hit: <100ms (~365x faster) Cache miss: ~15s (first request only) Stale cache: <100ms while refreshing in background Cache TTL: 30 seconds The caching system ensures: Lightning-fast responses for most requests No blocking of concurrent requests Graceful degradation when cache expires
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.