Find Skills
Analysis
The skill is coherent for finding skills, but it encourages globally installing new agent skills while skipping confirmation prompts, which users should review carefully.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
If the user wants to proceed, you can install the skill for them: ```bash npx skills add <owner/repo@skill> -g -y ``` The `-g` flag installs globally (user-level) and `-y` skips confirmation prompts.
The skill directs the agent to make a persistent global change to the user's agent environment and explicitly skip the CLI's confirmation prompts.
`npx skills add <package>` - Install a skill from GitHub or other sources
Installing third-party skills from external sources is central to this skill's purpose, but it introduces supply-chain trust considerations.
