Skill Picker

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on finding and recommending skills, with disclosed use of an npx search command and explicit limits against autonomous installs.

This appears safe to use for discovering skills, but treat its recommendations as suggestions. Review any skill it recommends before installing, and only run or approve npx skills add commands when you intentionally want to change your agent’s installed skills.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may search the skills registry on your behalf using your task description or intent as the query.

Why it was flagged

The skill authorizes the agent to run a local CLI command autonomously, but only for skill-registry search, which is central to the stated purpose.

Skill content
This is the ONLY npx command this skill executes autonomously
npx skills find [intent-based query]
Recommendation

Install only if you are comfortable with the agent running registry search commands; review proposed install commands before approving or running them.

What this means

Skill discovery depends on the external skills CLI being trustworthy and available.

Why it was flagged

The skill relies on npx for its runtime behavior, while the provided registry requirements list no required binaries and no install spec. This is disclosed and purpose-aligned, but users should recognize the external CLI dependency.

Skill content
tools:
  - npx
binaries:
  - npx
Recommendation

Confirm that the skills CLI/source is trusted in your environment, and avoid approving installation of recommended skills without reviewing them.