find-skills

Search the open agent skills ecosystem and provide npm/npx install commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pulse-energy-eu/geo-content --skill find-skills-pulse-energy-eu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/pulse-energy-eu/geo-content/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/pulse-energy-eu/geo-content --skill find-skills-pulse-energy-eu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install relevant agent capabilities from the open skills ecosystem, making it easy to extend an agent's functionality without manual feature development.

Core Features & Use Cases

  • Skill discovery: Search the skills catalog and identify candidates that match the user's task.
  • One-click install guidance: Provide the exact npm/npx command to install a chosen skill.
  • Onboarding help: Guide users through optional global installation steps and basic validation of installation.

Quick Start

Use the skills finder to search for a capability, then install a skill with the provided command, for example: npx skills add owner/repo@skill -g -y

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 task automation?

To discover agent skills, use a skills finder to search the catalog for matching capabilities, then install the selected skill using the provided npx skills add command. This streamlines extending agent functionality without manual development.

What is the best way to search the agent-skills ecosystem for a specific capability?

Searching the agent-skills ecosystem involves querying the skills catalog to identify candidates that match your task. The finder presents compare options and provides the exact npm or npx command needed to install the chosen package.

Can I install skills globally using the Skills CLI?

Yes, you can install skills globally using the Skills CLI by appending the global flag to the install command. The finder guides you through optional global installation steps and basic validation to ensure the skill is correctly configured.

How do I add a specific skill from a repository using npx?

You add a specific skill by executing the npx skills add owner/repo@skill command in your terminal. The finder supplies the exact command syntax, including optional flags for global installation and automatic confirmation.

Do I need to manually develop automation extensions if I use a skills catalog?

No, using a skills catalog eliminates the need for manual feature development by helping you discover and install existing agent skills. It provides the exact install commands to quickly extend your agent's automation capabilities.

Why use npx to install discovered skills instead of manual setup?

Using npx to install discovered skills provides the exact command execution needed for onboarding without manual setup. It simplifies adding capabilities globally and validates the installation, ensuring the agent skill is ready for use.