find-skills

Search and install agent skills via the Skills CLI.

141|20|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/julianromli/opencode-template --skill find-skills-julianromli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/julianromli/opencode-template/tree/main/skill/find-skills
Command: npx skills add https://github.com/julianromli/opencode-template --skill find-skills-julianromli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions about capabilities or required tasks, reducing time to extend agent functionality.

Core Features & Use Cases

  • Search and browse skills from the open agent skills ecosystem using natural language queries.
  • Install skills via the Skills CLI (npx skills add owner/repo@skill) and manage updates.
  • Use cases include finding a skill for a task, evaluating capabilities, and expanding agent automation.

Quick Start

Find a skill by topic or install a skill using the Skills CLI.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills using the CLI?

To discover and install agent skills, use the Skills CLI command `npx skills add <owner/repo@skill>`. You can search the open ecosystem with natural language queries or browse the catalog at skills.sh to find capabilities for your tasks.

Can I search for an AI skill using natural language across different domains?

Yes, you can search for an AI skill using natural language queries across various domains. The tool enables you to browse the open agent skills ecosystem and evaluate capabilities to expand your agent automation for specific tasks.

What is the best way to manage updates for installed agent skills?

The best way to manage updates for installed agent skills is through the Skills CLI. After you install skills using `npx skills add`, the CLI allows you to handle updates and maintain your installed capabilities across the ecosystem.

Do I need any dependencies to browse the open agent skills catalog?

No dependencies are required to browse the open agent skills catalog. You can view available capabilities at skills.sh, and installing specific skills is handled directly via the npx skills CLI without additional environment setup.

When should I use the Skills CLI to find a skill for my task?

You should use the Skills CLI to find a skill when you ask how to do X, search for a skill for X, or want to extend agent capabilities. It reduces the time needed to discover and install functionality across domains.