ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

agent-directory

The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aerialcombat/agent-directory
Or

What 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

  1. "Check the agent directory for any available services under the memory category and provide me with a summary of the top options."
  2. "I need to automate payments; can you look up the current directory and find services categorized under 'tokens' that might help me with this?"
  3. "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

Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aerialcombat-agent-directory": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#directory#discovery#api#tools#ecosystem
Safety Score: 5/5

Flags: network-access, external-api