find-skills

Discover and install agent skills via the Skills CLI.

4|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/allthingslinux/portal --skill find-skills-allthingslinux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/allthingslinux/portal/tree/main/.cursor/skills/find-skills
Command: npx skills add https://github.com/allthingslinux/portal --skill find-skills-allthingslinux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users locate and install agent skills from the open skills ecosystem, enabling them to extend the agent's capabilities quickly.

Core Features & Use Cases

  • Discover: Search and identify relevant agent skills based on user queries and needs.
  • Install: Install selected skills via the Skills CLI (npx skills add owner/repo@skill).
  • Use Case: When a user asks for a capability, suggest matching skills and guide installation.

Quick Start

Use the Skills CLI to search for skills, then install a chosen one. Example:

  • Search: npx skills find [query]
  • Install: npx skills add owner/repo@skill -g -y
  • Learn more: https://skills.sh/

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 using the CLI?

To discover agent skills, use the command `npx skills find [query]` to search the open ecosystem. Install your chosen skill by running `npx skills add <owner/repo@skill> -g -y` to quickly extend your agent's capabilities.

What is the open skills ecosystem and how does it work?

The open skills ecosystem is an online repository of modular capabilities for extending agents. It relies on the Skills CLI to search, evaluate, and install functional modules directly into your environment, allowing rapid capability expansion.

Can I use the Skills CLI to search for capabilities across different domains?

Yes, the Skills CLI searches across domains to locate relevant agent skills. When you query `npx skills find`, it evaluates available modular capabilities from the online repository to match your specific functional requirements.

What's the best way to extend an agent's functionality with modular capabilities?

The best way to extend agent functionality is installing modular capabilities from the open skills ecosystem. Use the Skills CLI to find matching modules for your domain needs, then add them globally to immediately enhance your agent's processing logic.

Do I need any dependencies to run npx skills commands?

No dependencies are required to run the Skills CLI. It operates through `npx skills`, allowing you to directly search the open ecosystem and install modular capabilities without installing external packages or configuring complex environments beforehand.

When should I not use the Skills CLI for installing agent skills?

You should not use the Skills CLI if your agent requires proprietary capabilities not available in the open skills ecosystem. This tool specifically targets discovering and installing modular capabilities from public online repositories for general domain extension.