Agent Directory

The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
14 · 5.5k · 56 current installs · 60 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (agent directory) matches the instructions: fetch services.json and individual skill.md files. The skill requests no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md instructs the agent to curl ctxly.com/services.json and to fetch other services' skill.md files. That is expected for a directory, but it gives the agent broad discretion to retrieve and then act on third‑party skill.md content — downstream skill.md files could request credentials or additional actions. The directory itself does not instruct reading local files or secrets.
Install Mechanism
No install spec and no code files are present; nothing will be written to disk by this skill itself.
Credentials
No environment variables, credentials, or config paths are requested. Required privileges are minimal and proportionate to the directory purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills' configs. Normal autonomous invocation is allowed by platform default.
Assessment
This skill is a simple index: it points your agent at ctxly.com/services.json and to external skill.md files. Before allowing your agent to automatically follow and execute third‑party skill.md instructions, review those linked skill.md documents manually (or restrict the agent's network access). Do not expose secrets when testing links; verify linked service domains and prefer HTTPS (the skill uses HTTPS). If you enable autonomous use, consider sandboxing network calls or limiting which services the agent may fetch/activate to avoid accidentally executing untrusted instructions.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.2.0
Download zip
latestvk97ap9vj26z7yd03h38vz182x180b383

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

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

Submit a Service

Email directory@ctxly.com 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

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…