find-skills

Discover and recommend installable agent skills from the open ecosystem.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill find-skills-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/rkz91/coco/tree/main/skills/find-skills
Command: npx skills add https://github.com/rkz91/coco --skill find-skills-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills when users ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This capability helps users locate installable skills in the ecosystem without manual searching and manual wiring.

Core Features & Use Cases

  • Surface relevant installable skills from the open agent skills ecosystem.
  • Provide guided installation commands and learning resources to enable quick enablement.
  • Support evaluation of compatibility, updates, and prerequisites via the Skills CLI.

Quick Start

Ask me to find a skill for a task, and I will search the ecosystem and propose an installation command.

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

To discover installable agent skills, ask for a skill matching your task. The system searches the open ecosystem and proposes installation commands to extend agent functionality effortlessly.

Can I update installed agent skills using the CLI?

Yes, you can update installed agent skills using the CLI. The npx skills check command evaluates compatibility, prerequisites, and available updates for your installed skills.

What is the best way to find a skill that extends my agent's capabilities?

The best way to find a skill that extends agent capabilities is using the CLI. Running npx skills find surfaces relevant skills from the open ecosystem without manual searching or wiring.

Do I need Node.js to install skills from the open ecosystem?

Yes, you need Node.js to install skills from the open ecosystem. Discovery, installation, and update workflows operate via the Skills CLI, which requires the npx command to run.

How does the Skills CLI handle compatibility and prerequisites before installation?

The Skills CLI handles compatibility and prerequisites via the npx skills check command, which evaluates whether installed skills have available updates and verifies ecosystem requirements.

When should I manually search for agent skills instead of using a discovery tool?

You should manually search for agent skills instead of using a discovery tool when you require custom wiring or need to evaluate skills outside the open ecosystem supported by the CLI.