Files
registry/apps/openclaw/index.json
Johnson 4083ee3f94 refactor: 清理 registry 条目 — 移除运行时字段,规范静态数据
Apps(8 个):
- 删除顶层 requirements(已在 install.requirements 中)
- 删除 installStatus、latestVersion(运行时/冗余字段)
- 将 configNeeded 移入 install.configNeeded
- 删除 install 内的 composePath/envTemplatePath

MCP(7 个):
- 删除 protocol/status/origin/transport(由 sync 层按目录类型注入)

Services(5 个):
- 删除 protocol/status/origin(由 sync 层注入)

原则:Registry 只存静态数据,运行时字段由客户端 sync 层注入默认值。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 23:02:52 +08:00

37 lines
1.0 KiB
JSON

{
"id": "openclaw",
"name": "OpenClaw",
"icon": "linear-gradient(135deg, #F59E0B, #DC2626)",
"iconLetter": "O",
"shortDesc": "开源 Agent 运行时平台,支持多 Agent 编排和工具策略",
"fullDesc": "OpenClaw 是一个开源的 Agent 运行时平台,提供嵌入式运行时、会话管理、工具策略控制、多 Agent 编排、Sandbox 隔离执行等能力。支持流式输出、对话压缩、队列管理和 hooks 扩展,适合构建企业级 AI 应用。",
"category": "ai-platform",
"tags": [
"Agent",
"Runtime",
"Multi-Agent",
"Sandbox"
],
"version": "0.9.0",
"author": "OpenClaw",
"githubUrl": "https://github.com/openclaw/openclaw",
"stars": 8500,
"install": {
"method": "docker-compose",
"requirements": {
"docker": true,
"minMemory": "4GB",
"minDisk": "10GB",
"ports": [
8080,
3000
]
},
"configNeeded": [
"Docker 运行环境",
"Node.js 18+",
"API Key 配置"
]
}
}