find-skills

Discover and install agent skills using the Skills CLI.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Walshington/tripnest --skill find-skills-walshington
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Walshington/tripnest/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/Walshington/tripnest --skill find-skills-walshington

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install agent skills from the open ecosystem when they need additional capabilities to accomplish tasks or extend the agent's capabilities.

Core Features & Use Cases

  • Discover: Find skills relevant to a task by query.
  • Install: Easily install selected skills using the Skills CLI.
  • Learn & Browse: Access the skills catalog at skills.sh for more options.

Quick Start

Use the skills CLI to search for skills with a relevant query, then install a selected skill using the add command: npx skills find <query> npx skills add owner/repo@skill -g -y

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 from the ecosystem?

You can discover and install agent skills by running `npx skills find <query>` to search the ecosystem, followed by `npx skills add <owner/repo@skill> -g -y` to install the selected skill via the Skills CLI.

What is the best way to find an agent skill for a specific task?

The best way to find an agent skill for a specific task is using the Skills CLI tooling to query the open ecosystem with `npx skills find <query>`, which searches for relevant capabilities based on your input.

Do I need internet access to search for and install agent skills?

Yes, you need internet access to search for and install agent skills, because the Skills CLI tooling queries the open agent-skills ecosystem remotely to list and add available extensions.

Can I browse the skills catalog without using the CLI?

Yes, you can browse the skills catalog without the CLI by visiting skills.sh, which provides a web interface to explore available agent skills and extensions outside of the command line.

How do I add a discovered skill to my agent environment?

To add a discovered skill to your agent environment, run the command `npx skills add <owner/repo@skill> -g -y` to automatically install the selected extension from the open ecosystem.

When should I use the find-skills approach over manually searching the web?

You should use the find-skills approach when you need to directly integrate a new capability into your agent's workflow, as the CLI handles querying and installing ecosystem extensions automatically without manual setup.