find-skills

Find the best published Omni Skills match and generate an install command.

108|27|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/diegosouzapw/omni-skills --skill find-skills-diegosouzapw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/diegosouzapw/omni-skills/tree/main/skills/find-skills
Command: npx skills add https://github.com/diegosouzapw/omni-skills --skill find-skills-diegosouzapw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Catalog discovery workflow skill. Use this skill when a user asks for a capability, workflow, or domain-specific helper and needs the best published Omni Skills match.

Core Features & Use Cases

  • Identify the user's domain, the concrete workflow noun, and the target install path to map to the correct skill, bundle, or API.
  • Search the local catalog, verify the match is published, and confirm compatibility with the user's tool (e.g., CLI, API, MCP).
  • Recommend the smallest executable path: a direct skill, a subset of a bundle, an API endpoint, or a suitable configuration, and clearly report any catalog gaps.

Quick Start

Ask it to find the best published skill for a given capability and return an executable install command.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the best Omni Skill match for a specific workflow or capability?

To find the best Omni Skill match, query the local catalog with your requested capability. The skill searches published entries, verifies compatibility with your target tool, and recommends the smallest executable path like a direct skill or API endpoint.

What is catalog discovery and how does it map user requests to install paths?

Catalog discovery is the process of routing user queries to identify the correct skill, bundle, or API. It maps your domain and concrete workflow noun to a published skill, verifying compatibility and generating an executable install command tailored to your tool.

Can I use this to generate an install command for a CLI or MCP tool?

Yes, you can generate an install command for a CLI or MCP tool. The skill confirms compatibility with your specific tool during the local catalog search and outputs an executable install command tailored to that environment.

What happens when there is no published skill for my requested capability?

When there is no published skill for your requested capability, the system returns a graceful no-match response. It clearly reports any catalog gaps rather than forcing an incorrect match or failing the discovery process.