A specialized operational monitoring tool for gathering disk usage, Git status, and system resource signals in one snapshot.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ops-dashboard
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 ops-dashboard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ops Dashboard is a powerful utility designed for developers and DevOps engineers to gain immediate visibility into their workspace health. By aggregating critical data points like storage availability, Git commit history, and system load averages, it eliminates the need for manual health checks across multiple tools. This tool is a key part of the Openclaw Skills ecosystem, providing a centralized way to ensure infrastructure stability before deployments or major updates. It simplifies the process of answering how infrastructure is performing without context switching.
Whether you are managing a local environment or a remote server, Ops Dashboard provides the telemetry needed to maintain peak performance. By integrating this into your Openclaw Skills collection, you gain a robust diagnostic layer that monitors everything from storage tiers to repository cleanliness, ensuring your development environment remains healthy and predictable.
To get started with this addition to your Openclaw Skills, ensure you have Python 3 installed and follow these steps:
# Navigate to your skill directory
cd skills/ops-dashboard
# Run a basic summary check on your current workspace
python3 scripts/ops_dashboard.py --show summary
# Run a full resource check including load averages
python3 scripts/ops_dashboard.py --show resources
The Ops Dashboard organizes its operational telemetry into a structured format that can be viewed via CLI or exported. When using Openclaw Skills like this one, data is categorized as follows:
| Data Category | Metrics Captured | Purpose |
|---|---|---|
| Storage | Total vs Free space, mount points (/, /mnt/ramdisk) | Prevent disk-full errors |
| Git Metadata | Staged files, unstaged changes, branch name | Ensure repo cleanliness |
| Commit History | Last 3 commits (SHA, Author, Summary) | Track recent workspace changes |
| Performance | 1, 5, and 15-minute system load averages | Diagnose CPU/IO bottlenecks |
| Space Usage | Top 3 largest directory sizes | Identify growth vectors |
Loading
A professional developer journaling tool for AI agents to track project milestones, task statuses, and historical context.

A standardized journaling system for AI agents to track project progress, milestones, and task statuses using a structured SQLite database.

A standardized journaling skill for agents to maintain structured progress logs and project context using a local SQLite database.

Summarize workspace identity and operating rules instantly to onboard new AI agents and human contributors.

An automated CLI utility for referencing, searching, and extracting authoritative rules from workspace policy playbooks.

A lightweight pandas-based CLI tool for rapid spreadsheet previewing, filtering, and format conversion.








































