find-skills

Discover and install skills from the open agent skills ecosystem via CLI commands.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/PrakD3/ProtEngine-Labs --skill find-skills-prakd3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/PrakD3/ProtEngine-Labs/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/PrakD3/ProtEngine-Labs --skill find-skills-prakd3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Searchable catalog and guided workflow for finding relevant skills across domains.
  • Step-by-step verification guidance, including evaluating install counts, source reputation, and GitHub stars.
  • Clear usage guidance for discovery, installation, and basic maintenance of skills.

Quick Start

Run the Skills CLI to search for a skill by keyword and install the preferred one with a single command.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover open agent skills for a specific task?

You can discover open agent skills by running the Skills CLI to search the ecosystem catalog by keyword, which presents relevant options with usage guidance for your specific task.

What is the best way to install skills from the open skills ecosystem?

The best way to install skills from the open skills ecosystem is using the Skills CLI, which allows you to search by keyword and install your preferred option with a single command.

How do I evaluate and compare skills before installing them?

You can evaluate skills before installing by checking their install counts, source reputation, and GitHub stars, following the step-by-step verification guidance provided during the discovery workflow.

Does an open agent skill require a specific file format to function?

Yes, an open agent skill requires a YAML frontmatter containing a name and description, along with a body that provides usage guidance for the skill to function properly.

Can I update installed skills via the skills CLI?

Yes, you can perform basic maintenance and update installed skills via the skills CLI commands as part of the discovery, installation, and maintenance workflow.

What should I do if a discovered skill does not include proper YAML frontmatter?

If a discovered skill lacks proper YAML frontmatter with a name and description, it does not meet the ecosystem standard; you should verify its structure or seek an alternative skill that includes valid metadata.