find-skills

Find and suggest installable agent skills using the Skills CLI.

115|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/jewbetcha/opentrace --skill find-skills-jewbetcha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/jewbetcha/opentrace/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/jewbetcha/opentrace --skill find-skills-jewbetcha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills when they need extended capabilities, reducing search friction and setup time.

Core Features & Use Cases

  • Skill discovery: Search and identify relevant installable skills from the open agent skills ecosystem.
  • Guided installation: Provide exact install commands and links to learn more.
  • Contextual recommendations: Suggest skills based on user questions like "how do I do X" or domain needs (design, testing, deployment, etc.).

Quick Start

Use the Skills CLI to search for relevant skills:

  • npx skills find [query]
  • To install a skill: npx skills add owner/repo@skill -g -y
  • Learn more: https://skills.sh/

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover installable agent skills for specific tasks?▼

You can discover installable agent skills by using the Skills CLI to search the open ecosystem, running `npx skills find [query]` to identify relevant capabilities for design, testing, deployment, or coding needs.

What is the open agent skills ecosystem?▼

The open agent skills ecosystem is a collection of installable capabilities accessed via the Skills CLI, allowing users to search for, evaluate, and install functional extensions across various domains like coding and deployment.

How do I install a skill from the agent skills ecosystem?▼

To install a skill, use the Skills CLI command `npx skills add <owner/repo@skill> -g -y`, which guides the setup process and adds the requested capability to your environment.

Do I need the Skills CLI to search for and install agent skills?▼

Yes, you need the Skills CLI (npx skills) and access to official indices, as these tools perform the discovery, evaluation, and guided installation of skills within the ecosystem.

Can I get contextual skill recommendations based on my development needs?▼

Yes, contextual recommendations are suggested based on your domain needs or questions, matching your queries about how to perform specific tasks with relevant installable skills from the ecosystem.