find-skills

Discover and surface installable agent skills via the npx skills CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/elzafon/ziska-next --skill find-skills-elzafon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/elzafon/ziska-next/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/elzafon/ziska-next --skill find-skills-elzafon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Skills CLI overview: The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem, enabling search, installation, and updates of skills from GitHub or other sources.
  • Discovery workflow: Users can search for skills by query, evaluate install counts, source reputation, and GitHub stars to decide which skill to install or try.
  • Install and manage skills: Provides commands for installing, checking for updates, updating installed skills, and browsing skill pages at skills.sh.

Quick Start

Run npx skills find <query> in your terminal to locate matching skills.

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 from GitHub sources?

To find and install agent skills, use the npx skills find command with a search query. The Skills CLI surfaces matching packages from GitHub, allowing you to evaluate install counts and GitHub stars before installing them directly in your terminal.

What is the best way to search for a CLI package that extends agent capabilities?

The best way to search for CLI packages extending agent capabilities is running npx skills find followed by your query. It acts as a package manager for the open agent skills ecosystem, helping you discover and evaluate relevant packages by source reputation.

Can I check for updates to installed agent skills using a CLI?

Yes, you can check for updates to installed agent skills using the CLI. The npx skills command provides dedicated check and update commands, allowing you to verify and pull the latest versions of your installed packages from GitHub or other sources.

How do I evaluate whether an installable skill is reliable before adding it?

To evaluate an installable skill's reliability before adding it, review its install counts, source reputation, and GitHub stars. The discovery workflow surfaces these metrics during your search, helping you decide which skill is reputable enough to install.

What should I do if npx skills find does not surface the specific functionality I need?

If npx skills find does not surface the functionality you need, try refining your search query or browsing skill pages at skills.sh. The open ecosystem may not have a matching installable skill for every specific task yet.

Do I need any dependencies installed to use the npx skills commands?

No dependencies are required to use the npx skills commands. Since the tool runs via npx, you only need Node.js installed in your environment to execute the search, add, check, and update operations for your agent skills.