find-skills

Discover and install agent skills via the Skills CLI.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/BEIRUX/agent-skills --skill find-skills-beirux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/BEIRUX/agent-skills/tree/main/find-skills
Command: npx skills add https://github.com/BEIRUX/agent-skills --skill find-skills-beirux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Discover skills from the open agent skills ecosystem.
  • Install skills via the Skills CLI (npx skills add <package>).
  • Browse and learn more at https://skills.sh/

Quick Start

Tell me the task you want to accomplish and I will guide you to discover and install a matching agent skill.

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 CLI capabilities?

To find and install agent skills, use the Skills CLI commands `npx skills find` to discover available packages and `npx skills add <package>` to install them. You can also browse the open ecosystem at https://skills.sh/.

What is the best way to search for available plugins in the agent skills ecosystem?

The best way to search for available plugins is by running `npx skills find` in your CLI. This command discovers skills from the open ecosystem, or you can browse available capabilities directly at https://skills.sh/.

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

Yes, you can check and update installed agent skills via the command line. The Skills CLI supports `npx skills check` to verify your installed packages and `npx skills update` to apply the latest versions.

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

No additional dependencies are required to use the Skills CLI for discovering plugins. You can run commands like `npx skills find` directly in your terminal to search the open ecosystem without prior installation steps.

How does the agent skill discovery process work when I ask for a specific task capability?

Skill discovery works by taking your requested task or capability and matching it against the open agent skills ecosystem. Tell the agent what you want to accomplish, and it guides you to find and install a matching skill.

When should I browse skills.sh instead of using the CLI to find capabilities?

You should browse https://skills.sh/ when you want to visually explore the open ecosystem and learn more about available skills before installing. Use the CLI commands like `npx skills find` for quick terminal-based searches instead.