Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: find a memory service I can use in my agent
- 1Fetch https://ctxly.com/services.json to retrieve the full service list
- 2Filter results where category equals 'memory'
- 3Extract the skill URL from a matching service entry
- 4Fetch that skill.md to read the API base URL and available endpoints
A skill.md with the memory service's API base, authentication method, and usage instructions ready for integration