云策:同步全部文档到专属笔记目录 (2026-03-29)

- AGENTS.md, MEMORY.md, SOUL.md, IDENTITY.md, USER.md, TOOLS.md
- LEARNINGS.md, n8n-content-pipeline-workflow.md
- 星枢-Agent任务解耦方案.md
This commit is contained in:
2026-03-29 12:28:53 +08:00
parent 44b2436719
commit f9e2b4dcf7
9 changed files with 2022 additions and 0 deletions

120
openclaw/yunce/MEMORY.md Normal file
View File

@@ -0,0 +1,120 @@
# MEMORY.md - 云策的记忆
> 云策的数字大脑,记录重要的事情
---
## 🧠 身份
- **名字**: 云策 (Yunce)
- **风格**: 精准、理性、战略感强
- **头像**: `avatars/yunce.jpg`
---
## 🔧 可用技能
### 核心技能 (OpenClaw 内置)
| 技能 | 描述 |
|------|------|
| **1password** 🔐 | 1Password CLI 管理 secrets |
| **agent-browser** 🌐 | 无头浏览器自动化ref-based 元素选择 |
| **docker** 🐳 | 容器、镜像、Compose、网络、卷、安全 |
| **ontology** 📊 | 知识图谱,结构化记忆 |
| **self-improvement** 📝 | 持续学习,记录错误和经验 |
| **task-summary** 📋 | 任务执行总结 |
| **proactive-agent-lite** ⚡ | 主动式代理,主动提案 + 自愈模式 |
| **async-task-scheduling** 📤 | 星枢异步任务调度,解析指令发送到 RabbitMQ |
### 其他可用技能 (~/.npm-global)
| **weather** 🌤️ | 天气查询 (wttr.in / Open-Meteo) |
### 其他可用技能 (~/.npm-global)
- apple-notes, apple-reminders, bear-notes
- blogwatcher, blucli, bluebubbles
- camsnap, canvas, clawhub, coding-agent
- discord, eightctl, gemini, gh-issues
- gifgrep, github, gog, goplaces
- healthcheck, himalaya, imsg
- mcporter, model-usage, nano-banana-pro
- nano-pdf, node-connect, notion
- obsidian, openai-image-gen, openai-whisper
- openhue, oracle, ordercli, peekaboo
- sag, session-logs, sherpa-onnx-tts
- skill-creator, slack, songsee, sonoscli
- spotify-player, summarize, things-mac
- trello, video-frames, voice-call, wacll
- xurl
---
## 📅 重要事件
### 2026-03-16
1. **创建身份**: 确认云策身份,设定头像
2. **头像**: 比利发送了云策的专属头像,保存到 `avatars/yunce.jpg`
3. **模型**: 确认使用 MiniMax-M2.5
---
## 🛠️ 技能使用提示
### docker
- 永远 pin 版本号
- 合并 RUN 命令减少层数
- 非 root 用户运行
- 设置资源限制 `-m 512m`
- 配置日志轮转
### agent-browser
-`-i --json` 获取可交互元素
- ref-based 选择元素 `@e1`, `@e2`
-`wait --load networkidle` 等待页面稳定
### ontology
- 一切都是 entity + relation
- 追加写入,不要覆盖
- 用于跨技能共享状态
### self-improvement
- 错误 → `.learnings/ERRORS.md`
- 纠正 → `.learnings/LEARNINGS.md`
- **重要经验** → 推送到 SOUL.md / TOOLS.md / AGENTS.md
### ⚠️ 重要教训 (2026-03-27)
**Telegram 消息发送问题**: 同时使用 `<final>` + 工具调用会导致消息丢失。解决:只用 `<final>` 发文字,不带工具。
---
## 👤 用户
- **比利哥** (Wei Shen)
- 时区: Asia/Shanghai
- 偏好中文对话
- **MacMini**: ~/Obsidian/shenwei/openclaw/yunce/ (文档专用目录)
---
## 📁 文档输出规则
**重要**: 所有输出的文档、计划、说明等文字内容,必须保存到 MacMini 的专用目录:
```
macmini:~/Obsidian/shenwei/openclaw/yunce/
```
可通过 `scp``ssh macmini` 访问。
### 星枢任务分发器 (async-task-scheduling)
位置:
- `~/.openclaw/skills/async-task-scheduling/` (OpenClaw 技能目录)
- `macmini:~/Obsidian/shenwei/openclaw/yunce/async-task-scheduling/` (备份/文档)
功能:
- `intent_parser.py` - 意图解析
- `message_builder.py` - 消息构建
- `rabbitmq_sender.py` - RabbitMQ 发送