find-skills

Discover and install agent skills using the Skills CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Baltsat/box --skill find-skills-baltsat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Baltsat/box/tree/main/tools/claude/skills/find-skills
Command: npx skills add https://github.com/Baltsat/box --skill find-skills-baltsat

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.

Core Features & Use Cases

  • Discover and browse available agent skills in the open ecosystem.
  • Install chosen skills with the Skills CLI (npx skills add ...).
  • Manage and learn more about skills via commands like npx skills find, npx skills check, and npx skills update.
  • Browse skills at: https://skills.sh/

Quick Start

Install a skill by running npx skills add owner/repo@skill -g -y.

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

You can discover and install agent skills using the Skills CLI. Run the command `npx skills add owner/repo@skill -g -y` to quickly add a chosen skill to your environment.

What commands are available to manage agent skills via the CLI?

The Skills CLI supports several commands to manage agent skills: use `npx skills find` to search, `npx skills check` to inspect, and `npx skills update` to maintain installed skills.

Where can I browse available agent skills before using the CLI?

You can browse available agent skills in the open ecosystem by visiting the skills directory at https://skills.sh/ before installing them through the command line interface.

Can I use the Skills CLI to extend my agent's capabilities without manual setup?

Yes, the Skills CLI automates capability extension by allowing you to quickly search and install skills. When you ask how to do a specific task, it finds and deploys the relevant skill automatically.

Do I need any dependencies to run npx skills commands?

No dependencies are required to run npx skills commands. The Skills CLI operates through npx, allowing you to discover, install, and update agent skills directly without pre-installing packages.