find-skills

Discover and install modular agent skills via the Skills CLI.

27|11|Updated Mar 18, 2022
One-click install
npx skills add https://github.com/dkast/biztro --skill find-skills-dkast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/dkast/biztro/tree/main/.github/skills/find-skills
Command: npx skills add https://github.com/dkast/biztro --skill find-skills-dkast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users locate and install modular agent skills from the open ecosystem, enabling quick capability expansion.

Core Features & Use Cases

  • Discover skills available in the open agent-skills ecosystem
  • Install skills with the Skills CLI to extend agent capabilities
  • Compare options and read quick guidance before installation

Quick Start

Use the Skills CLI to search for skills: npx skills find <query>, then install 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 and install agent skills using a CLI?

To discover agent skills, run `npx skills find <query>` in your terminal, then install a chosen skill using `npx skills add <owner/repo@skill> -g -y` via the Skills CLI.

What is the open agent-skills ecosystem?

The open agent-skills ecosystem is a collection of modular capabilities that you can discover, compare, and install to quickly expand what your AI agents can do.

Do I need external tools to install modular agent skills?

No external tools are required beyond standard Node.js tooling and access to the Skills CLI to discover and install modular agent skills from the open ecosystem.

Can I compare agent skill options before installing them?

Yes, you can compare options and read quick guidance for agent skills before installation by searching the open ecosystem with the Skills CLI.

What's the best way to add a new capability to my AI agent?

The best way to add capabilities is to use the Skills CLI to search the open ecosystem for modular agent skills and install the one that fits your task.