Skill Health Monitor

Scan skills directories for structural compliance and generate health and dependency reports.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill skill-health-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Health Monitor
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/skill-health-monitor
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill skill-health-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all skills within the agent's workspace are structurally sound, properly documented, and have their environmental dependencies met, preventing operational failures.

Core Features & Use Cases

  • Structural Compliance: Verifies the presence of essential files like SKILL.md and entry points (package.json or index.js).
  • Dependency Validation: Checks if declared environment variables required by skills are actually set in the execution environment.
  • Reporting: Generates detailed health_report.json and dependency_report.json for programmatic analysis and debugging.
  • Use Case: Before deploying a new agent or after a workspace update, run this skill to quickly identify any skills that might be broken or misconfigured.

Quick Start

Run the skill health monitor to check the status of all skills in the workspace.

Frequently Asked Questions about Skill Health Monitor

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

FAQPage Schema
How do I check workspace dependencies and validate skill structure before deployment?

To check workspace dependencies and validate skill structure, scan the skills directory to verify the presence of SKILL.md and entry points like package.json, while ensuring required environment variables are actually set.

How do I audit agent skills for missing documentation and broken entry points?

You audit agent skills for missing documentation and broken entry points by running a workspace validation scan that checks for the existence of SKILL.md and index.js files, then reports on total, healthy, and broken skills.

What is a skill health check and when do I need to run a workspace validation scan?

A skill health check is a structural compliance and dependency scan that verifies your skills directory is properly configured; you need to run it after a workspace update or before deploying a new agent to prevent operational failures.

Can I programmatically consume skill audit reports for debugging?

Yes, you can programmatically consume skill audit reports for debugging because the validation process automatically generates detailed health_report.json and dependency_report.json files for your analysis.

Does the dependency scan check if environment variables are set in the execution environment?

Yes, the dependency scan explicitly checks if environment variables declared by your skills are actually set in the execution environment, preventing misconfigurations and operational failures during agent deployment.

Why does my skill audit report broken skills even when package.json exists?

A skill audit reports broken skills when package.json exists if the scan also detects missing SKILL.md documentation, absent index.js entry points, or unmet environmental dependencies within the workspace directory.