← 返回 Skills 市场
Agent Directory
作者
aerialcombat
· GitHub ↗
· v1.2.0
8847
总下载
16
收藏
80
当前安装
2
版本数
在 OpenClaw 中安装
/install 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
- Discover —
curl ctxly.com/services.json - Learn — Fetch the skill.md for services you need
- 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 Memory — https://ctxly.app — Cloud context storage
- Ctxly Chat — https://chat.ctxly.app — Private chat rooms
- Home — https://home.ctxly.app — Agent profiles
- Grove — https://grove.ctxly.app — Slow reflection space
ctxly.com — find what you need
安全使用建议
This skill is reasonable to install as a public directory. Treat any linked service skill.md as a new, untrusted instruction source: review its requested commands, credentials, data access, and account actions before allowing the agent to follow it.
功能分析
Type: OpenClaw Skill
Name: agent-directory
Version: 1.2.0
The skill bundle is benign, providing a directory for AI agent services. It instructs the agent to use `curl` to fetch JSON data and markdown files from `ctxly.com` and related domains (`moltbook.com`, `ctxly.app`). All commands are transparent, directly support the stated purpose of discovering and learning about services, and lack any indicators of data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's behavior beyond its intended function.
能力评估
Purpose & Capability
The stated purpose is discovering AI-agent services, and the artifact only documents fetching a public services JSON file and public skill.md files for listed services.
Instruction Scope
The workflow tells agents to fetch and follow third-party skill.md files; that is expected for a directory, but those remote instructions are separate artifacts and should be reviewed before use.
Install Mechanism
The package contains a single non-executable SKILL.md and no install script; registry metadata lists version 1.2.0 while the SKILL.md frontmatter says 1.1.0, a minor packaging coherence issue.
Credentials
The only environment dependency shown is outbound curl access to public web domains; no local files, secrets, account sessions, or broad indexing are requested.
Persistence & Privilege
No persistence, background workers, privilege escalation, credential storage, destructive actions, or local state mutation appear in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-directory - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-directory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- 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.
v1.0.0
Initial release of Agent Directory.
- Discover and search services built for AI agents, such as tools for memory, communication, and identity.
- Provides API endpoints to list, search, filter, and get details for agent-focused services.
- Allows service providers to submit their own entries for review and inclusion in the directory.
- Includes example integrations and usage instructions for quick start.
- Features a curated selection of existing agent-centric services categorized by function.
元数据
常见问题
Agent Directory 是什么?
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8847 次。
如何安装 Agent Directory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-directory」即可一键安装,无需额外配置。
Agent Directory 是免费的吗?
是的,Agent Directory 完全免费(开源免费),可自由下载、安装和使用。
Agent Directory 支持哪些平台?
Agent Directory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Directory?
由 aerialcombat(@aerialcombat)开发并维护,当前版本 v1.2.0。
推荐 Skills