find-skills

Discovers and installs agent skills using the Skills CLI.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ojpbarbosa/treehacks-26 --skill find-skills-ojpbarbosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/ojpbarbosa/treehacks-26/tree/main/worker/skills/find-skills
Command: npx skills add https://github.com/ojpbarbosa/treehacks-26 --skill find-skills-ojpbarbosa

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. This skill should be used when the user is looking for functionality that might exist as installable skill.

Core Features & Use Cases

  • The Skills CLI is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools.
  • Key commands include: npx skills find [query], npx skills add <package>, npx skills check, and npx skills update.
  • Browse skills at: https://skills.sh/

Quick Start

Search for skills with the Skills CLI and install the best match using the add command.

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 using the CLI?

To find agent skills, use the command `npx skills find [query]`. After identifying a package, extend capabilities by running `npx skills add <package>` to install it quickly.

What is the Skills CLI used for?

The Skills CLI is a package manager for the open agent skills ecosystem. It discovers, installs, and updates modular packages that extend agent capabilities with specialized workflows.

Can I browse available skills online before installing?

Yes, you can browse available skills online before installing. Visit https://skills.sh/ to explore the ecosystem and then use the `npx skills add` command to install packages.

How do I check for and apply updates to installed skills?

To check for updates to installed skills, run `npx skills check`. To apply available updates and ensure your agent capabilities are current, execute `npx skills update`.

Do I need any dependencies to use the Skills CLI?

No external dependencies are required to use the Skills CLI. It runs via `npx`, allowing you to discover and install agent skills directly without installing packages globally.

How do I find a specific skill when I do not know its name?

To find a skill without knowing its name, run `npx skills find` with a query describing your desired functionality. The CLI searches metadata to match your capability requirements.