find-skills

Search for installable agent skills using the Skills CLI.

Updated Jun 17, 2025
One-click install
npx skills add https://github.com/KlotzJesse/krauss-map --skill find-skills-klotzjesse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/KlotzJesse/krauss-map/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/KlotzJesse/krauss-map --skill find-skills-klotzjesse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. This skill guides users to the open agent skills ecosystem and the Skills CLI to locate, compare, and install capabilities that extend their agent.

Core Features & Use Cases

  • Discovery & Search: Locate relevant skills using the Skills CLI (npx skills find [query]) and review options.
  • Install & Update: Install new skills with npx skills add <owner/repo@skill> and keep them current with npx skills update.
  • Guided Selection: Browse skills at skills.sh to compare capabilities and choose the best fit for a task or domain.

Quick Start

Tell me the task you want to accomplish and I will search for matching skills with npx skills find <query> and present install options.

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 open-source agent skills for a specific task?

To find and install agent skills, use the Skills CLI command `npx skills find [query]` to search the catalog, then run `npx skills add <owner/repo@skill>` to install the matching capability. You can also browse options at skills.sh.

What is the best way to discover ready-made capabilities to extend my agent?

The best way to discover ready-made capabilities is searching the skills ecosystem at skills.sh or using the Skills CLI. This presents installable agent-skills that match your query, allowing you to compare options and choose the best fit for your domain.

Can I use the Skills CLI without any prior dependencies installed?

Yes, you can use the Skills CLI without prior dependencies by running commands directly via `npx`. The discovery and install workflow requires Node.js to execute `npx skills find` and `npx skills add` commands for extending your agent.

How do I update installed agent skills to keep them current?

To update installed agent skills and keep them current, run the `npx skills update` command in your terminal. This streamlines the workflow by pulling the latest versions of your open-source capabilities from the skills ecosystem.

How do I compare agent skills before adding them to my project?

To compare agent skills before adding them, browse the searchable catalog at skills.sh. This site lets you review and compare available capabilities to choose the best fit for your specific task or domain before installation.

Does the Skills CLI support searching for capabilities by domain or use case?

Yes, the Skills CLI supports searching for capabilities by domain or use case. By providing a descriptive query to `npx skills find [query]`, it locates and presents installable agent-skills that match your specific task requirements.