dabit3/skill-audit
43 stars · Last commit 2026-02-10
Audit agent skill definitions for security, completeness, and compatibility across Codex, Claude Code, OpenClaw, and more
README preview
# skill-audit Audit agent skill definitions for security, completeness, and compatibility across different formats. As AI agent skills become portable across platforms (Codex, Claude Code, OpenClaw, OpenCode), ensuring they're secure and well-documented is critical. skill-audit analyzes skill definitions to catch dangerous patterns before they cause problems. ## Installation ```bash npm install -g skill-audit ``` Or run directly with npx: ```bash npx skill-audit scan ./my-skills ``` ## Quick Start