find-skills

Search and install agent skills using the Skills CLI.

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

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, or express interest in extending capabilities.

Core Features & Use Cases

  • Skills CLI overview: The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools.
  • Commands and usage: npx skills find [query], npx skills add <package>, npx skills check, npx skills update.
  • Discovery portal: Browse skills at skills.sh to learn about available options and examples.
  • Step-by-step help for helping users identify relevant capabilities and install them quickly.

Quick Start

Ask me to find a skill for a specific task and I will propose installable options.

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?

Agent skills are modular packages that extend agent capabilities with specialized knowledge and workflows. You can discover available options by browsing the skills.sh directory or using the npx skills CLI for package management.

What is the best way to search for agent skills across domains like design or testing?

The Skills CLI provides commands to manage installed packages. Run npx skills check to verify installed packages, and npx skills update to refresh them with the latest available versions from the skills.sh directory.

Do I need Node.js to use the npx skills command line tool?

Yes, you need Node.js installed because the tool leverages npx skills to execute package management operations. This allows you to run the CLI directly without a global installation to discover and add packages.

How do I update installed agent skills to their latest versions?

To update installed agent skills, run the command npx skills update. This checks the skills.sh directory for newer versions of your installed modular packages and refreshes them automatically.