Search Skills

Search skill catalogs to identify capability gaps and recommend installable skills.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill search-skills-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Search Skills
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/search-skill
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill search-skills-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies real capability gaps in the repository and surfaces ready-to-install skills from the open agent skills ecosystem via the native add-skill path, enabling autonomous expansion of Aeon capabilities without manual scouting.

Core Features & Use Cases

  • Gap discovery: derives a concrete capability gap from failing skills, open issues, and priority lists, then surfaces strong candidates.
  • Multi-source catalog search: queries CLI skill search, curated indexes, and skills.sh, and ranks candidates by gap fit, compatibility, and recency.
  • Safe installation workflow: recommends manual review for untrusted sources and enforces installation through the ./add-skill command to preserve provenance and security.

Quick Start

Run a search to identify a real capability gap and install the best matching skill via ./add-skill.

Frequently Asked Questions about Search Skills

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

FAQPage Schema
How do I find and install skills to fill capability gaps in my repository?

To find and install skills, this tool identifies a real capability gap in your repository, evaluates candidates from CLI search, curated indexes, and skills.sh, then installs the best match via ./add-skill. It scores candidates on gap fit, compatibility, and recency.

What is the best way to discover missing capabilities and add skills autonomously?

Discovering missing capabilities involves deriving gaps from failing skills and open issues, then searching multi-source catalogs to surface ready-to-install skills. The tool ranks candidates by gap fit and enforces safe installation through the ./add-skill command.

How does skill gap discovery work with curated indexes and skills.sh?

Skill gap discovery works by querying CLI skill search, curated indexes, and skills.sh simultaneously. It evaluates and scores the surfaced candidates on gap fit, compatibility, and recency before recommending a safe installation path.

Can I use ./add-skill to safely install skills from untrusted sources?

You can use ./add-skill to safely install skills, but the tool recommends manual review for untrusted sources. It enforces installation through the native ./add-skill path to preserve security and provenance, notifying you only when installation occurs.

Do I need to manually scout skills.sh and curated indexes to find compatible candidates?

You do not need to manually scout skills.sh or curated indexes. The tool autonomously queries these sources, evaluates candidates for compatibility and recency, and records duplicates and sources, recommending installation only for strong matches.

When should I not use automated skill search for repository expansion?

You should not use automated skill search when dealing with untrusted sources without manual review. The tool surfaces strong candidates and records sources, but safe installation requires enforcing the ./add-skill path to maintain provenance and security.