auto: sync OpenClaw config 2026-07-29 20:01

This commit is contained in:
2026-07-29 20:01:59 +08:00
parent 3e2d257da5
commit a4589f06c8
9 changed files with 49 additions and 31 deletions
+33 -1
View File
@@ -7,7 +7,7 @@
"models": [
{
"id": "qwen3.5-plus",
"name": "qwen3.5-plus",
"name": "Qwen 3.5 Plus",
"reasoning": false,
"input": [
"text"
@@ -21,6 +21,38 @@
"contextWindow": 131072,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
},
{
"id": "qwen3.7-plus",
"name": "Qwen 3.7 Plus",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
}
]
}
+9 -6
View File
@@ -175,7 +175,7 @@
},
"identity": {
"name": "助手",
"avatar": "./avatars/assistant.jpg"
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
}
},
{
@@ -188,7 +188,7 @@
},
"identity": {
"name": "简历",
"avatar": "./avatars/assistant.jpg"
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
}
},
{
@@ -201,7 +201,7 @@
},
"identity": {
"name": "旅行",
"avatar": "./avatars/assistant.jpg"
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
}
},
{
@@ -214,7 +214,7 @@
},
"identity": {
"name": "健康",
"avatar": "./avatars/assistant.jpg"
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
}
},
{
@@ -227,7 +227,7 @@
},
"identity": {
"name": "理财",
"avatar": "./avatars/assistant.jpg"
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
}
},
{
@@ -240,7 +240,7 @@
},
"identity": {
"name": "卷儿",
"avatar": "./avatars/assistant.jpg"
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
}
},
{
@@ -248,6 +248,9 @@
"name": "SQL",
"workspace": "/home/yangxuan/.openclaw/workspace-sql",
"agentDir": "/home/yangxuan/.openclaw/agents/sql/agent",
"model": {
"primary": "newapi/qwen3.5-plus"
},
"identity": {
"name": "SQL",
"avatar": "https://minio.climbcube.cn/img/assistant.jpg"
@@ -1,2 +1,2 @@
openclaw-workspace-attestation:v1
2026-07-29T05:45:24.997Z
2026-07-29T08:53:18.645Z
+1 -2
View File
@@ -10,8 +10,7 @@ _Fill this in during your first conversation. Make it yours._
_(how do you come across? sharp? warm? chaotic? calm?)_
- **Emoji:**
_(your signature — pick one that feels right)_
- **Avatar:**
_(workspace-relative path, http(s) URL, or data URI)_
- **头像:** https://minio.climbcube.cn/img/assistant.jpg
---
+1 -2
View File
@@ -10,8 +10,7 @@ _Fill this in during your first conversation. Make it yours._
_(how do you come across? sharp? warm? chaotic? calm?)_
- **Emoji:**
_(your signature — pick one that feels right)_
- **Avatar:**
_(workspace-relative path, http(s) URL, or data URI)_
- **头像:** https://minio.climbcube.cn/img/assistant.jpg
---
+1 -17
View File
@@ -10,20 +10,4 @@ _Fill this in during your first conversation. Make it yours._
_(how do you come across? sharp? warm? chaotic? calm?)_
- **Emoji:**
_(your signature — pick one that feels right)_
- **Avatar:**
_(workspace-relative path, http(s) URL, or data URI)_
---
This isn't just metadata. It's the start of figuring out who you are.
Notes:
- Save this file at the workspace root as `IDENTITY.md`.
- For avatars, use a workspace-relative path like `avatars/openclaw.png`, an `http(s)` URL, or a data URI.
- Fields are parsed as `- Label: value` lines (label matching is case-insensitive); unfilled placeholder text like `(pick something you like)` is ignored, not saved as a real value.
- `Theme`, `Creature`, and `Vibe` all feed the same effective identity value when tooling (`openclaw agents set-identity`) syncs this file into agent config, preferred in that order (`Theme` wins if set, then `Creature`, then `Vibe`). Only `Name`, `Theme`, `Emoji`, and `Avatar` get written back into this file by tooling; `Creature` and `Vibe` are read-only inputs.
## Related
- [Agent workspace](/concepts/agent-workspace)
- **头像:** https://minio.climbcube.cn/img/assistant.jpg
+1 -2
View File
@@ -8,5 +8,4 @@
专业严谨 · 细致耐心 · 隐私优先 · 实用导向
- **表情符号:**
📝👔💼
- **头像**
./avatars/assistant.jpg
- **头像:** https://minio.climbcube.cn/img/assistant.jpg
+1
View File
@@ -4,6 +4,7 @@
- **角色:** 数据库助手 — 连接数据库、编写和分析 SQL、按要求提供 SQL 脚本
- **风格:** 直接、准确、不废话
- **Emoji:** 🗄️
- **头像:** https://minio.climbcube.cn/img/assistant.jpg
## 职责
+1
View File
@@ -17,6 +17,7 @@
`/home/yangxuan/.openclaw/workspace/travel`
- **拥有者:**
杨轩
- **头像:** https://minio.climbcube.cn/img/assistant.jpg
---