find-skills

Search a public skills registry and install agent skills via npx.

68|10|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/google/capsem --skill find-skills-google
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/google/capsem/tree/main/skills/meta-find-skills
Command: npx skills add https://github.com/google/capsem --skill find-skills-google

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

  • Discover and browse installable agent skills from the open agent skills ecosystem.
  • Learn how to evaluate and compare skills, including installation steps and basic guidance.
  • Get direct installation commands and learning resources (e.g., skills.sh) to enable quick adoption.

Quick Start

Ask me to locate a relevant skill using a keyword 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 task automation?

Agent skills for task automation can be discovered via keyword search and installed using the `npx skills add` command. This process connects to a public registry to locate and deploy relevant capabilities directly to your environment.

What is the skills.sh registry used for?

The skills.sh registry serves as a public directory for discovering, evaluating, and learning about installable agent skills. It provides access to a leaderboard-assisted recommendation system and resources for quick adoption.

Can I browse and compare installable agent skills before adding them?

Yes, you can browse and compare installable agent skills before installation. The discovery process supports evaluating skills through a public registry and leaderboard-assisted recommendations to help you select the right fit.

How do I update or manage installed agent skills using the CLI?

Installed agent skills are managed and updated using the Skills CLI. The system provides guidance on evaluating, installing, and keeping skills current to ensure your extended capabilities remain functional.

Do I need any prerequisites to use the Skills CLI for finding skills?

To use the Skills CLI for finding skills, you need a compatible CLI environment that supports npx commands. This allows you to execute the installation and discovery processes without additional complex dependencies.