Files
nexus/wiki/entities/OpenClaw.md

57 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "OpenClaw"
type: entity
tags: [openclaw, agent, framework]
last_updated: 2026-04-14
---
# OpenClaw
开源AI Agent框架支持多Agent协作、记忆系统、技能扩展。
## 基本信息
- **类型**AI Agent框架
- **开源协议**MIT
- **平台**跨平台支持macOS、Linux、Windows
- **连接方式**CLI、Telegram、Discord、WebUI
## 核心功能
### Workspace文件体系
OpenClaw使用workspace目录下的文件来配置Agent行为
- [[AGENTS.md]]Agent工作说明书
- [[SOUL.md]]Agent性格档案
- [[USER.md]]:用户偏好
- [[TOOLS.md]]:工具权限声明
- [[IDENTITY.md]]Agent身份元数据
- [[BOOTSTRAP.md]]:首次启动引导
- [[memory/]]:长期记忆目录
### 多Agent支持
- 通过`sessions_spawn`启动子Agent
- 通过`sessions_send`发送消息
- 支持多Agent团队协作如Milo、Josh等
### 技能系统
- 技能包目录:`skills/`
- 支持第三方技能安装
- MCP协议集成
### 记忆系统
- 内置Markdown文件记忆
- 支持向量语义搜索通过memsearch
- 长期上下文保留
## 使用场景
详见各use case
- [[多Agent专业团队]]
- [[自愈家庭服务器]]
- [[第二大脑]]
- [[目标驱动自主任务]]
## 相关链接
- [OpenClaw GitHub](https://github.com/openclaw/openclaw)
- [OpenClaw文档](https://docs.openclaw.ai)
- [OpenClaw Showcase](https://openclaw.ai/showcase)