find-skills

Discovers and installs agent skills from the open ecosystem via CLI.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Blake-John/agent-config --skill find-skills-blake-john
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Blake-John/agent-config/tree/main/.zeroclaw/workspace/skills/find-skills
Command: npx skills add https://github.com/Blake-John/agent-config --skill find-skills-blake-john

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding and installing agent skills from the open ecosystem can be confusing without a guided discovery path and a standard CLI.

Core Features & Use Cases

  • Discover skills that match user intents and needs
  • Install and manage skills via a lightweight CLI
  • Learn more at skills.sh to explore the ecosystem

Quick Start

Run npx skills find <query> to discover skills relevant to your task.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and install agent skills for a specific task?▼

You can discover agent skills by running npx skills find <query> in your CLI to surface matching options from the open ecosystem. This provides a guided discovery path to evaluate and install extensions for your specific needs.

What is the best way to discover extensions in the agent skills ecosystem?▼

The best way to discover extensions is using the skills CLI to search the open ecosystem. Running npx skills find <query> surfaces available skills, providing a standard discovery path to evaluate options and extend capabilities without manual searching.

How do I evaluate options when finding a skill for a specific function?▼

You evaluate options by running a CLI search to surface matching skills from the ecosystem. The command npx skills find <query> returns results with descriptions and YAML frontmatter, allowing you to compare and install the best match for your task.

Do I need a specific environment to use the skills CLI?▼

You need an environment that supports Node.js and the npx command to run the skills CLI. The tool is a lightweight extension with no listed dependencies, allowing you to discover and install agent skills directly from your command line.

What is a skill in the context of the open agent ecosystem?▼

A skill in the open agent ecosystem is an installable extension defined by YAML frontmatter, a Markdown body, and optional scripts or assets. These skills provide on-demand resources to extend an agent's functionality for specific tasks.