find-skills

Finds and installs agent skills based on user-requested capabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users quickly find and install an appropriate agent skill for a specific task instead of guessing packages or rebuilding capabilities from scratch.

Core Features & Use Cases

  • Domain understanding and requirement framing: clarifies the user’s intended task and target domain (e.g., testing, performance, or automation goals).
  • Internal-first skill lookup: checks the local registry keyword map to avoid unnecessary external search.
  • Ecosystem discovery and recommendation: searches external sources, verifies candidates using install counts and source reputation, and presents install options with clear next steps.
  • Optional automated installation: installs an approved skill via the package discovery flow and supports extension of agent capabilities.

Quick Start

Ask your agent to help you find and install a skill for your specific task by describing what you want to achieve, such as “find a skill to help me improve my React performance and install the best option.”

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, describe your target domain or task to your agent. The system queries an internal keyword registry and verifies external ecosystem candidates by install counts and reputation before recommending an install command.

Can I search for agent skills without manually guessing package names?

Yes, you can search for agent skills without guessing package names by describing what you want to achieve. The skill discovery workflow maps your requirements to available packages and presents verified options with clear next steps.

How does skill discovery verify packages from the ecosystem search?

Skill discovery verifies packages from the ecosystem search by evaluating install counts and source reputation. This ensures that recommended agent skills are reliable and suitable for extending your agent functionality.

What is the best way to extend agent functionality for a new domain?

The best way to extend agent functionality for a new domain is using an ecosystem search to find a suitable skill. The system frames your requirements, checks a local registry, and recommends an install command for you to approve.

Do I need technical knowledge of the package registry to use skill discovery?

No, you do not need technical knowledge of the package registry to use skill discovery. You simply state your intended task or automation goals, and the system handles the internal registry lookup and external package verification automatically.

Can I automatically install a skill after the ecosystem search recommends it?

Yes, you can automatically install a skill after the ecosystem search recommends it. The system provides an install command that is executed through the package discovery flow with your explicit user approval.