find-skills

Search, validate, and install agent skills from GitHub via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills when users ask questions about how to complete a task, enabling quick capability expansion without manual code changes.

Core Features & Use Cases

  • Discovery: search for relevant skills using natural language queries and the Skills CLI.
  • Installation: install selected skills globally or for the current session with minimal friction.
  • Browse & Validate: review skills on skills.sh and validate compatibility before installation.

Quick Start

Ask the agent to search for skills that match your task and install the best-fit skill using 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 for a specific task?

You can discover and install agent skills by asking how to perform a task, which triggers a search using the Skills CLI to find and validate relevant capabilities from GitHub or the skills registry.

Can I search the skills registry using natural language queries?

Yes, you can search the skills registry using natural language queries. The discovery feature interprets your task description and surfaces matching installable skills for review.

How do I install skills globally or for the current session using npx?

You install skills globally or for the current session by selecting a validated skill and applying it through the Skills CLI, minimizing friction for capability expansion without manual code changes.

Where can I browse and validate agent skills before installation?

You browse and validate agent skills on skills.sh, reviewing compatibility and details before proceeding with installation via the npx skills command.

Do I need manual code changes to add agent capabilities with the Skills CLI?

No, manual code changes are not needed. The Skills CLI handles discovery and installation directly, enabling quick agent capability expansion by installing validated skills from the registry.

What is the best way to find a skill for a specific task on GitHub?

The best way to find a skill for a specific task is asking the agent to search, which leverages the Skills CLI to query the skills registry and GitHub repositories for relevant installable capabilities.