find-skills

Search for and install agent skills using npx CLI commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill find-skills-kaiboo404
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/KaiBoo404/agent-skills-with-project-template/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill find-skills-kaiboo404

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Learn to discover and install agent skills from the open ecosystem to extend AI capabilities.

Core Features & Use Cases

  • Discover and browse available agent skills from the open ecosystem to extend capabilities.
  • Evaluate relevance and install the best matching skill to meet user needs.
  • Use cases include expanding task automation, capability extension, and domain-specific tooling for AI agents.

Quick Start

Search for a suitable skill with npx skills find <query> and install the best match with npx skills add owner/repo@skill.

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, use the command npx skills find <query> to search the ecosystem, then install the best match with npx skills add <owner/repo@skill>. This CLI workflow evaluates relevance and extends AI capabilities.

What is a modular skill unit and how does it work with AI agents?▼

A modular skill unit is an installable package that extends AI agent capabilities in specific domains. It enforces a SKILL.md frontmatter structure containing name and description to ensure proper integration and execution within the ecosystem.

Can I use this CLI to add domain-specific tooling for task automation?▼

Yes, you can use the CLI to search and install domain-specific tooling for task automation. It evaluates relevance from the open ecosystem to provide the best matching skill for expanding your AI agent capabilities.

Do I need any dependencies to search for ecosystem skills?▼

No dependencies are required to search for ecosystem skills. The tool operates independently using the npx command interface to discover and evaluate available agent skills for capability extension.

What's the best way to evaluate relevance when browsing available agent skills?▼

The best way to evaluate relevance is using the search function with specific queries. The discovery mechanism filters the open ecosystem to present the best matching skills for your specific task automation and capability extension needs.

Are there limitations when installing skills from the open ecosystem?▼

Installation requires a valid owner/repo@skill format and depends on the ecosystem skill having proper SKILL.md frontmatter. Skills without the correct modular unit structure cannot be installed or used by AI agents.