A comprehensive quality assessment tool that scans and scores Openclaw Skills for security, functionality, and documentation standards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Analyzer is a dedicated quality assurance utility designed to evaluate Openclaw Skills across five critical dimensions. It helps developers ensure that their contributions are robust, secure, and user-friendly by performing a deep analysis of code structure and metadata. As a lightweight, pure Python tool, it integrates seamlessly into development workflows to provide immediate feedback on the health of your Openclaw Skills.
The tool is particularly valuable for maintainers and developers who want to maintain high standards for Openclaw Skills within their ecosystems. By providing weighted scoring and detailed reports, it removes the guesswork from skill evaluation and promotes industry-standard best practices.
The tool requires Python 3.7 or higher and has no external dependencies. To start analyzing your Openclaw Skills, use the following commands:
# Run a standard analysis on a skill folder
python3 scripts/analyzer.py --path /path/to/skill
# Run analysis with detailed verbose logging
python3 analyzer.py --path /path/to/skill --verbose
The analyzer organizes its findings based on the following weighted taxonomy for Openclaw Skills:
| Analysis Dimension | Weight | Key Metrics |
|---|---|---|
| Functionality | 25% | Feature completeness, edge cases, error handling |
| Security | 25% | Input validation, credential safety, safe execution |
| Usability | 20% | Documentation clarity, installation complexity, examples |
| Documentation | 15% | SKILL.md frontmatter and usage tag coverage |
| Best Practices | 15% | Code organization and configuration management |
Results can be exported to a report.json file for automated processing.
Loading
A specialized utility for moving and transforming memory files between different AI agent instances to maintain context across workflows.

A sophisticated memory management skill that maintains a lean permanent index while archiving detailed historical logs in a structured two-layer system.

A secure, multi-backend financial management tool for tracking income and expenses using localized or cloud-based storage.

A professional investment advisory skill for Openclaw Skills that leverages the CFA framework to provide tailored asset allocation and wealth management strategies.

A multi-language development suite for building scalable blockchain applications, wallets, and smart contract integrations on the Kaspa network.

A high-performance web automation skill enabling AI agents to interact with the web through structured commands and snapshots.








































