find-skills

Search, evaluate, and install agent skills using Skills CLI (npx skills).

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/narduk-enterprises/myboat --skill find-skills-narduk-enterprises
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/narduk-enterprises/myboat/tree/main/.github/skills/find-skills
Command: npx skills add https://github.com/narduk-enterprises/myboat --skill find-skills-narduk-enterprises

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locating and enabling the right agent skills can be time-consuming; this guide explains how to discover, evaluate, and install skills from the open ecosystem.

Core Features & Use Cases

  • Discover: Search for skills using natural language queries like "find a skill for X" or "how do I do X".
  • Evaluate: Assess install counts, source reputation, and repository quality to choose trustworthy skills.
  • Install: Install the selected skill with the Skills CLI and start using it in your workflow.

Quick Start

Search for a skill using the Skills CLI and install it with the recommended command.

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 using natural language search?

You can find and install agent skills by using the Skills CLI (npx skills) to search with natural language queries like "find a skill for X", evaluating source reputation, and running the recommended installation command.

How do I evaluate the reliability of an agent skill before installing it?

To evaluate agent skill reliability, check the install counts, source reputation, and GitHub repository stars provided by the Skills CLI before running the installation command for the selected package.

What is the best way to discover new capabilities to extend my agent?

The best way to discover agent capabilities is searching the open skills ecosystem via the Skills CLI, using natural language queries to find matching packages, and assessing their reliability through GitHub stars and install counts.

Can I use the Skills CLI to search for skills without installing them first?

Yes, you can use the Skills CLI to search and evaluate available skills by keyword and review their source reputation and install counts before deciding to install any package.

Do I need Node.js to run the npx skills command?

Yes, you need Node.js installed because the Skills CLI is executed using the npx command, which relies on the Node.js package runner to discover, evaluate, and install agent skills.