← All skills
Tencent SkillHub · Communication & Collaboration

Task Monitor

Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Real-time web dashboard for OpenClaw sessions and background tasks. Mobile-responsive with auto-refresh.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, package.json, README.md, scripts/generate-dashboard.js, scripts/start-server.sh, scripts/stop-server.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Task Monitor v0.1

Real-time monitoring dashboard for OpenClaw with web interface.

Features

🌐 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

Installation

cd skills/task-monitor npm install

Start Web Server

./scripts/start-server.sh Server will run on port 3030 (accessible on LAN). Access URLs: Local: http://localhost:3030 LAN: http://<your-ip>:3030

Stop Server

./scripts/stop-server.sh

API Endpoint

curl http://localhost:3030/api/status Returns JSON with: Main session stats Discord session stats Active sub-agents (with descriptions) Recent cron job history

Generate Markdown (v0.1)

Legacy markdown generator still available: ./scripts/generate-dashboard.js Updates DASHBOARD.md in workspace root.

Automation

CRON job runs every 5 minutes to update markdown dashboard: */5 * * * * -> Executes generate-dashboard.js

Architecture

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)

Performance

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • CHANGELOG.md Docs
  • README.md Docs
  • scripts/generate-dashboard.js Scripts
  • scripts/start-server.sh Scripts
  • scripts/stop-server.sh Scripts
  • package.json Config