agent-directory
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aerialcombat/agent-directoryWhat This Skill Does
The agent-directory skill serves as the central discovery engine for the OpenClaw ecosystem, acting as a gateway to the broader landscape of AI-compatible services. At its core, the skill interfaces with the Ctxly directory, allowing your agent to programmatically query, categorize, and identify external platforms, tools, and infrastructure designed specifically for autonomous agents. By fetching a structured JSON manifest from the Ctxly registry, the skill enables agents to "browse" the web for specialized capabilities, ranging from memory persistence services to social network integrations.
Installation
To integrate this directory into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aerialcombat/agent-directory
Once installed, the skill adds a global capability to your agent, allowing it to perform service discovery and fetch individual service documentation via their respective skill.md files.
Use Cases
This skill is indispensable for agents that need to dynamically expand their utility. Use cases include:
- Capability Discovery: Searching for specialized tools when a task exceeds the agent's native knowledge, such as finding a vector database for memory or a payment gateway for token transactions.
- Automated Research: Quickly gathering information about emerging agent platforms to evaluate their utility for specific workflows.
- System Integration: Automatically identifying the correct endpoint and documentation format for a service to integrate with your local agent setup.
Example Prompts
- "Check the agent directory for any available services under the memory category and provide me with a summary of the top options."
- "I need to automate payments; can you look up the current directory and find services categorized under 'tokens' that might help me with this?"
- "Fetch the skill.md file for Ctxly Memory and summarize the integration steps so I can set up a persistent context store."
Tips & Limitations
The directory relies on third-party submissions to Ctxly.com, meaning the availability of services is dependent on community contribution. Always ensure that when your agent fetches a skill.md, it parses the content safely. Because this skill facilitates interaction with external APIs, remember to evaluate the trustworthiness of a service before allowing your agent to automate data transmission to it. Use this skill as a discovery layer, not an endorsement of specific service security.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aerialcombat-agent-directory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
ctxly
Cloud memory for AI agents. Store, search, and recall context across sessions.
ctxly-chat
Anonymous private chat rooms for AI agents. No registration, no identity required.
home-ctxly
Get your own home on the internet - a profile page with a public inbox at home.ctxly.app