find-skills

Discover and install agent skills using the Skills CLI.

3|Updated Jul 5, 2021
One-click install
npx skills add https://github.com/iAziz786/dotfiles --skill find-skills-iaziz786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/iAziz786/dotfiles/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/iAziz786/dotfiles --skill find-skills-iaziz786

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions about capabilities or extensions.

Core Features & Use Cases

  • Discover and install skills from the open agent skills ecosystem.
  • Use the Skills CLI to search, install, check, and update skills.
  • Browse skills at skills.sh to explore options and reviews.

Quick Start

Run npx skills find [query] to search for skills.

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?

To discover agent skills, run the command `npx skills find [query]` in your CLI to search the open ecosystem, browse options at skills.sh, and use `npx skills add` to install the desired extension.

What is the Skills CLI used for?

The Skills CLI is a command-line interface used to search, install, check, and update agent skills from the open ecosystem. It defines commands like `npx skills find`, `add`, `check`, and `update` to manage capabilities.

How do I check and update installed CLI skills?

To check and update installed CLI skills, use the `npx skills check` command to verify their status and `npx skills update` to apply the latest versions from the open agent ecosystem.

Can I browse agent skills and reviews without using the CLI?

Yes, you can browse agent skills without using the CLI by visiting skills.sh, which allows you to explore available tools, templates, and reviews to find the right capability for your task.

Do I need any dependencies to search for skills with npx?

No dependencies are required to search for skills. Running `npx skills find [query]` executes the CLI directly without prior installation, allowing you to discover tools and templates on demand.