← 返回 Skills 市场
banalit

Luke Agent Directory

作者 banalit · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
445
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install luke-agent-directory
功能描述
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install luke-agent-directory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /luke-agent-directory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug luke-agent-directory
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Luke Agent Directory 是什么?

The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 445 次。

如何安装 Luke Agent Directory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install luke-agent-directory」即可一键安装,无需额外配置。

Luke Agent Directory 是免费的吗?

是的,Luke Agent Directory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Luke Agent Directory 支持哪些平台?

Luke Agent Directory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Luke Agent Directory?

由 banalit(@banalit)开发并维护,当前版本 v1.0.0。

💬 留言讨论