find-skills

Search for agent skills by task description and provide installation commands.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/lev-os/lev-content --skill find-skills-lev-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/lev-os/lev-content/tree/main/sources/skills/find-skills
Command: npx skills add https://github.com/lev-os/lev-content --skill find-skills-lev-os

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users find and install new capabilities for their agent by searching an ecosystem of pre-built skills.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on keywords related to desired functionality (e.g., "react testing", "deploy docker").
  • Installation Guidance: Provides clear instructions and commands to install discovered skills.
  • Use Case: A user wants to add the ability to generate API documentation. They ask "how do I generate API docs?", and this skill helps them find and install a relevant skill like api-docs-generator.

Quick Start

Use the find-skills skill to search for a skill that can help with writing unit tests for a React component.

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 for specific tasks like react testing?

You can discover agent skills by providing a task description to the skill, which searches an external ecosystem for relevant matches and outputs the installation commands. This requires the skills CLI tool to interact with the registry and extend capabilities.

What is the best way to add new capabilities to my agent using a skill discovery tool?

The best way to add capabilities is searching a pre-built skill ecosystem based on desired functionality keywords. The find-skills tool queries the external registry and provides the exact installation commands needed to extend your agent.

Do I need the skills CLI tool to search for and install agent tools?

Yes, you need the skills CLI tool to interact with the external skill registry. The discovery and installation process relies on the skills CLI to search for relevant tools and execute the installation commands provided by this skill.

Can I search the skill ecosystem using natural language task descriptions?

Yes, you can search the skill ecosystem using natural language task descriptions like how do I generate API docs. The skill matches your keywords against the registry to find and install relevant tools for your agent.

How does skill installation work after finding a matching tool in the registry?

Skill installation works by providing clear instructions and commands for discovered tools. After you search and identify a relevant skill like api-docs-generator, the skill outputs the specific CLI commands required to install it into your agent environment.