Back to Registry View Author Profile
Official Verified
Zongjie
Skill by marklyk
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/marklyk/zongjieOr
Skill: 总结 (Zongjie)
将重要事件整理成结构化文档,沉淀经验到记忆系统。
使用场景
- 系统故障排查完成
- 有参考价值的调试过程
- 需要记录解决方案供以后查阅
- 不保存:简单的问答、查询、闲聊
精简模板
### 问题
- [简明描述]
### 根因
- [根本原因]
### 解决
1. 步骤1
2. 步骤2
### 结果
- ✅/❌ 状态
### 经验
- 关键点
步骤
M1: 判断价值
以下情况不保存:
- 简单问答(如"这个公司怎么样")
- 查询类(如"帮我查下天气")
- 闲聊
以下情况需要保存:
- 系统故障及修复
- 配置变更
- 重要决策
- 调试过程
M2: 精简整理
提取核心信息:
- 问题是什么
- 根因是什么
- 具体解决步骤(1-3条)
- 结果如何
- 经验教训(1-2条)
M3: 合并同类项
检查现有记录:
- 如果已有相同/类似问题 → 合并到已有记录中
- 更新"解决"部分,添加新方案
- 更新"经验"部分
M4: 保存分类
- 系统问题 →
memory/topics/03-系统调试.md - 操作规则 →
memory/topics/02-操作规则.md - 人设偏好 →
memory/topics/01-人设.md - 其他 →
memory/YYYY-MM-DD.md
M5: 输出确认
告诉用户保存位置即可。
示例
用户:"帮我记录今天 Cron 推送失败的排查"
→ 检查发现已有类似记录 → 合并更新:
### 问题
- Cron 早间推送失败 (announce delivery failed)
### 根因
- .openclaw/openclaw.json 有 JSON 尾随逗号
### 解决
1. 修复 JSON 语法
2. 重新安装 npm install -g openclaw
3. 重启 Gateway
### 结果
- ✅ 推送恢复正常
### 经验
- JSON 错误会导致投递失败
- 重新安装解决模块丢失
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-marklyk-zongjie": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.