find-skills

Discover and install agent skills from the skills.sh registry via npx.

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill find-skills-kevin-liu-01
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/find-skills
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill find-skills-kevin-liu-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from skills.sh — the definitive open skills registry. Use when the user asks "how do I do X", "find a skill for X", is there a skill for X, wants to extend agent capabilities, or when a task might benefit from a specialized skill you don't already have. Based on vercel-labs/skills (900K+ weekly installs).

Core Features & Use Cases

  • Skills CLI
  • Browse the registry: https://skills.sh/
  • npx skills find [query] # Search for skills by keyword
  • npx skills add <source> # Install a skill
  • npx skills add <source> -g -y # Install globally, skip prompts
  • npx skills check # Check for skill updates
  • npx skills update # Update all installed skills

Quick Start

Run npx skills find <query> to locate matching skills in the registry.

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 from the skills.sh registry?▼

Use the CLI command `npx skills find <query>` to search the skills.sh registry and `npx skills add <source>` to install a specific agent skill.

How do I check if a ready-made workflow exists for a specific task?▼

Run `npx skills find <query>` with your task keyword to verify if a matching agent skill exists in the open registry at skills.sh.

Can I install skills globally and skip confirmation prompts?▼

Yes, run `npx skills add <source> -g -y` to install a skill globally while skipping all interactive confirmation prompts.

How do I update installed agent skills to the latest version?▼

Run `npx skills update` to update all installed agent skills, or use `npx skills check` to first check if any skill updates are available in the registry.

What is the best way to extend agent capabilities for common development tasks?▼

Browse skills.sh or use the CLI to discover ready-made workflows from vercel-labs/skills, then install matching agent skills to expand your capability set.