find-skills

Search, validate, and install agent skills via the CLI.

18|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yaron9/MetaMe --skill find-skills-yaron9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Yaron9/MetaMe/tree/main/skills/find-skills
Command: npx skills add https://github.com/Yaron9/MetaMe --skill find-skills-yaron9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing agent skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover and install modular agent skills to extend capabilities.
  • Use the Skills CLI to search by keyword, domain, or capability and install matching skills.
  • Browse and validate options before installing to ensure compatibility and security.

Quick Start

Ask the user what capability they want to explore and run npx skills find <query> to locate matching skills.

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

To discover and install agent skills, use the Skills CLI by running the command npx skills find <query> to search by keyword, domain, or capability, then validate and install matching skills directly through the command line interface.

What is the best way to search for modular capabilities like design or testing agents?

The best way to search for modular capabilities is using the Skills CLI, which allows you to locate matching skills by querying specific domains like design, testing, or deployment, and then browse options before installation.

Can I validate agent skills for compatibility before installing them?

Yes, you can validate agent skills before installing them; the CLI-based workflow supports browsing and validating options to ensure compatibility and security within the open agent skills ecosystem.

How does the CLI identify skills during the installation process?

The CLI identifies skills during installation using a frontmatter-based identification system, relying on the name and description metadata fields to accurately locate and validate capabilities before adding them to your environment.

Do I need any dependencies to search the open agent skills ecosystem?

No dependencies are required to search the open agent skills ecosystem; you can directly run the npx skills find command with your desired query to locate and validate available modular capabilities.

When should I use the CLI to find skills instead of manual installation?

You should use the CLI to find skills when you need to extend agent capabilities across specific domains like deployment or testing, as it provides a streamlined workflow for searching, validating, and installing modular components securely.