Skill Search Optimizer
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is coherent for improving skill search visibility; the main thing to notice is its user-directed npx command that runs the latest MoltHub CLI.
This appears safe for its stated purpose. Before using it, be aware that the documented npx command runs the latest MoltHub CLI, so use it intentionally and consider pinning the version if you want predictable behavior.
Findings (1)
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.
If followed, the command may download or run the current MoltHub CLI and make a registry search request.
The skill is instruction-only but documents running an unpinned latest-version CLI package through npx. This is aligned with testing registry search, but it means the executed package version can change.
metadata: {"clawdbot":{"emoji":"🔎","requires":{"anyBins":["npx"]},"os":["linux","darwin","win32"]}} ... npx molthub@latest search "your query"Run the npx command only when you intend to test search, and prefer a pinned or trusted CLI version if reproducibility matters.
