find-skills

Match user queries to open ecosystem agent skills and guide installation.

4|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Tresillo2017/zephyron --skill find-skills-tresillo2017
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Tresillo2017/zephyron/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/Tresillo2017/zephyron --skill find-skills-tresillo2017

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", or express interest in extending capabilities. This skill streamlines exploration of installable capabilities in the open agent skills ecosystem.

Core Features & Use Cases

  • Skills CLI guidance: explains commands like npx skills find, npx skills add, npx skills check, and npx skills update to manage skills.
  • Discovery workflow: suggests how to browse at skills.sh and evaluate install counts and source reputation.
  • Recommendation process: outlines steps to verify quality and present install options with commands and learn-more links.

Quick Start

Ask for a skill by topic and I will search the ecosystem, or run npx skills find <query> to locate options.

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 a specific task?▼

To find and install agent skills, use the Skills CLI commands like `npx skills find <query>` to locate options and `npx skills add` to install them. You can evaluate options by checking install counts and source reputation at skills.sh.

What is the best way to search the open agent skills ecosystem?▼

The best way to search the open agent skills ecosystem is using the `npx skills find` command or browsing skills.sh. You can evaluate available options by reviewing their install counts, source reputation, and repository quality.

How do I manage and update installed skills using the Skills CLI?▼

You can manage and update installed skills using the Skills CLI with commands like `npx skills check` to verify status and `npx skills update` to fetch the latest versions. These commands streamline the maintenance of your installed capabilities.

Can I evaluate the quality of a skill before installing it?▼

Yes, you can evaluate a skill before installing it by checking its install counts, source reputation, and repository quality. The discovery workflow suggests verifying these metrics at skills.sh to ensure you select reliable options.

Do I need any prerequisites to use the Skills CLI for discovering skills?▼

You need Node.js installed to run `npx skills` commands since the Skills CLI operates through the npx package runner. No additional dependencies are required to start searching the ecosystem and guiding installation.