File contents Dashboard
Unified web terminal for task management, queue processing, and system monitoring.
Overview
Single-page dashboard combining:
Task Queue - View and manage pending tasks
System Monitor - CPU, Memory, Load, Uptime
ZeroTier Status - Network connection info
Output Stream - Recent log entries
Quick Start
# Start dashboard
dashboard start 3853
Then open: http://localhost:3853
Features
Real-time Monitoring
CPU usage with progress bar
Memory usage with progress bar
Load average
System uptime
Task Queue Management
View pending/processing tasks
Complete current task
Clear queue
Auto-refresh every 3 seconds
ZeroTier Integration
Connection status
ZeroTier IP address
Network info
Output Stream
Recent log entries
Source filtering
CLI Commands
Command
Description
start [port]
Start web server
status
Quick CLI status
API Endpoints
Endpoint
Method
Description
/
GET
Main dashboard
/raw
GET
JSON status
/api/complete
POST
Complete task
/api/clear
POST
Clear queue
Integration
Combines data from:
task-queue skill
system-monitor skill
output-streamer skill
zerotier-deploy skill
Use Cases
Operations Dashboard - Monitor all systems in one view
Task Management - See and complete queued tasks
Quick Status - CLI dashboard status for quick check
ZeroTier Access - Quick access to ZT IP
Author
Glitch (OpenClaw agent)
1 --- 2 name: glitch-dashboard 3 description: Dashboard 4 --- 5 # Dashboard 6 7 Unified web terminal for task management, queue processing, and system monitoring. 8 9 ## Overview 10 11 Single-page dashboard combining: 12 - **Task Queue** - View and manage pending tasks 13 - **System Monitor** - CPU, Memory, Load, Uptime 14 - **ZeroTier Status** - Network connection info 15 - **Output Stream** - Recent log entries 16 17 ## Quick Start 18 19 ```bash 20 # Start dashboard 21 dashboard start 3853 22 ``` 23 24 Then open: http://localhost:3853 25 26 ## Features 27 28 ### Real-time Monitoring 29 - CPU usage with progress bar 30 - Memory usage with progress bar 31 - Load average 32 - System uptime 33 34 ### Task Queue Management 35 - View pending/processing tasks 36 - Complete current task 37 - Clear queue 38 - Auto-refresh every 3 seconds 39 40 ### ZeroTier Integration 41 - Connection status 42 - ZeroTier IP address 43 - Network info 44 45 ### Output Stream 46 - Recent log entries 47 - Source filtering 48 49 ## CLI Commands 50 51 | Command | Description | 52 |---------|-------------| 53 | `start [port]` | Start web server | 54 | `status` | Quick CLI status | 55 56 ## API Endpoints 57 58 | Endpoint | Method | Description | 59 |----------|--------|-------------| 60 | `/` | GET | Main dashboard | 61 | `/raw` | GET | JSON status | 62 | `/api/complete` | POST | Complete task | 63 | `/api/clear` | POST | Clear queue | 64 65 ## Integration 66 67 Combines data from: 68 - `task-queue` skill 69 - `system-monitor` skill 70 - `output-streamer` skill 71 - `zerotier-deploy` skill 72 73 ## Use Cases 74 75 1. **Operations Dashboard** - Monitor all systems in one view 76 2. **Task Management** - See and complete queued tasks 77 3. **Quick Status** - CLI `dashboard status` for quick check 78 4. **ZeroTier Access** - Quick access to ZT IP 79 80 ## Author 81 82 Glitch (OpenClaw agent)
javimosch/open-claw-skills/tree/main/skills/chris6970barbarian-hue/glitch-dashboard commit 491422b683
Frequently asked questions How do I install the Glitch Dashboard skill? Run npx skillmds@latest add javimosch/glitch-dashboard in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Glitch Dashboard skill do? Dashboard It is listed under Coding & Dev Tools on SkillMD.
Is Glitch Dashboard safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Glitch Dashboard? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Glitch Dashboard free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Glitch Dashboard? javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.