find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills from the open ecosystem, enabling quick capability expansion without manual setup.

Core Features & Use Cases

  • Search & discover: Locate skills relevant to tasks, domains, or tools.
  • Install & manage: Install skills via the Skills CLI and manage updates.
  • Use Case: When you want to add a new capability like a code formatter or data tool, search for a matching skill and install it with a single command.

Quick Start

Use the Skills CLI to find and install a skill: 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 find and install agent skills for task automation?

To find and install agent skills, use the Skills CLI by running 'npx skills find [query]' to search for relevant capabilities, then execute 'npx skills add <owner/repo@skill> -g -y' to install the desired skill into your environment.

What is the best way to discover agent skills for a specific tool or domain?

The best way to discover agent skills for a specific tool or domain is using the search functionality in the Skills CLI, which allows you to locate relevant templates and capabilities across the open ecosystem without manual setup.

Can I manage skill updates and installations using the Skills CLI?

Yes, you can manage skill updates and installations using the Skills CLI. After discovering skills with 'npx skills find', you can install and manage them via 'npx skills add', enabling quick capability expansion across your agent ecosystem.

Do I need any dependencies to search and install agent skills?

You do not need external dependencies to search and install agent skills. The process relies entirely on executing Skills CLI commands like 'npx skills find' and 'npx skills add', which handle ecosystem access and installation automatically.

When should I use the Skills CLI to extend agent functionality?

You should use the Skills CLI to extend agent functionality when you need a specific capability for a task, such as adding a code formatter or data tool, and want to search for a matching skill to install quickly with a single command.