find-skills

Locate and install agent skills using the Skills CLI and skills.sh repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they 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 skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover and search for skills using the Skills CLI (npx skills find [query]).
  • Install a skill with npx skills add owner/repo@skill.
  • Manage installed skills with npx skills check and npx skills update.
  • Browse available skills at skills.sh.

Quick Start

Ask the assistant to find a relevant skill using a query and then install it with 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 find and install agent skills for task automation?▼

To find and install agent skills, use the Skills CLI commands like `npx skills find [query]` to search the ecosystem and `npx skills add <owner/repo@skill>` to install them.

What is the best way to explore extending agent functionality with new skills?▼

The best way to explore extending agent functionality is by browsing available skills at skills.sh or using `npx skills find` with a specific query to locate installable skills across domains like design and deployment.

Can I check and update installed skills using the skills CLI?▼

Yes, you can check and update installed skills using the skills CLI by running `npx skills check` to verify installations and `npx skills update` to pull the latest versions.

Does the skills CLI support discovering skills across different domains like design and deployment?▼

Yes, the skills CLI supports discovering skills across domains like design, deployment, and automation by applying search queries to the open ecosystem via `npx skills find [query]`.

How do I locate a specific skill for a task using npx?▼

You can locate a specific skill for a task using npx by running `npx skills find <query>`, which searches the open ecosystem repository to match your functionality requirements.