find-skills

Search for and install agent skills using the Skills CLI.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/erlebach/gordon --skill find-skills-erlebach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/erlebach/gordon/tree/main/skills/find-skills
Command: npx skills add https://github.com/erlebach/gordon --skill find-skills-erlebach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. It should be used when users are looking for functionality that might exist as installable skill.

Core Features & Use Cases

  • Discover available skills with the Skills CLI using commands like npx skills find <query>.
  • Install a selected skill with npx skills add owner/repo@skill.
  • Check for updates with npx skills check and update installed skills with npx skills update.
  • Learn more and browse the ecosystem at https://skills.sh/.

Quick Start

Search for a skill with npx skills find <query> and install it with npx skills add owner/repo@skill to enable it immediately.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills to extend my workflow capabilities?

To find and install agent skills, use the Skills CLI by running npx skills find <query> to discover available options, then execute npx skills add <owner/repo@skill> to install the selected skill and enable it immediately.

Can I check for updates and update installed skills via the command line?

Yes, you can check for updates and update installed skills using the Skills CLI. Run npx skills check to see available updates for your installed skills, then execute npx skills update to apply them.

What is the best way to browse the skill-discovery ecosystem if I don't know what I need?

The best way to browse the skill-discovery ecosystem is to visit https://skills.sh/, which provides a full directory of installable agent skills across domains to help you find the functionality you need.

How do I search for a specific agent skill by domain or functionality?

To search for a specific agent skill by domain, use the command npx skills find <query> with your domain or functionality keywords. The CLI returns matching installable skills from the ecosystem for you to review.

Do I need any dependencies installed to use the Skills CLI for discovering skills?

No additional dependencies are required to use the Skills CLI for discovering skills. Because the CLI runs through npx, you can execute discovery, installation, and update commands directly without pre-installing global packages.