find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills when you need to extend capabilities but aren't sure which skill fits best.

Core Features & Use Cases

  • Skill discovery: Find relevant skills using natural language queries and recommended matches from the ecosystem.
  • Easy installation: Install chosen skills globally using the Skills CLI to extend AI capabilities.
  • Maintenance helpers: Check for updates and stay current with installed skills.

Quick Start

Ask to search for a skill by topic and install it with 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 find and install agent skills for a specific task?

To find and install agent skills, use the Skills CLI to search by natural language query with npx skills find, then apply your chosen package globally using npx skills add. This lets you discover relevant capabilities from the open ecosystem and extend your AI agent immediately.

What is the best way to search for an agent skill by topic?

The best way to search for an agent skill by topic is using natural language queries. The discovery mechanism matches your descriptive search terms against recommended skills in the ecosystem, helping you identify the right tool without knowing exact package names.

How do I check for updates to my installed agent skills?

You can check for updates to installed agent skills using the maintenance helpers provided by the Skills CLI. These commands allow you to audit your current environment and stay current with the latest versions of your installed packages.

Can I browse available agent skills without installing them?

Yes, you can browse available agent skills without installing them by visiting skills.sh. This ecosystem directory allows you to explore what capabilities exist before committing to an installation via the CLI.

Do I need any dependencies to use the Skills CLI for discovery?

No external dependencies are required to use the Skills CLI for discovery. You can run the commands directly through npx to find, add, and manage your agent skills without pre-installing global packages or configuring complex environments.