find-skills

Search, validate, and install open agent skills via the Skills CLI.

1|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/guib1/red-team-docker --skill find-skills-guib1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/guib1/red-team-docker/tree/main/pentest-lab/.agents/skills/find-skills
Command: npx skills add https://github.com/guib1/red-team-docker --skill find-skills-guib1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover open agent skills and streamline their installation.

Core Features & Use Cases

  • Skill discovery: Locate and compare open agent skills by task or domain.
  • Installation guidance: Provide exact commands to install selected skills.
  • Quality-aware: Suggest installs from reputable sources and monitor updates.

Quick Start

Search for skills with npx skills find <query> and install with npx skills add <owner/repo>.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover open agent skills for a specific task?

You can discover open agent skills by running the search command `npx skills find <query>`, replacing the query with your target task, domain, or capability to locate and compare matching skills from the ecosystem.

What is the best way to install skills from the ecosystem?

The best way to install skills is by using the `npx skills add <owner/repo>` command, which streamlines the installation process by fetching the selected skill directly from its reputable source repository.

Can I search for skills by domain or capability instead of name?

Yes, you can search for skills by domain or capability using the Skills CLI, which supports scenarios where users query by task or specific technical capability rather than exact skill names.

Does the skill search process validate the quality of the results?

Yes, the skill search process is quality-aware and suggests installs from reputable sources, helping you monitor updates and validate skills before installation using the Skills CLI commands.

Do I need any dependencies to search and install skills?

No external dependencies are required to search and install skills. You only need the Skills CLI accessible via npx to run discovery commands and guide the installation of selected open agent skills.