find-skills

Search for and install agent skills using the Skills CLI.

2|Updated May 5, 2023
One-click install
npx skills add https://github.com/baicie/template-repo --skill find-skills-baicie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/baicie/template-repo/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/baicie/template-repo --skill find-skills-baicie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they seek capabilities to extend their agent.

Core Features & Use Cases

  • Skill discovery via CLI search to locate relevant skills
  • Installation of chosen skills with the Skills CLI command
  • Guidance & validation by checking leaderboard and source reputation, then providing install commands and learn-more URLs

Quick Start

Search for a skill that matches your task using the Skills CLI.

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 a specific task?

To discover agent skills, use the CLI search to locate relevant capabilities for your task, validate sources via the leaderboard, and run the provided installation commands to install them. This ensures you find and deploy the right skills quickly.

Can I use npx to search for agent skills directly from the command line?

Yes, you can use npx with the Skills CLI to search for agent skills directly from the command line. This allows you to query available skills, compare installation sources, and retrieve the exact installation commands without leaving your terminal environment.

What is the best way to compare agent skills before installation?

The best way to compare agent skills before installation is to check the leaderboard and source reputation provided by the discovery tool. This helps you evaluate the reliability of sources and view learn-more URLs for detailed context before running the install command.

Does the Skills CLI provide the installation commands and source URLs for discovered skills?

Yes, the Skills CLI provides both the installation commands and learn-more URLs for discovered skills. After searching for a specific domain or task, it outputs the exact command needed to install the skill alongside its reference link for further validation.

When do I need to use a skill discovery tool to extend my agent capabilities?

You need to use a skill discovery tool when you want to extend your agent capabilities for a specific domain or task but lack the exact installation details. It locates relevant agent skills, validates their sources, and generates the CLI install commands required.