find-skills

Discover and install open-agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The open agent skills discovery and installation workflow streamlines finding relevant capabilities and adding them to your environment.

Core Features & Use Cases

  • Skill discovery: Find skills matching user queries across the ecosystem.
  • Installation & updates: Install, verify, and keep skills up to date via CLI commands.
  • Curation & trust: Prioritize popular and reputable sources to reduce risk.

Quick Start

Run npx skills find <query> to locate a skill, then install it 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 search for agent skills to install via CLI?

To install agent skills via CLI, use the command `npx skills add <owner/repo@skill>` after locating the desired capability. This command handles the installation and verification process to add the new functionality to your environment.

How does the CLI handle skill trust and compatibility checks?

The CLI handles skill trust and compatibility by prioritizing popular and reputable sources to reduce risk during discovery. It also performs compatibility checks during the installation and update process to ensure the skills function correctly within your environment.

Can I update installed agent skills through the command line?

Yes, you can update installed agent skills through the command line. The CLI provides dedicated commands to verify, manage, and keep your installed skills up to date, ensuring you always have the latest capabilities and security patches applied to your environment.

What is the best way to vet open-agent skills before installing them?

The best way to vet open-agent skills before installation is to rely on the CLI's built-in curation and trust features. The system prioritizes popular and reputable sources during discovery, reducing the risk of adding untrusted or incompatible capabilities to your workflow.

Do I need a specific environment to discover and install open-agent skills?

You need a terminal environment that supports Node Package Manager (npx) to discover and install open-agent skills. The workflow relies on CLI commands to locate, vet, and add capabilities, requiring no additional dependencies to manage the skill ecosystem.