find-skills

Search open agent skills by keywords and install them with npx skills add.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill find-skills-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/skills/find-skills
Command: npx skills add https://github.com/bluegitter/QClaw --skill find-skills-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users find existing open agent skills and simplifies installing them so users don't have to manually search repositories or webpages for relevant extensions.

Core Features & Use Cases

  • Skill discovery: Search the open agent skills ecosystem by task, domain, or keywords to locate relevant skills.
  • Installation guidance: Provide exact install commands and direct links to skill pages to make onboarding frictionless.
  • Decision support: Recommend when to install a skill versus solving the request directly, and suggest common queries and categories.

Quick Start

Run npx skills find with a concise query such as pr review or react performance to locate and install a matching skill.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I search for open agent skills by task or domain?

You can search for open agent skills by task or domain using the Skills CLI. Run a keyword-based query like `npx skills find pr review` to locate relevant skills and get installation commands.

How do I install an agent skill using npx?

To install an agent skill, use the command `npx skills add` followed by the skill name. The discovery process provides exact install commands and direct reference links for frictionless onboarding.

What is the best way to discover existing skills instead of building my own?

The best way to discover existing skills is using the Skills CLI to search the open ecosystem by keywords. It helps you decide whether to install a matching skill or solve the request directly.

Can I use the Skills CLI to find extensions for specific frameworks like React?

Yes, the Skills CLI performs keyword-based searches across the open agent skills ecosystem. You can query specific domains or tasks, such as running `npx skills find react performance` to locate relevant extensions.

Do I need any dependencies to search and install agent skills?

You do not need prior dependencies to search and install agent skills. The process operates through npx commands, allowing you to run discovery queries and add skills directly without manual repository searches.