Aptratcn Skill Health Monitor
Skill by aptratcn
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aptratcn/aptratcn-skill-health-monitorSkill Health Monitor
Automated health checks for your agent skill collection
Purpose
Audit, score, and maintain the health of your AI agent skills. Catch rotting skills, missing files, broken triggers, and outdated content before they cause silent failures.
When to Use
- "check skill health", "audit my skills", "skill inventory"
- Periodic maintenance (weekly/monthly)
- Before adding new skills to a collection
- When agents start behaving unexpectedly
Health Score Dimensions (0-100 each)
1. Structure (25%)
- Has SKILL.md or equivalent config file
- Has README.md with usage instructions
- File structure follows agent skill conventions
- No orphaned or dangling file references
2. Content (25%)
- Description is clear and specific (not vague)
- Trigger words/phrases are defined
- Examples are provided
- Edge cases and failure modes documented
3. Activity (20%)
- Updated within last 30 days
- Commit history shows maintenance
- Issues/PRs are addressed
- Dependencies are current
4. Compatibility (15%)
- Works with current agent framework version
- No deprecated API usage
- Cross-platform tested (if applicable)
- Dependencies listed and version-pinned
5. Discoverability (15%)
- Has relevant topics/tags
- Description contains searchable keywords
- Listed in skill directories
- README has quick-start section
Health Rating
| Score | Rating | Action |
|---|---|---|
| 90-100 | 🟢 Healthy | Maintain |
| 70-89 | 🟡 Needs Attention | Minor fixes |
| 50-69 | 🟠 Degrading | Schedule update |
| 0-49 | 🔴 Critical | Rewrite or retire |
Audit Commands
# Check single skill directory
check-skill-health ./path/to/skill
# Scan entire skill collection
scan-skills ./skills/ --report=health-report.md
# Compare health over time
skill-health diff --baseline=health-report-2026-03.md --current=health-report-2026-04.md
Quick Audit Checklist
Run this on each skill:
cat SKILL.md— Does it exist? Is the description clear?grep -r "TODO\|FIXME\|HACK"— Any technical debt markers?git log --since="30 days ago" --oneline— Any recent activity?grep -i "trigger\|when to use\|example"SKILL.md — Are triggers and examples defined?- Check for hard-coded paths, URLs, or deprecated tool names
Report Format
## Skill Health Report — 2026-04-22
### Summary
- Total skills: 16
- 🟢 Healthy: 8 (50%)
- 🟡 Needs Attention: 5 (31%)
- 🟠 Degrading: 2 (13%)
- 🔴 Critical: 1 (6%)
- Average score: 74/100
### Issues Found
1. **prompt-guard** (🔴 35/100) — Missing README, no trigger words
2. **evr-framework** (🟠 55/100) — SKILL.md only, no examples
3. ...
Anti-Patterns to Watch
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-aptratcn-aptratcn-skill-health-monitor": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
xiaobai-workflow-enforcer
Xiaobai Workflow Enforcer - Mandatory workflows for AI Agents. Design before code. Test before implement. Verify before claim. Inspired by Superpowers (161K stars).
Aptratcn Prompt Guard
Skill by aptratcn
cognitive-debt-guard
Cognitive Debt Guard - Prevent the 23.5% incident spike from AI-generated code. Comprehension gates, review frameworks, and AI-free zones. Based on 2026 research.
deep-research-suite
Deep Research Suite - One command to aggregate, analyze, and synthesize research from multiple sources. Search → Extract → Summarize → Report.
deep-research-suite
Deep Research Suite - One command to aggregate, analyze, and synthesize research from multiple sources. Search → Extract → Summarize → Report.