find-skills

Discover and install agent skills using the Skills CLI.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/jkker/maam --skill find-skills-jkker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/jkker/maam/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/jkker/maam --skill find-skills-jkker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users find and install capable skills from the open agent skills ecosystem, reducing the effort to extend an agent's capabilities.

Core Features & Use Cases

  • Discover and install skills from the open agent skills ecosystem.
  • Search for skills that match a specific task using the Skills CLI.
  • Install a found skill with a single command and manage updates over time.

Quick Start

Use vpx skills find to locate a relevant skill and then install it with vpx skills add owner/repo@skill.

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 open ecosystem?

To discover and install agent skills, use the Skills CLI command `vpx skills find` to search for a specific capability, then apply it using `vpx skills add <owner/repo@skill>` to extend your agent's functionality.

What is the best way to search for a specific agent capability using the CLI?

The best way to search for a specific agent capability is by running `vpx skills find` in your CLI, which queries the open agent skills ecosystem to locate matching skills for your required tasks.

Can I manage and update installed agent skills over time?

Yes, you can manage and update installed agent skills over time using the `vpx skills check` and `vpx skills update` CLI commands to ensure your agent capabilities remain current within the ecosystem.

Do I need any dependencies to use the Skills CLI for finding agent skills?

No dependencies are required to find and install agent skills. The Skill operates independently using the vpx CLI commands to discover, add, check, and update capabilities from the open agent skills ecosystem.

When do I need to use an agent skill discovery tool?

You need to use an agent skill discovery tool when you seek a specific capability to extend your agent's abilities, reducing the manual effort required to build or integrate new functional components from scratch.