find-skills

Discover and install agent skills via the Skills CLI.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/1wos/sdkhackthon --skill find-skills-1wos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/1wos/sdkhackthon/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/1wos/sdkhackthon --skill find-skills-1wos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills to enhance agent capabilities when needed.

Core Features & Use Cases

  • Discover relevant skills using natural language queries.
  • Install selected skills with a single command.
  • Guided onboarding with examples to get started quickly.

Quick Start

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

You can discover agent skills for a specific automation task by asking a natural language query. The CLI workflow uses a command like 'npx skills find [query]' to interactively search the open agent skills ecosystem for relevant capabilities.

How do I install agent skills from the command line?

To install agent skills from the command line, use the 'npx skills add <owner/repo@skill>' command. This CLI workflow allows you to instantly install selected capabilities with a single command after discovering them.

Can I search for an agent skill using natural language queries?

Yes, you can search for an agent skill using natural language queries. When you ask "how do I" questions or need guidance for a task, the discovery mechanism matches your natural language input to relevant skills in the ecosystem.

What is the best way to find and add capabilities to my agent ecosystem?

The best way to find and add capabilities to your agent ecosystem is using the Skills CLI. It provides a guided onboarding process with examples, allowing you to find matching skills with 'npx skills find' and install the best match instantly.

Do I need any dependencies to discover and install agent skills?

You do not need any explicit dependencies to discover and install agent skills. The Skill operates with no dependencies and uses the standard npx CLI workflow to handle interactive discovery and installation directly.

Why use a CLI workflow for discovering agent skills instead of manual searching?

Using a CLI workflow for discovering agent skills provides guided onboarding and instant installation. It allows you to directly query the open agent skills ecosystem with natural language and install the best match using a single command, streamlining the process.