agent-registry

Installation
SKILL.md

Agent Registry

Lazy-loading system for Claude Code agents. Eliminates the "~16k tokens" warning by loading agents on-demand.

CRITICAL RULE

NEVER assume agents are pre-loaded. Always use this registry to discover and load agents.

Workflow

User Request → search_agents(intent) → select best match → get_agent(name) → execute with agent

Available Commands

Command When to Use Example
list_agents.py User asks "what agents do I have" or needs overview python scripts/list_agents.py
Related skills

More from sundial-org/awesome-openclaw-skills

Installs
7
GitHub Stars
598
First Seen
Mar 4, 2026