find-skills

Discover and install skills from the open agent skills ecosystem using the Skills CLI.

5|1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/budgie-at/budgie --skill find-skills-budgie-at
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/budgie-at/budgie/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/budgie-at/budgie --skill find-skills-budgie-at

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Search & Discover: Find relevant skills for a given task.
  • Install Guidance: Provide commands to install or update skills via the Skills CLI (npx skills add, npx skills update, npx skills check).
  • What is this good for?: Use cases across domains like web development, data analysis, automation, testing, and design to extend capabilities.

Quick Start

Search for relevant skills using the Skills CLI: npx skills find <query>. Install a selected skill with: 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 agent skills for a specific task?

To discover agent skills, use the command `npx skills find <query>` to search the open ecosystem for relevant skills matching your task requirements. This CLI command returns a list of available skills you can install.

What is the command to install a skill using the Skills CLI?

To install a skill using the Skills CLI, run `npx skills add <owner/repo@skill> -g -y`. This command adds the selected skill to your environment so you can use it immediately.

Can I update installed skills with the npx skills command?

Yes, you can update installed skills by running `npx skills update` in your terminal. This command checks for and applies the latest versions of your installed agent skills.

How does the skills check command work?

The `npx skills check` command verifies the status of your installed skills. It checks your current environment to ensure your skills are properly configured and ready for use.