find-skills

Search and install agent skills using the Skills CLI.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/sherry1991/openclaw-main-workspace --skill find-skills-sherry1991
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/sherry1991/openclaw-main-workspace/tree/main/skills/find-skills
Command: npx skills add https://github.com/sherry1991/openclaw-main-workspace --skill find-skills-sherry1991

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Find Skills feature helps users discover and install agent skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover skills via the Skills CLI: npx skills find [query]
  • Install a skill from GitHub or other sources: npx skills add owner/repo@skill
  • Check for skill updates and manage installed skills: npx skills check and npx skills update
  • Browse available skills at: https://skills.sh/

Quick Start

Use the Skills CLI to locate and install skills quickly.

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 from the command line?

To discover agent skills, use the Skills CLI by running `npx skills find [query]` to search the ecosystem. Install a specific skill from GitHub or other sources using `npx skills add <owner/repo@skill>`.

How do I check for updates and manage installed agent skills?

You can manage installed agent skills and check for updates using the Skills CLI. Run `npx skills check` to see available updates, and execute `npx skills update` to apply them to your installed skills.

Where can I browse available agent skills online?

You can browse available agent skills online by visiting the skills.sh leaderboard at https://skills.sh/. It provides a directory to explore the open agent skills ecosystem before using the CLI.

Can I install agent skills directly from a GitHub repository?

Yes, you can install agent skills directly from GitHub. Use the command `npx skills add <owner/repo@skill>` to fetch and integrate the specified skill from a GitHub repository into your environment.

What is the best way to extend my agent's capabilities with new tools and templates?

The best way to extend agent capabilities is to search the open agent skills ecosystem using `npx skills find [query]`. This surfaces installable tools and templates that you can then add via the CLI.