find-skills

Search for installable agent skills using the Skills CLI and install selected ones.

18|2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill find-skills-yuanyuekejijn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/yuanyuekejiJN/AivoClaw/tree/main/extraSkills/find-skills
Command: npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill find-skills-yuanyuekejijn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing whether an existing skill can handle a task, and how to locate and install that skill from a community ecosystem.

Core Features & Use Cases

  • Skill discovery by intent: Helps users search for skills using task-oriented prompts like “find a skill for X” or “how do I do X.”
  • Guided selection with install instructions: Surfaces relevant skill candidates along with the install command and a learning link.
  • Optional one-command installation: Lets the user install a chosen skill globally and non-interactively when they confirm.

Quick Start

Ask: “Find a skill for helping me with [your task] and tell me what to install.”

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find an agent skill for a specific task?

To find an agent skill for a specific task, you can search the community ecosystem using task-oriented prompts like “find a skill for X” to locate matching capabilities. This surfaces relevant skill candidates along with their install commands and learning links.

How do I discover and install skills using the command line?

To discover and install skills using the command line, you use the Skills CLI find and add flows via npx skills. This tool searches the skill ecosystem by your query and optionally installs the selected skill globally and non-interactively.

Can I search for software engineering and DevOps skills by describing what I need?

Yes, you can search for software engineering and DevOps skills by describing what you need using intent-based prompts. The discovery process matches your described need against the community ecosystem to present relevant candidates.

What is the best way to locate a skill when I don't know if a capability exists?

The best way to locate a skill when you don't know if a capability exists is to search the agent ecosystem by intent. Browsing the skill ecosystem with a task description helps you locate and install the matching skill from the community.

Does installing a found skill require interactive setup?

No, installing a found skill does not require interactive setup. When you confirm your selection, the tool optionally installs the chosen skill globally and non-interactively using the npx skills add flow.