Install
openclaw skills install skill-auditAudit locally installed agent skills for security/policy issues using the SkillLens CLI (`skilllens scan`, `skilllens config`). Use when asked to scan a skills directory (Codex/Claude) and produce a risk-focused audit report based on each skill's `SKILL.md` and bundled resources.
openclaw skills install skill-auditnpx skilllens scan (or pnpm dlx skilllens scan)pnpm add -g skilllensskilllens config to see configured scan roots and auditor CLI availability.skilllens scan to scan configured roots, or skilllens scan <path> to scan a specific directory.--verbose to see raw auditor output and --force to ignore cached results.Define scope
~/.codex/skills) unless the user explicitly wants all configured roots.skilllens scan ./skills).Inventory skills with SkillLens
skilllens scan [path] [--auditor claude|codex].skipped statuses as “manual review required”, not “safe”.Prioritize review order
unsafe or suspicious verdicts first.Manually review each skill’s contents
SKILL.md and any referenced scripts/, references/, and assets/.Evaluate risks (focus on realistic abuse)
curl | bash, eval, or to fetch-and-execute code.Produce a report
name, path, verdict (safe/suspicious/unsafe), risk (0–100), and bullet issues with concrete evidence (quote or filename).skilllens scanskilllens scan ~/.codex/skillsskilllens scan ~/.codex/skills --force --verbose