task-monitor

Monitor OpenClaw sessions, Discord bots, sub-agents, and cron jobs via a web dashboard.

2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill task-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-monitor
Source: https://github.com/aztr0nutzs/NET_NiNjA.v1.2/tree/main/skills/skills-folders/task-monitor
Command: npx skills add https://github.com/aztr0nutzs/NET_NiNjA.v1.2 --skill task-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires express, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a real-time, web-based dashboard to monitor the status of OpenClaw sessions, background tasks, and cron jobs, offering a clear overview of system activity.

Core Features & Use Cases

  • Real-time Dashboard: View live status of main sessions, Discord bots, sub-agents, and cron jobs.
  • Mobile-Responsive UI: Access and monitor tasks from any device.
  • Use Case: A developer needs to quickly check if their background AI agents are running correctly and how many tokens they've processed without constantly running CLI commands.

Quick Start

Start the task monitor web server by running the command ./scripts/start-server.sh.

Frequently Asked Questions about task-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor OpenClaw sessions in real-time without using CLI commands?

You can monitor OpenClaw sessions using a real-time web dashboard that tracks main sessions, Discord bots, sub-agents, and cron jobs. It provides a mobile-responsive interface with auto-refresh capabilities to view live system activity.

Can I check background AI agent status and token processing from my phone?

Yes, you can check background agent status from your phone using the mobile-responsive web UI. The dashboard auto-refreshes to display live status updates and token processing metrics for your OpenClaw tasks.

How do I start the task monitor web server?

Start the task monitor web server by running the command `./scripts/start-server.sh`. This launches a Node.js and Express backend that serves the pure HTML, CSS, and JavaScript frontend dashboard.

Does the OpenClaw dashboard work with Express for backend data fetching?

Yes, the dashboard uses Express for the backend alongside pure HTML, CSS, and JavaScript for the frontend. Data is fetched via OpenClaw CLI commands and exposed through a fast JSON API for status updates.

What types of tasks can I track with a real-time monitoring dashboard?

You can track main sessions, Discord bots, sub-agents, and cron jobs with the real-time monitoring dashboard. It provides a clear overview of system activity and live status updates for all these OpenClaw task types.

Is there a JSON API available for OpenClaw session status updates?

Yes, a fast JSON API is available for OpenClaw session status updates. It works alongside the web dashboard to provide real-time data fetched via OpenClaw CLI commands for integration and monitoring.