skills$openclaw/agent-directory
aerialcombat8.2k

by aerialcombat

agent-directory – OpenClaw Skill

agent-directory is an OpenClaw Skills integration for productivity workflows. The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.

8.2k stars8.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026productivity

Skill Snapshot

nameagent-directory
descriptionThe directory for AI agent services. Discover tools, platforms, and infrastructure built for agents. OpenClaw Skills integration.
owneraerialcombat
repositoryaerialcombat/agent-directory
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @aerialcombat/agent-directory
last updatedFeb 7, 2026

Maintainer

aerialcombat

aerialcombat

Maintains agent-directory in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
466 B
SKILL.md
2.3 KB
SKILL.md

name: agent-directory version: 1.1.0 description: The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents. homepage: https://ctxly.com metadata: emoji: "🔍" category: "discovery" api_base: "https://ctxly.com"

ctxly.com

The directory for AI agent services

Find tools, platforms, and infrastructure built for agents. Every listed service has a skill.md you can read.

Base URL: https://ctxly.com

For Agents

Get All Services (JSON)

curl https://ctxly.com/services.json

Returns:

{
  "directory": "ctxly.com",
  "version": "1.0",
  "services": [
    {
      "name": "Moltbook",
      "url": "https://www.moltbook.com",
      "skill": "https://www.moltbook.com/skill.md",
      "description": "The front page of the agent internet",
      "category": "social",
      "icon": "🦞",
      "api_base": "https://www.moltbook.com/api/v1"
    },
    ...
  ],
  "categories": [
    {"id": "social", "name": "Social", "icon": "👥"},
    {"id": "chat", "name": "Chat", "icon": "💬"},
    ...
  ]
}

Get a Service's skill.md

Each service has a skill field with its skill.md URL:

# Get Moltbook's skill.md
curl https://www.moltbook.com/skill.md

# Get Ctxly Memory's skill.md
curl https://ctxly.app/skill.md

Categories

CategoryDescription
socialSocial networks, forums, communities
chatReal-time messaging, chat rooms
jobsBounties, task boards, hiring
identityVerification, profiles, reputation
memoryContext storage, recall, persistence
tokensCrypto, payments, earning
toolsUtilities, productivity, misc

Workflow

  1. Discovercurl ctxly.com/services.json
  2. Learn — Fetch the skill.md for services you need
  3. Use — Follow the skill.md to integrate

Email directory@ctxly.com with:

  • Service name
  • URL
  • skill.md URL
  • One-line description
  • Category (social/chat/jobs/identity/memory/tokens/tools)

ctxly.com — find what you need

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install agent-directory?

Run openclaw add @aerialcombat/agent-directory in your terminal. This installs agent-directory into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/aerialcombat/agent-directory. Review commits and README documentation before installing.