Install
openclaw skills install clawvetCode quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
openclaw skills install clawvetSafety linter for OpenClaw skills. Analyzes skills for issues before installation.
Scan a local skill:
npx clawvet scan ./skill-folder/
JSON output for CI/CD:
npx clawvet scan ./skill-folder/ --format json
Audit all installed skills:
npx clawvet audit
Watch mode — auto-block risky installs:
npx clawvet watch --threshold 50
Submit feedback or get alerts:
npx clawvet feedback
npx clawvet badge..clawvetban files.npx clawvet feedback to share what you think.| Score | Grade | Action |
|---|---|---|
| 0-10 | A | Safe to install |
| 11-25 | B | Safe to install |
| 26-50 | C | Review before installing |
| 51-75 | D | Review carefully |
| 76-100 | F | Do not install |