Install
openclaw skills install skill-analyzerAnalyzes OpenClaw skills for functionality, security, usability, documentation, maintainability, and best practices to provide quality scores and improvement...
openclaw skills install skill-analyzerSkill Analyzer evaluates OpenClaw skills across 5 dimensions to provide a comprehensive quality assessment. It helps identify strengths, weaknesses, and improvement opportunities. Built with pure Python - no external dependencies required.
# Analyze a local skill
python3 scripts/analyzer.py --path /path/to/skill
# Analyze with detailed output
python3 analyzer.py --path /path/to/skill --verbose
# Output to JSON
python3 analyzer.py --path /path/to/skill --output report.json
# Compare two skills
python3 analyzer.py --compare skill1 skill2
Each dimension is scored 0-10:
==========================================
Skill Analysis Report: example-skill
==========================================
Overall Score: 7.5/10
Dimension Scores:
Functionality: 8/10 ████████░░
Security: 9/10 █████████░
Usability: 7/10 ███████░░░
Documentation: 6/10 ██████░░░░
Best Practices: 7/10 ███████░░░
Strengths:
✓ Good security practices
✓ Clean code structure
✓ Proper error handling
Risk Level: LOW