find-skills

Find and install agent skills via the npx skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install skills from the open agent skills ecosystem to extend agent capabilities and streamline task automation.

Core Features & Use Cases

  • CLI-based discovery: Find relevant skills using the Skills CLI and browse at skills.sh.
  • Install & manage skills: Install, check for updates, and maintain installed skills to keep capabilities current.
  • Use Case: When a user asks for a specific capability or a template, search for matching skills and install them with minimal friction.

Quick Start

Search for skills using npx skills find <query> and install with 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 find and install open agent skills using a CLI?

To find and install open agent skills, run the command `npx skills find <query>` to search the catalog, then use `npx skills add <owner/repo@skill>` to install the desired capability into your environment.

What is the open agent skills ecosystem used for?

The open agent skills ecosystem provides a centralized catalog of tools, templates, and workflows designed to extend agent capabilities and streamline task automation across various software engineering contexts.

Can I check for updates to installed skills via npx?

Yes, you can check for updates to installed skills by running the `npx skills check` and `npx skills update` commands, ensuring your installed tools and workflows remain current with the latest catalog versions.

How do I browse available skills if I don't know the exact name?

If you don't know the exact skill name, you can browse the complete catalog visually by visiting skills.sh, or use broad query terms with `npx skills find` to discover matching templates and tools.

Do I need any dependencies to use the npx skills commands?

No additional dependencies are required to use the npx skills commands, as npx executes the skills package directly without requiring a permanent installation, allowing you to discover and add tools seamlessly.