@kanyun/rush-find-skills

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a coherent skill-discovery helper, but it uses an external package manager and registry, so users should verify sources and approve installs carefully.

This skill is reasonable for finding other skills, but treat it like a package manager: verify the registry, publisher, package name, and version before approving installs, and prefer a trusted local reskill installation over automatically running npx reskill@latest.

Findings (3)

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

If the user approves an install, the agent may gain new persistent capabilities from another skill.

Why it was flagged

The skill documents commands that can install other agent skills, which can change agent behavior. This is expected for the stated purpose, and the artifact includes a user-approval step before installation.

Skill content
`reskill install <ref>` — Install a skill ... `Search → Present → Ask → Install` — always show results first, ask the user before installing.
Recommendation

Review search results, registry, publisher, and skill name before approving any installation.

What this means

Running an unpinned CLI can execute code from the current npm package version, and future changes to that package could affect behavior.

Why it was flagged

The skill relies on an external npm-distributed CLI, and the fallback uses the unpinned latest version. This is disclosed and central to the package-manager purpose, but it creates normal supply-chain risk.

Skill content
`npm install -g reskill` ... `npx reskill@latest` can be used as a fallback.
Recommendation

Prefer a trusted local installation, pin versions where possible, and verify the reskill package source before use.

What this means

The package identity and version are less clear than ideal, making it harder to verify exactly which artifact is being installed.

Why it was flagged

The SKILL.md frontmatter identity differs from the supplied registry metadata, which lists @kanyun/rush-find-skills version 0.3.2. The purpose still aligns, but the mismatch is a provenance detail users should notice.

Skill content
name: clawdhub-find-skills ... version: 0.4.0 ... author: reskill
Recommendation

Confirm the registry listing, owner, version, and source before relying on the skill.