find-skills

Discover and install agent skills using the Skills CLI.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/netprtony/web-7nhan-cooking --skill find-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/netprtony/web-7nhan-cooking/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/netprtony/web-7nhan-cooking --skill find-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install agent skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover skills by keyword or intent and view concise summaries.
  • Install selected skills via the Skills CLI (npx skills add <owner/repo@skill>).
  • Manage and explore what capabilities are available to extend the agent.

Quick Start

Use the Skills CLI to search for skills and install them. For example:

  • Find skills related to your task: npx skills find <query>
  • Install a skill: npx skills add vercel-labs/agent-skills@vercel-react-best-practices

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for my workflow?

Use `npx skills find <query>` to discover agent skills from the open ecosystem by keyword or intent. The Skills CLI searches available skills and displays concise summaries to help you find capabilities that extend your agent's functionality.

How do I install a skill once I've found it?

Install skills using `npx skills add <owner/repo@skill>`. For example, `npx skills add vercel-labs/agent-skills@vercel-react-best-practices` installs the specified skill and makes it available to your agent immediately.

Can I search for skills by specific task or capability?

Yes, `npx skills find` accepts keyword queries to filter skills by intent or task type. This lets you search for specific capabilities you need without browsing the entire skills ecosystem manually.

How do I manage and update my installed skills?

Use `npx skills check` to view installed skills and `npx skills update` to keep them current. This workflow lets you explore available capabilities, track what's installed, and maintain your skill set.

What's the fastest way to extend my agent with new capabilities?

The Skills CLI automates capability extension through a three-step workflow: search with `npx skills find`, install with `npx skills add`, and manage with `npx skills check` and `npx skills update`—no manual configuration required.