Skill Health Monitor
Skill by autogame-17
Why use this skill?
Maintain your OpenClaw agent environment with Skill Health Monitor. Audit your skills for missing metadata, broken dependencies, and structural compliance easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/skill-health-monitorWhat This Skill Does
The Skill Health Monitor, developed by autogame-17, serves as an essential diagnostic utility for OpenClaw users managing a growing library of autonomous agents. Its primary function is to audit the integrity of your installed skills by performing structural and environmental compliance checks. The tool scans your local skills directory to ensure every module meets the standard technical requirements expected by the OpenClaw framework.
By validating the presence of critical components like SKILL.md files for documentation, as well as necessary entry points like package.json or index.js, the monitor prevents runtime errors caused by missing dependencies or incomplete installations. A standout feature is its intelligent dependency verification, which correlates declared environment variables in documentation against your current workspace configuration, ensuring your agents have the keys and settings they need to operate successfully.
Installation
To add the Skill Health Monitor to your workspace, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/skill-health-monitor
Once installed, you can trigger the audit by running the main entry point from your base directory:
node skills/skill-health-monitor/index.js
Use Cases
This tool is best utilized during routine maintenance of your agent environment. It is particularly valuable when you have recently updated your OpenClaw core, installed several new community-sourced skills, or are troubleshooting an agent that appears to be failing silently. Project leads and developers managing large agent ecosystems can use the generated health_report.json and dependency_report.json files to programmatically track the status of their infrastructure and ensure consistency across development, staging, and production environments.
Example Prompts
- "OpenClaw, run the Skill Health Monitor to check if all my active skills have their required environment variables configured properly."
- "I think some of my skills might be broken after the recent update. Can you run the health monitor and show me the list of any missing metadata files?"
- "Please execute the health monitor and summarize the findings from the generated JSON reports so I know which skills need attention."
Tips & Limitations
The Skill Health Monitor is designed for local directory auditing and does not verify the external functionality of the skills themselves; it only ensures they are structurally sound. Always review the health_report.json file generated in the root directory for a granular breakdown of errors. If you frequently add third-party skills, make it a habit to run this monitor after every new installation to catch configuration conflicts early. Note that this skill requires read access to your workspace directory to function correctly and cannot verify remote API connectivity for skills that do not have explicitly documented environment variables.
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-autogame-17-skill-health-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17