find-skills

Discover and install open agent skills via the Skills CLI.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kirohuji/echoon2 --skill find-skills-kirohuji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/kirohuji/echoon2/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/kirohuji/echoon2 --skill find-skills-kirohuji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills when they are looking for capabilities that exist as installable skills.

Core Features & Use Cases

  • Skill discovery: search and surface installable agent skills from the ecosystem.
  • Installation guidance: provide install commands and compatibility guidance for found skills.
  • Usage guidance: outline how to invoke and leverage installed skills within conversations.

Quick Start

Tell me the task you want to accomplish and I will find a matching skill and guide you to install it with the Skills CLI.

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 for specific tasks?

To find and install agent skills, use CLI commands like `npx skills find` to search the ecosystem and `npx skills add` to install capabilities. The system evaluates skills based on install counts and source credibility to ensure quality.

What are open agent skills and when do I need them?

Open agent skills are installable extensions that add new capabilities to your workflow. You need them when asking how to accomplish a task like "how do I do X" or wanting to extend functionality across different domains using the CLI.

Does the skills CLI work without prior dependencies?

Yes, the skills CLI operates with zero dependencies. You can run discovery, evaluation, and installation workflows directly using npx commands without needing to configure a separate environment or install prerequisite packages.

What is the best way to evaluate discovered skills before adding them?

The best way to evaluate discovered skills is by checking the enforced quality metrics. The CLI evaluates search results based on install counts and source credibility, ensuring you only install credible and widely-used agent skills.

How do I use installed skills within my conversations after adding them?

After installing skills via the CLI, you invoke and leverage them within conversations by stating the task you want to accomplish. The installed skill automatically extends your capabilities to handle that specific request.