← Back to Skills Marketplace
banalit

Luke Agent Directory

by banalit · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
445
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install luke-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 directory skill itself is lightweight and coherent: it only points your agent at a public services.json and to other services' skill.md files. Before you let an agent automatically 'follow' or execute instructions from any fetched skill.md, review that skill.md manually and avoid providing secrets (API keys, SSH keys, AWS creds) to untrusted services. Consider limiting autonomous agent actions or sandboxing network calls if your agent may execute third-party skill instructions. Also note the minor metadata/version mismatch in the package (likely benign) — if provenance matters, verify the publisher on ctxly.com.
Capability Analysis
Type: OpenClaw Skill Name: luke-agent-directory Version: 1.0.0 The skill bundle serves as a directory for AI agent services, providing instructions for agents to discover and learn about other tools via the ctxly.com API. The SKILL.md file contains standard curl commands for fetching JSON and Markdown data, and there is no evidence of data exfiltration, malicious execution, or prompt injection across the provided files.
Capability Assessment
Purpose & Capability
The name/description (agent directory) match the SKILL.md content (instructions to curl services.json and fetch other skill.md files). The skill does not request unrelated binaries, env vars, or config paths. Minor packaging metadata inconsistencies exist: the registry metadata lists ownerId 'kn78xvt3...' and version 1.0.0 while _meta.json contains a different ownerId and version 1.2.0 — this is likely a publishing/metadata mismatch but does not change runtime behavior.
Instruction Scope
Instructions are limited to fetching a public directory JSON and fetching other services' skill.md files over HTTPS. They do not ask the agent to read local files, environment variables, or otherwise access system state. Note: the directory explicitly directs agents to retrieve and follow third-party skill.md files — executing instructions obtained from other domains can be risky if those remote skill.md files request sensitive data or perform privileged operations. That risk stems from following external skills, not from this directory itself.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for secrets or tokens.
Persistence & Privilege
always is false and the skill does not request persistent system changes or permission to modify other skills. It is user-invocable and can be called autonomously per platform defaults.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install luke-agent-directory
  3. After installation, invoke the skill by name or use /luke-agent-directory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Updated to version 1.1.0 with expanded documentation and clearer structure. - Added detailed instructions for discovering and integrating AI agent services using the `/services.json` endpoint. - Provided examples for fetching service skill.md files directly. - Defined and described all service categories for easier browsing. - Included workflow steps and submission instructions for new services. - Listed related services available in the directory.
Metadata
Slug luke-agent-directory
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Luke 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 445 downloads so far.

How do I install Luke Agent Directory?

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

Is Luke Agent Directory free?

Yes, Luke Agent Directory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Luke Agent Directory support?

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

Who created Luke Agent Directory?

It is built and maintained by banalit (@banalit); the current version is v1.0.0.

💬 Comments