find-skills

Search, compare, and install agent skills using the Skills CLI.

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

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 an installable skill.

Core Features & Use Cases

  • Discover and install skills from the open agent skills ecosystem.
  • Use the Skills CLI: npx skills find [query], npx skills add <package>, npx skills check, npx skills update.
  • Browse skills at: https://skills.sh/

Quick Start

Ask me to find a skill for a task and I will search the ecosystem and present install options.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for a specific workflow task?

Discover agent skills by using the Skills CLI command `npx skills find [query]` or browsing the skills.sh directory to find capabilities that match your workflow needs.

What is the best way to install agent skills from the command line?

The best way to install agent skills is using the Skills CLI. Run `npx skills add <package>` to install a specific skill package directly into your environment after locating it.

Can I check for and update installed agent skills automatically?

Yes, you can check and update installed agent skills by running the `npx skills check` and `npx skills update` commands in your terminal to ensure you have the latest versions.

Do I need a specific CLI to search and install agent skills?

You need the Skills CLI installed in your environment to search and install agent skills. The discovery process requires running `npx skills` commands to find and add packages.

How does skill discovery work when extending agent capabilities?

Skill discovery works by matching your queries against the open agent skills ecosystem. When you ask how to extend abilities, it searches available packages and presents installation options via the CLI.

What are the limitations of finding skills through the open agent skills ecosystem?

Finding skills through the open agent skills ecosystem is limited to packages published in that specific directory, requiring you to browse skills.sh or use the CLI to verify availability before installation.