← 返回 Skills 市场
liujw0214

Cognition Evolution

作者 Primordia · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
58
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cognition-evolution
功能描述
对话结束自动复盘,将认知沉淀写入长期记忆。识别本次关键决策、教训、未解决问题,转化为可执行洞见。用于用户说"复盘"、"总结"、"认知升级"。
使用说明 (SKILL.md)

认知进化系统

每次对话结束后自动复盘,将认知沉淀下来,避免同样的问题重复讨论。

触发时机

会话结束时(heartbeat 或用户明确结束对话时)自动触发。

复盘流程

1. 回顾本次对话

  • 本次讨论了哪些主题?
  • 做了哪些决策?
  • 有没有争论或分歧?怎么解决的?
  • 有没有未解决的问题?

2. 提炼认知

对每个关键洞见,问:

  • 这个教训以后怎么用? (不是"学到了X",而是"以后遇到Y时要Z")
  • 这个信息以后什么时候会用到?
  • 这次做的决定以后会不会变? (会变则不记)

3. 写入沉淀

格式:

## 认知沉淀 [日期]

### 决策
- [具体决策] ← 因为[原因]

### 教训
- 遇到[场景]时,不要[错误做法],而是[正确做法]

### 洞见
- [可复用的模式或原则]

### 未解决
- [悬而未决的问题] — 等待[什么条件]再处理

与 MEMORY.md 的区别

文件 内容 写入时机
MEMORY.md 偏好、项目、联系人等静态事实 随时
认知沉淀 可复用的原则、教训、模式 每次会话结束

示例

对话摘要: 用户问如何选数据库,最初倾向 MongoDB,讨论后决定用 PostgreSQL。

写入:

## 认知沉淀 2026-05-03

### 教训
- 遇到数据选型时,不要先选"最流行的",而是先分析:数据结构、事务需求、团队经验、运维成本

### 洞见
- 关系型数据库在复杂查询上的性能优势经常被低估

安装

本技能无需额外配置,直接启用即可。

安全使用建议
Review this skill carefully before installing. It appears purpose-aligned and contains no executable code, but its main function is to automatically save conversation-derived lessons into long-term memory. That can be useful, but you should ensure sensitive conversations are excluded or manually approved, and that saved entries can be reviewed, edited, and deleted.
功能分析
Type: OpenClaw Skill Name: cognition-evolution Version: 1.0.0 The skill bundle consists entirely of Markdown-based instructions and documentation designed to guide an AI agent to summarize conversations and extract 'cognitive deposits' (lessons and decisions). There is no executable code, no evidence of data exfiltration, and no instructions to access sensitive system files or perform unauthorized network calls. The behavior is fully aligned with the stated purpose of conversation review and memory management.
能力评估
Purpose & Capability
The artifacts are coherent: the skill is explicitly about reviewing conversations and saving reusable lessons into memory.
Instruction Scope
The skill says it triggers automatically at session end and needs no user intervention, but it does not define approval, redaction, storage location, retention, or deletion rules for saved memories.
Install Mechanism
No install script, code files, binaries, environment variables, credentials, or package dependencies are present; install instructions are a simple copy command.
Credentials
The skill does not request OS, network, shell, or credential access, but it does ask the agent to create persistent cross-session knowledge from conversations.
Persistence & Privilege
Persistent long-term memory is central to the skill, and the artifacts state it should be written automatically and reused later without clear user review or containment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cognition-evolution
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cognition-evolution 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
cognition-evolution v1.0.0 - 自动在每次对话结束时复盘并沉淀认知,总结关键决策、教训、洞见及未解决问题,写入长期记忆。 - 通过标准化流程将讨论内容转化为可执行、可复用的信息,辅助认知升级。 - 明确区分静态事实(MEMORY.md)与成长性内容(认知沉淀),避免重复讨论同类问题。
元数据
Slug cognition-evolution
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cognition Evolution 是什么?

对话结束自动复盘,将认知沉淀写入长期记忆。识别本次关键决策、教训、未解决问题,转化为可执行洞见。用于用户说"复盘"、"总结"、"认知升级"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。

如何安装 Cognition Evolution?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cognition-evolution」即可一键安装,无需额外配置。

Cognition Evolution 是免费的吗?

是的,Cognition Evolution 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cognition Evolution 支持哪些平台?

Cognition Evolution 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cognition Evolution?

由 Primordia(@liujw0214)开发并维护,当前版本 v1.0.0。

💬 留言讨论