find-skills

Search and install agent skills using the Skills CLI.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill find-skills-tugoukezhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/find-skills
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill find-skills-tugoukezhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from an open ecosystem to extend agent capabilities.

Core Features & Use Cases

  • Discover skills with the Skills CLI using keywords
  • Install selected skills with npx skills add
  • Browse all skills at https://skills.sh/

Quick Start

Run a search with the Skills CLI, for example: npx skills find [query].

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?

You can discover and install agent skills by running `npx skills find [query]` to search the catalog, comparing the presented options, and then executing `npx skills add` to install the selected capability into your environment.

What is skills.sh and how does it help me find agent capabilities?

Skills.sh is a browsable catalog website where you can discover and compare an open ecosystem of installable agent skills. It provides a visual interface to find capabilities before using the CLI to install them into your agent workflow.

Can I update or check the status of installed CLI agent skills?

Yes, you can check and update installed agent skills using the CLI commands `npx skills check` and `npx skills update`, which verify your current capabilities and pull the latest versions to maintain your agent's extended functionality.

Do I need any dependencies to use the npx skills commands?

No additional dependencies are required to use the npx skills commands. The Skill operates with zero dependencies, allowing you to run discovery and installation workflows directly through the Node.js package runner without prior setup.

What's the best way to compare agent skills before installing them?

The best way to compare agent skills is to use the CLI's search workflow, which presents options for comparison, or browse the catalog at skills.sh to evaluate available capabilities before running `npx skills add` for installation.