skill-store
SKILL.md
Skill Store — Smart Installation Advisor
Find the right skill without the guesswork. Searches ClawHub, evaluates candidates on security + quality, and recommends the best one.
Usage
python3 scripts/evaluate.py "your search query" [options]
Examples
# Find a weather skill
python3 scripts/evaluate.py "weather forecast"
# Evaluate top 3 only, save reports
python3 scripts/evaluate.py "image generation" --top 3 --output-dir ./reports