find-skills

Search, add, check, and update agent skills via CLI commands.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/datamonsterr/mycoai_projects --skill find-skills-datamonsterr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/datamonsterr/mycoai_projects/tree/main/.opencode/skills/find-skills
Command: npx skills add https://github.com/datamonsterr/mycoai_projects --skill find-skills-datamonsterr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install skills from the open agent skills ecosystem to extend capabilities without building from scratch.

Core Features & Use Cases

  • CLI commands to search for skills, add installed skills, check for updates, and update all installed skills.
  • Browse the skills catalog at skills.sh to evaluate options before installation.
  • Guidance for users on how to find the right skill for a domain like design, testing, deployment, or documentation.

Quick Start

Ask me to find a skill by describing your goal, or try running the skills CLI find <query> in your terminal.

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 using a CLI?

You can discover and install agent skills by running the skills CLI find command with a search query, or by browsing the catalog at skills.sh to evaluate options before adding them to your project.

What is the best way to find agent skills for specific tasks like testing or deployment?

The best way to find agent skills for testing or deployment is to describe your goal to the CLI or browse skills.sh, which offers guidance for finding the right domain-specific skill across the open ecosystem.

Can I update all installed agent skills at once?

Yes, you can update all installed agent skills at once using the CLI's update command, which checks for new versions and applies updates across your installed skill set.

Do I need to build agent capabilities from scratch for my automation workflow?

No, you do not need to build capabilities from scratch; you can use the skills CLI to search the open agent skills ecosystem and install existing skills to extend your automation workflow.

How do I check if updates are available for my installed skills?

You can check for available updates by running the CLI's check command, which scans your installed skills and reports whether newer versions are available in the ecosystem.

What metadata interface do installed skills need to satisfy?

Installed skills must satisfy a frontmatter-driven metadata interface that includes at minimum a name and description, ensuring the CLI can properly discover and manage them.