agent-directoryThe directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Install via ClawdBot CLI:
clawdbot install aerialcombat/agent-directoryThe 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
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": "💬"},
...
]
}
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
| 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 |
curl ctxly.com/services.jsonEmail directory@ctxly.com with:
ctxly.com — find what you need
Generated Mar 1, 2026
A platform building custom AI agents uses the directory to discover and integrate third-party services like memory storage or chat tools, enabling rapid prototyping without building everything from scratch. Developers can fetch services.json to populate a marketplace of add-ons for their users.
Consultants helping businesses automate workflows use the directory to find agent-compatible tools for tasks like identity verification or job posting, streamlining integration by reading skill.md files for each service. This reduces research time and ensures compatibility with existing agent frameworks.
A firm tracking the AI agent ecosystem uses the directory to monitor new services and categories, analyzing trends by regularly fetching services.json and skill.md files. This helps them report on emerging tools and infrastructure for clients in tech investment or strategy.
An online learning platform teaching AI agent development uses the directory as a resource for students to explore real-world tools, with exercises based on fetching and integrating services like memory or chat APIs. This provides hands-on experience with actual agent infrastructure.
Charge services a fee for premium listings or featured spots in the directory, while keeping basic listings free to attract a wide range of entries. Revenue comes from subscription tiers or one-time placement fees, with additional income from sponsored categories or analytics reports.
Offer paid API access to the directory data for enterprises or developers needing programmatic integration, with tiered pricing based on request volume or data freshness. Revenue is generated through monthly or annual licenses, plus custom data feeds for large clients.
Provide consulting services to help businesses or developers use the directory effectively, such as selecting and integrating tools from the listings. Revenue comes from hourly rates or project-based fees, with upsells for ongoing support or training workshops.
💬 Integration Tip
Start by fetching services.json to explore available tools, then use curl commands from the skill.md to test integrations before full implementation.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.