Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
将问题解决过程整理成结构化文档,沉淀经验并保存到指定记忆文件,便于后续查阅和复盘。
将问题解决过程整理成结构化文档,沉淀经验并保存到指定记忆文件,便于后续查阅和复盘。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
将重要事件整理成结构化文档,沉淀经验到记忆系统。
基于 OpenViking 方案的三层记忆系统: 层级说明加载时机L0核心索引,始终加载每次会话L1重要记忆,按需加载会话开始时L2归档记忆,查询加载显式查询时 优先级生命周期说明P0永不过期核心人设、操作规则、关键偏好P190天重要经验、解决方案P230天临时记录,自动清理
系统故障排查完成 有参考价值的调试过程 需要记录解决方案供以后查阅 不保存:简单的问答、查询、闲聊
以下情况不保存: 简单问答(如"这个公司怎么样") 查询类(如"帮我查下天气") 闲聊 以下情况需要保存: 系统故障及修复 配置变更 重要决策 调试过程
根据内容判断 P/L 级别: 分类P级L级示例人设/操作规则P0L0核心规则、沟通原则系统故障修复P1L1Gateway崩溃、Cron失败新功能配置P1L1GitHub同步、自动备份调试过程P2L2排查步骤、临时方案
提取核心信息: 问题是什么 根因是什么 解决步骤(一步一步写清楚) 关键信息(报错日志、命令、链接) 结果如何 经验教训(1-2条)
检查现有记录: 如果已有相同/类似问题 → 合并到已有记录中 更新"解决步骤"部分 更新"经验"部分
分类文件: 系统问题 → memory/topics/03-系统调试.md 操作规则 → memory/topics/02-操作规则.md 人设偏好 → memory/topics/01-人设.md 新功能 → memory/topics/04-XXX.md 其他 → memory/YYYY-MM-DD.md 索引更新 (可选): # 更新索引 python3 ~/.openclaw/scripts/memory_mgr.py add <agent> "<内容>" P1 L1
告诉用户保存位置和 P/L 分类。
# 添加记忆 (通过脚本) python3 ~/.openclaw/scripts/memory_mgr.py add work "内容" P1 L1 # 查询记忆 python3 ~/.openclaw/scripts/memory_mgr.py query work # 获取 L0 摘要 python3 ~/.openclaw/scripts/memory_mgr.py layer work L0 # 共享记忆 python3 ~/.openclaw/scripts/memory_mgr.py shared add "项目规范" "..."
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.