From sundial-org-awesome-openclaw-skills-4
Audits locally installed agent skills for security/policy issues using SkillLens CLI (skilllens scan, skilllens config). Scans skills directories (Codex/Claude) and produces risk-focused reports from SKILL.md and resources.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
- One-off run: `npx skilllens scan` (or `pnpm dlx skilllens scan`)
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
npx 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