find-skills

Search and install agent skills from the open ecosystem via the Skills CLI.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/farhaduneci/url-shortener --skill find-skills-farhaduneci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/farhaduneci/url-shortener/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/farhaduneci/url-shortener --skill find-skills-farhaduneci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install modular agent capabilities from an open ecosystem, reducing search time and manual configuration.

Core Features & Use Cases

  • Discover: query a registry of installable agent skills to match user needs.
  • Install & manage: install, verify, and update skills via the Skills CLI (npx skills).
  • Use case example: a developer wants to extend capabilities for automation or coding tasks by adding relevant skills from the registry.

Quick Start

Use the Skills CLI to search for skills with: npx skills find [query]

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 coding or deployment tasks?

You can discover and install agent skills by querying the open registry via the Skills CLI using the command 'npx skills find [query]', which suggests installable modular capabilities to match your specific needs.

What is the Skills CLI and how do I use it to manage agent skills?

The Skills CLI is an npx-based command line tool used to search, install, check for updates, and manage installed agent skills from the open ecosystem, streamlining the extension of your automation capabilities.

Can I update and verify installed agent skills after adding them to my project?

Yes, you can verify and check for updates on installed agent skills directly through the Skills CLI, ensuring your modular capabilities for tasks like coding and testing remain current.

Do I need any dependencies to search for agent skills with npx?

No specific dependencies are required to search for agent skills, as the discovery process relies entirely on running the 'npx skills find' command within your environment.

What's the best way to find modular capabilities for test automation?

The best way to find modular capabilities for test automation is querying the open agent skills registry with targeted search terms via the 'npx skills find' command.

When do I need to query the agent skills registry?

You need to query the agent skills registry when you want to extend your development environment with new modular capabilities for tasks such as coding, testing, deployment, or design without manual configuration.