find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

52|3|Updated Aug 20, 2026
One-click install
npx skills add https://github.com/Wayn-Git/Amethyst --skill find-skills-wayn-git
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Wayn-Git/Amethyst/tree/main/agents/skills/find-skills
Command: npx skills add https://github.com/Wayn-Git/Amethyst --skill find-skills-wayn-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you ask an agent "how do I do X" or "is there a skill for X", you often don't know whether a ready-made skill exists or where to find a trustworthy one. This Skill turns those questions into concrete, vetted install recommendations from the open agent skills ecosystem. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem with npx skills find [query], optionally scoped to a GitHub owner, and checks the skills.sh leaderboard for popular options. - Quality Verification: Evaluates install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending anything. - Guided Installation: Presents the skill name, install count, and install command, then installs on request with npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, verifies the top results, and offers to install the best-rated one. ## Quick Start Ask the agent to find a skill for the task you have in mind, such as "find a skill for React performance optimization".

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find an agent skill for a specific task?▼

Run npx skills find followed by keywords describing your task, such as npx skills find react performance. You can also browse the skills.sh leaderboard to see the most-installed skills by domain before searching.

How do I install an agent skill from GitHub?▼

Use npx skills add with the owner/repo@skill identifier, for example npx skills add vercel-labs/agent-skills@react-best-practices. Adding the -g flag installs globally at user level and -y skips confirmation prompts.

How can I tell if an agent skill is trustworthy?▼

Check three signals before installing: prefer skills with 1K+ installs, favor official sources like vercel-labs or anthropics, and verify the source repository has a reasonable GitHub star count. Be skeptical of skills under 100 installs.

What should I do when no skill exists for my task?▼

If the search returns no relevant skills, the agent can handle the task directly with its general capabilities. For recurring needs, you can create your own skill by running npx skills init with a chosen name.

Can I search skills from a specific GitHub owner?▼

Yes, the find command supports an --owner flag to scope results to a specific GitHub owner, such as npx skills find testing --owner vercel-labs. This helps narrow results to sources you already trust.