find-skills

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

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill find-skills-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill find-skills-ao-hys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When users ask how to accomplish a task, they often don't know a pre-built agent skill already exists for it. This Skill bridges that gap by searching the open agent skills ecosystem and installing relevant capability packages on demand. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search for skills matching a user's task, domain, or workflow need. - Guided Installation: Installs skills with npx skills add <owner/repo@skill> and presents links to skills.sh for evaluation. - Fallback Guidance: When no skill exists, offers direct assistance or suggests creating a custom skill with npx skills init. - Use Case: A user asks "how do I make my React app faster?" The Skill searches for React performance skills, finds vercel-react-best-practices, and installs it so the agent gains Vercel's optimization guidelines. ## Quick Start Ask the agent to find a skill for your task, for example by saying "find a skill for PR reviews" or "is there a skill that can help me write a changelog".

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 a keyword query, such as npx skills find react performance. The command returns matching skills with install commands and links to skills.sh where you can review each skill before installing.

How do I install a skill from the skills ecosystem?▼

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

What is the Skills CLI and where do I browse available skills?▼

The Skills CLI, invoked via npx skills, is the package manager for the open agent skills ecosystem. You can browse available skills at https://skills.sh/ and manage updates with npx skills check and npx skills update.

What search keywords work best when looking for skills?▼

Use specific multi-word queries like react testing instead of single generic terms. If a search returns nothing, try alternative terms such as deployment instead of deploy, and check popular sources like vercel-labs/agent-skills.

What happens if no skill exists for my task?▼

The agent acknowledges no matching skill was found and offers to complete 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.