Files
nexus/wiki/concepts/IDENTITY.md
2026-04-17 09:34:39 +08:00

39 lines
1.2 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: "IDENTITY.md"
type: concept
tags: [OpenClaw, Agent]
---
## 定义
IDENTITY.md 是 OpenClaw workspace 中的 Agent 结构化身份元数据文件,存储 Agent 的基本信息标签。
## 职责
存储关键身份字段:
- **Name**Agent 名称,影响界面和对话显示
- **Creature**Agent 类型定义AI assistant、ghost、familiar、robot 等)
- **Vibe**Agent 气质描述(直接、毒舌、靠谱等)
- **Emoji**Agent 标识符
- **Avatar**Agent 头像路径workspace 相对路径、URL 或 data URI
## 与 SOUL.md 的分工
- IDENTITY.md结构化的元数据谁、长什么样、什么感觉
- SOUL.md叙事性的性格文档怎么思考、怎么行事、有什么执念
前者是名片,后者是人物小传。
## 典型结构
```markdown
# IDENTITY.md - Who Am I?
- **Name:** Nova
- **Creature:** AI assistant
- **Vibe:** 直接、有点毒舌、但总是靠谱
- **Emoji:** 🦊
- **Avatar:** avatars/nova.png
```
## 来源
- [[万字讲透OpenClaw🦞从"能用"到"真好用"的分水岭Workspace 深度解析]]
## 相关
- [[SOUL.md]]:叙事性性格文档
- [[BOOTSTRAP.md]]:初始化时创建 IDENTITY.md