find-skills

Search for and install skills using the Skills CLI.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill find-skills-emeaappgbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/find-skills
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill find-skills-emeaappgbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill aids users in finding and installing skills to enhance their agent's capabilities, catering to those seeking additional functionality.

Core Features & Use Cases

  • Skill Discovery: Helps identify skills based on user queries for specific functionalities.
  • Skill Installation: Guides users on how to install the identified skills.
  • Use Case: For instance, if a user wants to add code review functionality to their agent, this skill can suggest and help install relevant code review skills.

Quick Start

Search for a skill and install it using the Skills CLI: npx skills find [skill name] && npx skills add <skill owner/repo>

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 to extend my AI agent capabilities?

To discover and install agent skills, use the Skills CLI to search the open ecosystem and add specific functionalities. Run `npx skills find [skill name]` to identify relevant capabilities, then `npx skills add <skill owner/repo>` to install them.

What is the best way to find a specific skill like code review for my agent?

The best way to find a specific skill like code review is using the skill discovery functionality. By querying the open agent ecosystem through the Skills CLI, you can identify and install relevant agent extension capabilities based on your specific needs.

Do I need the Skills CLI to add new capabilities to my AI agent?

Yes, you need the Skills CLI to add new capabilities to your AI agent. The skill installation and discovery process requires the Skills CLI for execution, guiding users through searching the ecosystem and integrating the identified skills.

Can I search the open agent ecosystem for skills based on specific functionalities?

Yes, you can search the open agent ecosystem for skills based on specific functionalities. The skill discovery feature helps identify skills matching user queries, enabling targeted agent extension and capability enhancement within the ecosystem.

What should I do if my skill installation is not working?

If your skill installation is not working, ensure you are executing the correct Skills CLI commands. Verify the syntax `npx skills add <skill owner/repo>` and confirm the target skill exists in the open agent ecosystem before attempting installation again.