Skill Audit
/install claw-skill-audit
skill-audit
Newly installed OpenClaw skill safety inspector & audit tool.
Purpose
Automatically audit newly installed skills before activation. Validates structure, security, and basic health to prevent broken or malicious skills from affecting the system.
When to Use
- After installing a new skill from ClawHub
- Before enabling a skill for the first time
- When debugging a malfunctioning skill
- As part of routine skill maintenance
What It Checks
1. Structure Validation
SKILL.mdexists and is readable- Required fields present:
name,description,location - No broken internal links or references
2. Security Scan
- No hardcoded secrets, API keys, or credentials
- No suspicious external network calls (untrusted URLs)
- File permissions safe (no world-writable scripts)
3. Health Check
- Skill directory accessible
- No circular imports or broken references
- Basic syntax validity of SKILL.md
Usage
skill-audit \x3Cskill-path>
Example:
skill-audit ~/.openclaw/skills/my-new-skill
skill-audit /workspace/skills/awesome-skill
Output
- PASS -- Skill passes all checks
- WARN -- Minor issues found (non-blocking)
- FAIL -- Critical issues found (blocking)
- INFO -- Informational notes
Notes
- Run as part of your installation workflow, not just when things break
- Combine with clawhub skill for full install -> audit -> enable flow
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-skill-audit - After installation, invoke the skill by name or use
/claw-skill-audit - Provide required inputs per the skill's parameter spec and get structured output
What is Skill Audit?
Automatically audits newly installed skills to validate structure, security, and health before activation, preventing broken or malicious skills from running. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Skill Audit?
Run "/install claw-skill-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Audit free?
Yes, Skill Audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Audit support?
Skill Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Audit?
It is built and maintained by yoborlon-alpha (@yoborlon-alpha); the current version is v1.0.0.