#skill-discovery#agent-skills#installation#search#ecosystem

Find Skills

Independent PiSkill directory guide. The original skill remains hosted by Vercel Labs Skills.

What is Find Skills?

Helps users discover and install relevant Agent Skills when they ask for capabilities, workflows, or extensions that may already exist in the open skills ecosystem.

What does Find Skills do?

Find Skills is a Vercel Labs skill for discovering and installing reusable Agent Skills from the open skills ecosystem. It is intended for situations where a user asks whether a specialized workflow already exists, helping the agent search by domain and task before reinventing that capability from scratch.

Who is Find Skills best for?

  • Users looking for an Agent Skill for a specific task
  • Teams expanding an existing agent setup
  • Developers searching the open skills ecosystem
  • Agents that should prefer reusable skills over ad-hoc instructions

Common use cases

  • Search for a skill that handles a specific workflow
  • Find skills owned by a particular publisher
  • Install a skill from the open ecosystem
  • Update an existing collection of installed skills

How does Find Skills work?

The skill first clarifies the user's domain and specific task, then uses the Skills CLI to search the open ecosystem. It can narrow discovery by owner, show likely candidates and guide installation or updates with commands such as `npx skills find`, `npx skills add` and `npx skills update`.

Key benefits

  • Makes skill discovery part of normal agent behavior
  • Uses an ecosystem-wide CLI instead of one repository
  • Supports search, installation and updates
  • Reduces duplicated custom prompting when a maintained skill already exists

Things to know

  • Search quality depends on the skills published in the ecosystem
  • Users should review third-party skills before trusting them
  • Installing a skill does not guarantee it is appropriate for every project

Compatible tools

Claude CodeOpenAI CodexCursorGitHub Copilot

Frequently asked questions

What does the Find Skills skill do?
It searches the open Agent Skills ecosystem for reusable skills that match a user's domain and task, then helps install or update them.
What CLI does it use?
The source skill uses the `npx skills` CLI, including commands such as `find`, `add` and `update`.
← Back to Skills Directory