← 返回 Skills 市场
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chat-memory-archiver
功能描述
Extract decisions, todos, knowledge, preferences, and risks from AI chat sessions into structured memory
使用说明 (SKILL.md)
Session Archiver
Parse AI chat session logs and extract structured knowledge: decisions made, pending todos, learned facts, user preferences, and flagged risks. Merge across sessions and export to Markdown, JSON, Obsidian, or Notion.
Workflow
- Parse conversation — Read session log, extract question-answer pairs, tool calls, and decision points.
- Segment by phase — Label each segment as problem / exploration / decision / action.
- Extract 5 categories:
- 📌 Decisions — Choices made, with rationale and alternatives considered.
- ✅ Todos — Action items, owners, and deadlines.
- 📚 Knowledge — Facts, code snippets, links, and explanations.
- ⭐ Preferences — User style, terminology, tools, conventions.
- ⚠️ Risks — Security concerns, known issues, caveats.
- De-duplicate & merge — Fuse repeated information across multiple sessions, keep latest version.
- Topic tagging — Auto-tag each session with relevant domain labels (e.g.
#python,#api-design,#deployment). - Cross-session graph — Build lightweight association graph showing which sessions share topics or reference each other.
- Format export — Generate output in Markdown, JSON, Obsidian-flavored wiki links, or Notion JSON.
- Summary — Produce a concise 5-sentence summary of each session for quick scanning.
Sample Prompts
session-archiver extract --sessions session-2026-06-01.log session-2026-06-02.logsession-archiver extract --sessions . --format obsidian --outdir ./vaultsession-archiver merge --sessions . --dedup --out summary.jsonsession-archiver report --sessions . --graph > session-graph.dot
Safety
- Session logs are parsed locally; never sent to external services.
- Sensitive content (passwords, keys) in logs is flagged during extraction; user must explicitly confirm before inclusion in output.
安全使用建议
Install only if you are comfortable giving it access to the specific session logs you select. Review outputs before sharing or syncing them, and do not rely on the promised password/key confirmation because the provided script does not implement it.
能力评估
Purpose & Capability
Parsing user-supplied AI session logs and exporting decisions, todos, knowledge, preferences, and risks matches the stated purpose; I found no network calls, subprocess execution, credential harvesting, or unrelated behavior.
Instruction Scope
SKILL.md says passwords and keys are flagged and require explicit confirmation before inclusion, but scripts/archiver.py has no sensitive-data detector, redaction path, or confirmation prompt before printing or writing extracted content.
Install Mechanism
The artifact contains only SKILL.md and a Python helper script, with no install hook, package dependency, startup registration, or automatic execution mechanism.
Credentials
The script reads only user-provided files or non-recursive .log/.json files from user-provided directories, which is proportionate for a session archiver, but those files may contain private chat data.
Persistence & Privilege
The script can persist structured summaries and extracted lines to stdout or a user-specified output directory, making sensitive session content easier to retain or share; there is no privilege escalation or background persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chat-memory-archiver - 安装完成后,直接呼叫该 Skill 的名称或使用
/chat-memory-archiver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Extract decisions, todos, knowledge and risks from AI chat sessions into structured memory
元数据
常见问题
Chat Memory Archiver 是什么?
Extract decisions, todos, knowledge, preferences, and risks from AI chat sessions into structured memory. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Chat Memory Archiver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chat-memory-archiver」即可一键安装,无需额外配置。
Chat Memory Archiver 是免费的吗?
是的,Chat Memory Archiver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Chat Memory Archiver 支持哪些平台?
Chat Memory Archiver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Chat Memory Archiver?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills