skill-reviewScrape ClawHub skill pages for Security Scan (VirusTotal/OpenClaw) + Runtime Requirements + Comments for all of Oliver's local skills, and write a markdown report.
Install via ClawdBot CLI:
clawdbot install odrobnik/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// ./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
Generated Mar 1, 2026
Developers use this skill to automatically scan their local AI skill repositories for security vulnerabilities reported on ClawHub. It generates a consolidated markdown report of VirusTotal and OpenClaw scan results, helping them identify and address potential threats before deployment.
Enterprise teams leverage the skill to audit internal AI skill libraries for compliance with security standards. By extracting runtime requirements and security scan data from ClawHub, it aids in creating documentation for regulatory reviews and internal audits.
Maintainers of open-source AI skill repositories use this tool to monitor security statuses across multiple skills. It automates the collection of scan results and comments from ClawHub, streamlining updates and vulnerability management in collaborative projects.
Instructors in AI or cybersecurity courses employ the skill to demonstrate real-time security scanning of AI skills. Students can run it on their local skill sets to learn about threat detection, report generation, and best practices in secure AI development.
Offer a basic version for free that generates markdown reports from ClawHub scans. Charge for advanced features like automated scheduling, integration with CI/CD pipelines, or enhanced analytics dashboards for larger skill sets.
Provide consulting services to help organizations integrate this skill into their development workflows. This includes custom slug mapping, setup assistance, and training on interpreting security scan results for improved AI skill governance.
Develop a cloud-based platform that uses this skill as a core component, offering centralized security monitoring, reporting, and collaboration tools for AI skill repositories. Target teams managing multiple skills across different projects.
π¬ Integration Tip
Ensure the VIRUSTOTAL_API_KEY environment variable is set and Playwright is installed with Chromium for smooth operation; use the --slug-map option to handle non-standard skill naming conventions.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack π¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper β gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard β runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...