Files
nexus/openclaw/yunce/MEMORY.md

106 lines
3.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.
# 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
### 2026-03-29
1. **内容营销项目启动**: 与比利哥规划多平台内容矩阵(公众号+X/Twitter+抖音+YouTube
2. **N8N 工作流设计**: 完成 `n8n-content-pipeline-workflow.md`8节点内容转化流水线
3. **文档迁移**: 全部文档已迁移到 MacMini 专属目录并同步 Git/iCloud
4. **内容方向**: AI Agent落地实践、AI赋能商业、AI时代网络安全/运维
---
## 📁 文档存放规则(重要!)
**云策专属笔记目录**:
```
MacMini: /Users/weishen/Workspace/nexus/openclaw/yunce
```
**规则**: 所有输出的计划、文档、方案等文字内容,**只存放于此目录**
**写作流程**:
1. SSH 到 Mac mini直接在 `~/Workspace/nexus/openclaw/yunce/` 创建文件
2. 不在本地留存
3. 写完后 `git commit``git push` 同步
**Obsidian 各目录用途**:
- `~/Workspace/nexus/openclaw/yunce` — 云策专属目录(直接写作)
- `~/Workspace/nexus` — Git 仓库根目录
- `~/Obsidian/shenwei/openclaw/yunce` — ⚠️ 已废弃,不再使用
---
## 🔄 标准化工作流
### 文档同步流程
1. 在 MacMini 工作目录写入/修改文档
2. `git add``git commit``git push`
3. `git pull` 到其他 Obsidian 目录Workspace/iCloud
### N8N 工作流触发流程(内容转化)
1. OpenClaw 发现英文文章 → 保存到 Obsidian
2. OpenClaw 触发 n8n Webhook
3. n8n 执行:翻译 → 改写 → 配图 → 写回
4. n8n 回调 OpenClaw → 后续发布流程
---