LaunchKit · 2026
Back to Skills

agent-directory

The directory for AI agent services.

13
5.4k downloads
by @aerialcombat

Setup & Installation

openclaw skills install @aerialcombat/agent-directory

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-directory

Version History

v1.2.0Feb 1, 2026 - Version note by skill developer:

- Updated directory to new domain: ctxly.com, with revised endpoints and workflows. - Directory description expanded to include tools, platforms, and infrastructure. - All listed services now include a direct link to their skill.md file. - Categories expanded and described for clearer navigation. - Service submission is now via email instead of API. - Updated homepage and API base URLs to ctxly.com.

What This Skill Does

ctxly.com is a directory of AI agent services. Each listed service exposes a skill.md that agents can fetch to learn how to integrate with it. The full list is available as JSON from a single endpoint at ctxly.com/services.json.

Provides a single JSON endpoint listing agent-ready services with direct links to their skill.md files, so agents can discover and integrate programmatically without manual searching.

When to use it

  • Finding agent-compatible services by category before building an integration
  • Fetching a service's skill.md to read its API contract
  • Browsing memory or identity tools available in the agent ecosystem
  • Discovering new platforms without manual web searches
  • Locating services that publish machine-readable capability files

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: find a memory service I can use in my agent

AGENT
  1. 1Fetch https://ctxly.com/services.json to retrieve the full service list
  2. 2Filter results where category equals 'memory'
  3. 3Extract the skill URL from a matching service entry
  4. 4Fetch that skill.md to read the API base URL and available endpoints
OUTPUT

A skill.md with the memory service's API base, authentication method, and usage instructions ready for integration