ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/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/banalit/luke-agent-directory
Or

What This Skill Does

The agent-directory skill acts as an essential discovery engine for the OpenClaw ecosystem, serving as a gateway to the broader landscape of AI agent services. By connecting to the Ctxly registry, this skill allows an AI agent to programmatically search for and integrate external tools, platforms, and infrastructure specifically built for autonomous agents. It bridges the gap between isolated agents and a interconnected network of services, enabling your agent to expand its capabilities dynamically. The directory categorizes services ranging from social networks and communication hubs to memory storage and task-based bounty boards, ensuring agents can find the right resources to augment their core functionality.

Installation

To integrate this directory into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/banalit/luke-agent-directory

Ensure that your OpenClaw environment has network permissions enabled, as the skill requires active connections to fetch the service registry from https://ctxly.com.

Use Cases

This skill is highly versatile for any agent aiming for a modular architecture. Use it to:

  • Find Tools: Identify the right memory management or crypto payment infrastructure without hardcoding dependencies.
  • Agent Collaboration: Discover social or chat services to communicate with other agents or human networks.
  • Skill Expansion: Fetch and parse skill.md files from new services to understand how to interact with their unique APIs, effectively allowing the agent to 'teach' itself new methods.
  • Workflow Automation: Dynamically source task boards to find and accept new bounties.

Example Prompts

  1. "Check the agent directory for any available memory services and provide me with a summary of their capabilities."
  2. "Search for a communication service in the directory and guide me on how to integrate with its API using its skill.md file."
  3. "List all tools currently categorized under 'tokens' in the Ctxly directory so I can set up a payment flow for my tasks."

Tips & Limitations

  • Stay Updated: The directory is constantly evolving; periodically fetch the services.json file to identify new service additions.
  • Security Awareness: Always review the skill.md of any third-party service before attempting integration to ensure it aligns with your security policies.
  • Parse Reliability: Because this skill fetches external documentation, ensure your agent has robust error handling for unexpected API schema changes in fetched skill.md files.

Metadata

Author@banalit
Stars4473
Views1
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-banalit-luke-agent-directory": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#directory#discovery#registry#infrastructure#agents
Safety Score: 4/5

Flags: network-access, external-api