Install
openclaw skills install @mayf3/agent-directoryopenclaw skills install @mayf3/agent-directory管理所有 Agent 的个人档案、管线归属和长线规划。
docs/agent-profiles/{systemName}.jsondocs/agent-profiles/index.json(自动生成)每个 Agent 档案必须包含以下字段:
{
"systemName": "blog-agent",
"displayName": "博客专家(小博)",
"role": "内容生产线的核心写手",
"feishuGroup": "oc_21ced618ce1acc9ff4d76aa2aabde473",
"workspace": "workspace-oc_21ced618ce1acc9ff4d76aa2aabde473",
"layer": "main",
"pipelines": ["content-production", "ai-evangelist"],
"mainlineDirection": "AI布道师 - 产出实践文章",
"longTermGoals": [
"月产4篇高质量实践文章",
"形成AI Agent实践者系列"
],
"currentTodos": [99, 88],
"status": "active",
"createdAt": "2026-05-19",
"updatedAt": "2026-05-19"
}
| 字段 | 必填 | 类型 | 说明 |
|---|---|---|---|
| systemName | ✅ | string | 唯一标识,对应 cron agentId |
| displayName | ✅ | string | 显示名 |
| role | ✅ | string | 一句话角色定位 |
| feishuGroup | ❌ | string | 飞书群 chat_id |
| workspace | ❌ | string | workspace 目录名 |
| layer | ✅ | enum | main(主线) / exploration(探索) / life(生活) / infra(基础设施) / cross-cutting(横切) |
| pipelines | ✅ | string[] | 所属管线ID列表(可多个) |
| mainlineDirection | ✅ | string | 主线方向描述 |
| longTermGoals | ❌ | string[] | 长线目标列表 |
| currentTodos | ❌ | number[] | 关联 LLM Todo 任务ID |
| status | ✅ | enum | active / inactive / pending-setup |
| createdAt | ✅ | date | 创建日期 |
| updatedAt | ✅ | date | 最后更新日期 |
main — 直接服务 AI布道师(内容+开源)exploration — 间接服务,探索线life — 生活服务,自主运转infra — 基础设施(研发/安全/运维)cross-cutting — 横切能力(搜索/知识/学习)content-production — 内容生产→发布→运营ai-evangelist — AI布道师主线open-source — 开源引擎parenting — 育儿教育investment — 投资理财family-health — 家庭健康smart-home — 智能家居planning — 规划线infra-dev — 基础设施开发life-services — 生活服务community — 社区运营bash scripts/validate.sh
检查项:
bash scripts/build-index.sh
生成 index.json,包含所有 Agent 的摘要信息。