find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users locate and install agent skills from the open agent skills ecosystem, enabling rapid capability expansion without manual cross-referencing.

Core Features & Use Cases

  • Discover: Locate relevant skills using natural language queries with the npx skills find command.
  • Install: Add a selected skill with npx skills add <owner/repo@skill> and optionally install globally.
  • Manage: Check for updates and maintain installed skills with npx skills check and npx skills update.
  • Browse: Access further skill catalog information at skills.sh to explore options.

Quick Start

Example: npx skills find "data processing" to locate skills related to data tasks, then install with npx skills add vercel-labs/agent-skills@vercel-data-processor.

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 a CLI?

To discover and install agent skills, use the `npx skills find` command with a natural language query to locate relevant capabilities, then add a selected skill using `npx skills add <owner/repo@skill>` to expand your agent's functions rapidly.

What is the open agent skills ecosystem and how does it work?

The open agent skills ecosystem is a catalog of extensible capabilities for agents. You interact with it via the Skills CLI to search for skills using natural language, install them directly into your environment, and manage updates without manual cross-referencing.

How do I check for updates and maintain installed agent skills?

To check for updates and maintain installed agent skills, run `npx skills check` to identify available updates, then execute `npx skills update` to apply them and keep your agent capabilities current across your projects.

Can I install agent skills globally with npx?

Yes, you can install agent skills globally. When using the `npx skills add <owner/repo@skill>` command, you can optionally specify a global installation to make the selected capability available across your entire environment rather than just locally.

What is the best way to browse available agent skills if I don't know the exact name?

The best way to browse available agent skills without knowing the exact name is to run `npx skills find` with a broad natural language query like "data processing", or visit skills.sh to explore the catalog and find the appropriate `owner/repo@skill` identifier.