find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly discover and install agent skills from the open skills ecosystem when they identify a need to extend capabilities.

Core Features & Use Cases

  • Discovery & evaluation: find skills relevant to tasks using simple keyword queries and browse results.
  • Installation guidance: provides the exact commands to install a chosen skill via the Skills CLI.
  • Management assistance: guidance on updating or removing installed skills and exploring newer versions.

Quick Start

Use the Skills CLI to search for skills, for example:

  • npx skills find "code formatting" to locate relevant skills
  • Then install with: 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 agent skills for specific tasks?

Discover agent skills by using simple keyword queries with the Skills CLI, such as `npx skills find "code formatting"`, to browse and evaluate relevant results from the open ecosystem to extend capabilities.

What is the command to install a skill from the ecosystem?

Install a chosen skill from the ecosystem using the command `npx skills add owner/repo@skill -g -y` via the Skills CLI to extend your agent's capabilities.

Can I manage and update installed skills using the command line?

You can manage installed skills using the Skills CLI. The system provides guidance on updating or removing installed skills and exploring newer versions to maintain your environment.

Do I need any dependencies to browse and install skills?

No dependencies are required to browse and install skills. The Skill operates independently to guide you through browsing, installing with the Skills CLI, and managing installed skills.

What's the best way to find and evaluate skills for automation tasks?

The best way to find skills for automation tasks is to use the Skills CLI with targeted keyword queries. This discovery workflow helps you browse results and evaluate relevant skills before installation.