Openclaw Monitor
Skill by frank-bot07
Why use this skill?
Track token spend, task success rates, and cron health for your OpenClaw agents. Gain full observability and manage operational costs effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/frank-bot07/openclaw-monitorWhat This Skill Does
The Openclaw Monitor skill is a robust system administration tool designed specifically for the OpenClaw AI ecosystem. Developed by frank-bot07, this skill acts as the central observability hub for your autonomous agent operations. It provides granular visibility into the health and performance of your agents by tracking key performance indicators such as token consumption, task completion rates, and the integrity of scheduled background processes (crons). By maintaining internal interchange files, the skill categorizes data into public-facing health indicators and private, sensitive financial or operational reports, ensuring that you can audit your AI activity without compromising security. Whether you are managing a single agent or a fleet, this skill provides the telemetry necessary to optimize resource allocation and debug failures effectively.
Installation
To integrate the Openclaw Monitor into your agent framework, use the following clawhub command in your terminal:
clawhub install openclaw/skills/skills/frank-bot07/openclaw-monitor
Ensure your system has the necessary read/write permissions for the state/ directory, as the skill needs to generate local markdown logs for its monitoring operations.
Use Cases
- Cost Control: Regularly audit token spend per model or skill to stay within budget constraints.
- Performance Tuning: Identify bottlenecks in task execution by analyzing failure rates and cron health.
- Operational Auditing: Maintain a historical record of system activity for compliance and performance improvement.
- System Maintenance: Perform routine database backups and restores to ensure persistent state safety across agent updates.
Example Prompts
- "monitor status - give me a quick health summary of my agents today."
- "monitor tokens --period 30d --by model - show me how much this is costing me."
- "monitor tasks --failed - list all tasks that failed in the last 24 hours so I can debug them."
Tips & Limitations
- Security: Remember that
state/status.mdandstate/token-spend.mdcontain private data; do not share these files publicly. - Manual Sync: If you notice metrics appearing out of date, use the
monitor refreshcommand to regenerate the interchange files. - Performance: Running complex aggregates or full database backups on very large historical logs may temporarily impact agent response times. Schedule heavy data operations during off-peak hours.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-frank-bot07-openclaw-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
Model Switchboard
Skill by frank-bot07
nano-banana-2
Gemini image generation, editing, and search-grounded image creation via gemini-3.1-flash-image-preview (Nano Banana 2). USE FOR: - Generating images from text prompts (text-to-image) - Editing or transforming an existing image with text instructions - Generating images grounded in live web/image search results Requires GEMINI_API_KEY environment variable. See rules/setup.md for configuration and rules/security.md for output handling guidelines.
Openclaw Voice
Skill by frank-bot07
openclaw-ecommerce
E-commerce price monitoring, order tracking, and margin analysis for OpenClaw agents. Track product prices, get alerts on drops, manage orders, and calculate real margins after fees.
Openclaw Crm
Skill by frank-bot07