← Back to Skills Marketplace
aerialcombat

Agent Directory

by aerialcombat · GitHub ↗ · v1.2.0
cross-platform ✓ Security Clean
8847
Downloads
16
Stars
80
Active Installs
2
Versions
Install in OpenClaw
/install agent-directory
Description
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
README (SKILL.md)

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

Category Description
social Social networks, forums, communities
chat Real-time messaging, chat rooms
jobs Bounties, task boards, hiring
identity Verification, profiles, reputation
memory Context storage, recall, persistence
tokens Crypto, payments, earning
tools Utilities, 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

Submit a Service

Email [email protected] with:

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

Related Services


ctxly.com — find what you need

Usage Guidance
This skill is reasonable to install as a public directory. Treat any linked service skill.md as a new, untrusted instruction source: review its requested commands, credentials, data access, and account actions before allowing the agent to follow it.
Capability Analysis
Type: OpenClaw Skill Name: agent-directory Version: 1.2.0 The skill bundle is benign, providing a directory for AI agent services. It instructs the agent to use `curl` to fetch JSON data and markdown files from `ctxly.com` and related domains (`moltbook.com`, `ctxly.app`). All commands are transparent, directly support the stated purpose of discovering and learning about services, and lack any indicators of data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's behavior beyond its intended function.
Capability Assessment
Purpose & Capability
The stated purpose is discovering AI-agent services, and the artifact only documents fetching a public services JSON file and public skill.md files for listed services.
Instruction Scope
The workflow tells agents to fetch and follow third-party skill.md files; that is expected for a directory, but those remote instructions are separate artifacts and should be reviewed before use.
Install Mechanism
The package contains a single non-executable SKILL.md and no install script; registry metadata lists version 1.2.0 while the SKILL.md frontmatter says 1.1.0, a minor packaging coherence issue.
Credentials
The only environment dependency shown is outbound curl access to public web domains; no local files, secrets, account sessions, or broad indexing are requested.
Persistence & Privilege
No persistence, background workers, privilege escalation, credential storage, destructive actions, or local state mutation appear in the artifact.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-directory
  3. After installation, invoke the skill by name or use /agent-directory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
- 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.
v1.0.0
Initial release of Agent Directory. - Discover and search services built for AI agents, such as tools for memory, communication, and identity. - Provides API endpoints to list, search, filter, and get details for agent-focused services. - Allows service providers to submit their own entries for review and inclusion in the directory. - Includes example integrations and usage instructions for quick start. - Features a curated selection of existing agent-centric services categorized by function.
Metadata
Slug agent-directory
Version 1.2.0
License
All-time Installs 81
Active Installs 80
Total Versions 2
Frequently Asked Questions

What is Agent Directory?

The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 8847 downloads so far.

How do I install Agent Directory?

Run "/install agent-directory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Directory free?

Yes, Agent Directory is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Agent Directory support?

Agent Directory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Directory?

It is built and maintained by aerialcombat (@aerialcombat); the current version is v1.2.0.

💬 Comments