Install
openclaw skills install skill-reviewScrape ClawHub skill pages for Security Scan (VirusTotal/OpenClaw) + Runtime Requirements + Comments for all of Oliver's local skills, and write a markdown r...
openclaw skills install skill-reviewUse this when you want to review ClawHub Security Scan results for your skills.
~/Developer/Skills (folders that contain SKILL.md).https://clawhub.ai/<owner>/<slug>./tmp/.SKILL.md frontmatter name: is treated as the ClawHub slug.--slug-map path/to/map.json.python3 scripts/skill_review.py \
--owner odrobnik \
--skills-dir ~/Developer/Skills \
--out /tmp/clawhub-skill-review.md
If a local folder name doesn’t match the ClawHub slug, pass a mapping file:
{
"snapmaker": "snapmaker-2"
}
python3 scripts/skill_review.py --slug-map ./slug-map.json
If it’s missing, follow the error message; typical setup:
python3 -m pip install playwright
python3 -m playwright install chromium