A specialized integration skill for AI agents to manage, log, and synchronize system states with the Jarvis Dashboard via real-time JSON updates.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dashboard-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dashboard-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dashboard Manager is a robust utility designed to bridge the gap between AI agents and their visual monitoring interfaces. By acting as a real-time data layer, it allows Openclaw Skills to read from and write to a centralized data.json file, ensuring that system statuses, active models, and operational heartbeats are always accurate and visible to the user. This skill provides a structured framework for handling incoming notes, tracking token consumption costs, and managing sub-agent lifecycles without requiring constant conversational overhead.
Built for high-performance environments, it operates in a silent background mode to maintain synchronization between the agent's internal state and the external dashboard. This ensures that developers can monitor their Openclaw Skills activities, including task progress and history logs, through a unified and clean interface.
const dashboardSkill = require('./skills/dashboard-manager');
const success = await dashboardSkill.init();
if (success) {
console.log('Dashboard Manager ready');
}
The skill manages a structured JSON database to ensure compatibility across the Openclaw Skills ecosystem. The schema includes:
| Section | Description |
|---|---|
| system_status | Tracks current activity (idle, busy) and the active LLM model. |
| heartbeat | A timestamp updated every 2 seconds for live connectivity checks. |
| stats | Contains input_tokens, output_tokens, and total_cost (float). |
| quick_notes | An array of objects with ids, content, and a processed status boolean. |
| logs | An array of strings representing the historical timeline of agent actions. |
| sub_agents | A registry of active child agents and their specific roles. |
Loading
Automate Playtomic padel court searches, bookings, and match management directly from your terminal.

A specialized suite of automation tools designed for Managed Service Providers to streamline Azure audits, NPU monitoring, and system health checks.

A BrowserAct-powered assistant that bypasses web restrictions to provide AI agents with real-time, high-accuracy research data.

A specialized automation skill for extracting structured, real-time news data from Google News using the BrowserAct API.

A specialized synchronization engine that connects your AI agent with the Jarvis Dashboard via a real-time JSON data pipeline.

A specialized tool for managing the entire lifecycle of CrunchDAO data science competitions, from workspace setup to final submission.








































