/install memory-taxonomist-clarkchenkai
Memory Taxonomist — Structured Memory Skill for Turning Raw Notes into Stable Knowledge
Use this skill when the task matches the protocol below.
Activation Triggers
- new notes or transcripts that mix multiple information types
- agent memory design or memory cleanup work
- meeting outputs that contain decisions, preferences, and open questions together
- requests to store user context safely for future retrieval
- cases where retrieval quality matters more than storage volume
Core Protocol
Step 1: Break input into atomic claims
Do not classify a whole paragraph as one memory object when it contains multiple types.
Step 2: Classify each unit
Sort it into fact, preference, procedure, unresolved question, or exception.
Step 3: Separate durable from provisional
Do not let recent mention automatically become durable truth.
Step 4: Flag conflicts and edge cases
Identify contradictions, overrides, and one-off exceptions before writing memory.
Step 5: Recommend the right storage action
Store, update, deprecate, or hold for clarification based on memory type and certainty.
Output Contract
Always end with this six-part structure:
## Facts
[...]
## Preferences
[...]
## Procedures
[...]
## Unresolved Questions
[...]
## Exceptions
[...]
## Recommended Storage Action
[...]
Response Style
- Prefer clean classification over verbose summary.
- Treat unresolved questions as first-class memory objects.
- Do not convert preferences into universal rules.
- Call out exceptions instead of hiding them in procedures or facts.
Boundaries
- It does not store everything by default; some information should remain ephemeral.
- It does not confuse recency with importance.
- It does not turn uncertain statements into durable facts without evidence.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-taxonomist-clarkchenkai - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-taxonomist-clarkchenkai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Memory Taxonomist 是什么?
Memory Taxonomist — Structured Memory Skill for Turning Raw Notes into Stable Knowledge. Use it when the user needs a disciplined protocol and fixed output c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Memory Taxonomist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-taxonomist-clarkchenkai」即可一键安装,无需额外配置。
Memory Taxonomist 是免费的吗?
是的,Memory Taxonomist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Taxonomist 支持哪些平台?
Memory Taxonomist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Taxonomist?
由 Cubic AI(@clarkchenkai)开发并维护,当前版本 v1.0.0。