find-skills

Search the skills registry and install agent skills via the Skills CLI.

65|9|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/EthanAlgoX/MarketBot --skill find-skills-ethanalgox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/EthanAlgoX/MarketBot/tree/main/marketbot/skills/find-skills
Command: npx skills add https://github.com/EthanAlgoX/MarketBot --skill find-skills-ethanalgox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users quickly find, evaluate, and install third-party agent skills so they can extend MarketBot's capabilities without manual searching or trial-and-error.

Core Features & Use Cases

  • Skill discovery: Search the open skills registry for relevant packages using query terms or natural language descriptions.
  • Installation guidance: Provide exact CLI install commands and offer to perform installations via the Skills CLI when permitted.
  • Use Case: When a user asks "how do I do X" or "is there a skill for Y", the skill locates candidates, summarizes their purpose, and prepares an install recommendation.

Quick Start

Ask the assistant to search the Skills registry for a skill that matches your need and confirm installation via the Skills CLI.

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 to extend marketplace functionality?

The skill discovery process searches the open registry for relevant packages using natural language descriptions, summarizes their purpose, and provides exact CLI install commands or performs the installation directly via the Skills CLI (npx skills).

How do I find a specific skill package when I only have a natural language description of my task?

You can search the open skills registry using natural language descriptions or query terms. The discovery process matches your task description against available packages, summarizes their purpose, and recommends candidates for CLI installation.

Do I need network access and shell permissions to use the Skills CLI for package installation?

Yes, extending agent functionality via external skill packages requires network access to the skills registry and shell permission to run npx skills installation commands.

What is the best way to evaluate third-party agent skills before installing them?

The best way to evaluate third-party agent skills is to request a registry search. The discovery process summarizes candidate package purposes and capabilities, helping you evaluate fit before running the CLI installation commands.

Why does the skills installation command require shell execution permissions?

The skills installation requires shell execution permissions because the Skills CLI (npx skills) runs shell commands to fetch and install external skill packages from the network registry into the local environment.

Can I use the skill discovery feature without manually searching the registry?

Yes, you can trigger skill discovery by simply asking the assistant how to perform a task. It automatically searches the registry, locates matching packages, and prepares an install recommendation without manual searching.