A mandatory discovery system for Claude Code that enables token-efficient lazy loading of specialized agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-registry
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-registry using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Registry is a sophisticated lazy-loading system designed for Claude Code agents. By replacing the traditional method of loading all agents upfront, this Openclaw Skills solution eliminates the common 16k token warning and significantly reduces context window usage by approximately 95%.
This skill acts as a centralized directory, allowing users and AI models to search for specialized expertise and load only the specific instructions required for the current task. It ensures that your development environment remains lightweight and responsive, even when managing a vast library of custom agents.
Install the registry directly using the CLI to integrate it into your Openclaw Skills environment:
npx skills add MaTriXy/Agent-Registry@agent-registry
Run the interactive migration script to index your existing agents and build the registry.json index:
cd ~/.claude/skills/agent-registry
bun bin/init.js
You can also use bun bin/init.js --move to physically migrate files into the registry instead of copying them.
The skill organizes its registry through a centralized index and structured directory system:
| Component | Description | Location |
|---|---|---|
| Registry Index | registry.json containing metadata, descriptions, and relevance scores |
~/.claude/skills/agent-registry/ |
| Global Agents | Source directory for cross-project specialized agents | ~/.claude/agents/ |
| Project Agents | Source directory for project-specific overrides | .claude/agents/ |
| Search Tools | CLI utilities for list, search, and retrieval | bin/ |
search-paged.js) designed for enterprise-scale registries with over 300 agents.Loading
A specialized headless browser CLI that uses accessibility trees and reference-based selection for reliable AI-driven web automation.

A professional utility that transforms vague bug descriptions into structured, actionable reports with reproduction steps and severity levels.

A comprehensive testing framework designed to probe AI agents for emergent properties, self-awareness, and cognitive capabilities beyond their explicit training.

A comprehensive CLI-based skill for searching, downloading, and publishing illustrations and manga on the Pixiv platform.

A sophisticated text-to-speech skill that enables AI agents to read web articles aloud or respond using conversational audio synthesis.

A Node.js-based CLI skill for managing Linear issues, projects, and workflows through the official API.








































