find-skills

Discover and install open agent skills using the Skills CLI.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill find-skills-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill find-skills-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help users discover and install agent skills from the open agent skills ecosystem when they are looking to extend capabilities or need guidance on skill installation.

Core Features & Use Cases

  • Discover agent skills using the Skills CLI to search by keywords.
  • Install skills with npx skills add <owner/repo@skill> to extend capabilities.
  • Learn More about available skills at skills.sh to browse ecosystems and documentation.

Quick Start

Install a skill by running npx skills add owner/repo@skill.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for my CLI using npx?

You can discover agent skills by running the `npx skills find` command to search the open ecosystem by keywords. This allows you to browse available capabilities and find specific skills that extend your agent's functionality.

What is the command to install an open agent skill?

To install an open agent skill, run `npx skills add <owner/repo@skill>` in your terminal. This directly adds the specified skill from the ecosystem to your environment, extending your agent's capabilities immediately.

Where can I browse the open agent skills ecosystem?

You can browse the open agent skills ecosystem and its documentation at skills.sh. This site provides a reference for discovering and comparing available skills before installing them via the CLI.

Do I need to install any dependencies to use the skills CLI?

No dependencies are required to use the skills CLI. You can directly run discovery and installation commands using `npx`, which executes the skills packages without requiring a global install.

Why use the skills CLI to extend agent capabilities?

Using the skills CLI provides a standardized way to discover, add, and reference open-agent skills. It streamlines extending capabilities by handling ecosystem search and direct installation through simple npx commands.