find-skills

Discover and install agent skills via the Skills CLI and skills.sh.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alfredo-ia/o-alfredo --skill find-skills-alfredo-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/alfredo-ia/o-alfredo/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/alfredo-ia/o-alfredo --skill find-skills-alfredo-ia

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.

Core Features & Use Cases

  • Discover, compare, and install skills from the open ecosystem using the Skills CLI.
  • Evaluate skills by install count, source reputation, and repository popularity before recommending.
  • Browse and learn more at skills.sh and install through npx skills add.

Quick Start

Ask me to find a skill by keyword and I will search the Skills catalog and present top matches.

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 from the ecosystem?

Discover and install agent skills by running `npx skills find` to search the open ecosystem catalog by keyword, then apply `npx skills add` to install the selected package into your environment.

What is the best way to compare agent skills before installing them?

Compare agent skills by evaluating their install count, source reputation, and repository popularity metrics provided by the Skills CLI. This data helps you select the most reliable capabilities for your specific task domain before running the installation command.

Can I use the Skills CLI to update or check installed capabilities?

Yes, the Skills CLI supports checking and updating installed capabilities through the `npx skills check` and `npx skills update` commands, ensuring your agent tools remain current with the latest ecosystem versions and features.

Do I need any dependencies to discover and install skills via npx?

No additional dependencies are required to discover and install skills. The ecosystem operates through the npx command-line interface, allowing you to search and add tools directly without prerequisite packages or complex environment setup.

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

Browse skills.sh when you need to visually explore the open ecosystem and learn more about available capabilities before installation. Use the CLI when you already know the target domain or keyword and want to quickly install the skill programmatically.