find-skills

Search for and install agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing open agent skills can be time-consuming; this skill streamlines finding, comparing, and installing capabilities to extend the agent's functionality.

Core Features & Use Cases

  • Skill discovery via a searchable registry and prompts.
  • Install via the Skills CLI with a single command.
  • Browse and reference skills on skills.sh for quick evaluation and onboarding.

Quick Start

Search for a relevant skill and install it using the Skills CLI, e.g., run npx skills add owner/skill@version.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills using the CLI?▼

To discover and install agent skills, search the skills.sh registry and run `npx skills add owner/skill@version` via the Skills CLI to instantly add the desired capability to your agent.

What is the best way to search for available automation skills for my agent?▼

The best way to search for automation skills is browsing the searchable skills.sh catalog, which lets you evaluate options and reference details before installing the extension you need.

Can I compare different agent skills before installing them?▼

Yes, you can compare agent skills by browsing and referencing available options on skills.sh, allowing you to evaluate functionality and onboarding details before committing to an installation.

Do I need the Skills CLI to add new capabilities to my agent?▼

Yes, you need the Skills CLI to install capabilities, executing a single command like `npx skills add owner/skill@version` to extend your agent's functionality with new skills.

How do I update previously installed agent skills?▼

Updating installed agent skills is handled through the Skills CLI workflow, extending the initial installation process to discover and apply newer versions of your existing capabilities.