find-skills

Search and install agent skills using the Skills CLI.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/amijadoamijado/sd003 --skill find-skills-amijadoamijado
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/amijadoamijado/sd003/tree/main/.qwen/skills/find-skills
Command: npx skills add https://github.com/amijadoamijado/sd003 --skill find-skills-amijadoamijado

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they are exploring capabilities that can extend their agent.

Core Features & Use Cases

  • The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem, enabling searching, installing, checking for updates, and upgrading skills.
  • Key commands: npx skills find <query>, npx skills add <package>, npx skills check, npx skills update. Browse skills at https://skills.sh/.
  • Use Case: When a user seeks a capability, search the catalog and install the most suitable skill.

Quick Start

Tell me what capability you need and I will search the skills catalog and suggest an install.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills using a CLI?

You can discover and install agent skills by running the `npx skills find <query>` command to list candidates, followed by `npx skills add <package>` to install the selected package across the ecosystem.

What is the best way to search a skills catalog for extending agent capabilities?

The best way to search a skills catalog is using the `npx skills` CLI package manager or browsing the directory at skills.sh to find and install capabilities that extend your agent's functionality.

How do I check for updates and upgrade installed skills?

To check for updates and upgrade installed skills, use the `npx skills check` command to see available updates, and then run `npx skills update` to upgrade your packages to the latest versions.

Do I need any dependencies to search and install skills from the catalog?

No specific dependencies are required to search and install skills. The process leverages the `npx skills` package manager commands, allowing you to directly query, add, check, and update skills without extra environment setup.

Can I browse available skills online before installing them via CLI?

Yes, you can browse available skills online before installing them via CLI by visiting the skills.sh catalog website to explore the ecosystem, then use the `npx skills add` command for installation.