/install conversation-archiver
Conversation Archiver
Standardized workflow for archiving completed conversations and projects.
Requirements
- File system access (workspace directory)
- Optional: OpenClaw Discord channel for posting summaries
When to Use
- Project reaches completion
- A conversation thread is resolved
- User says "archive this" or "we're done with X"
- Periodic cleanup of old project channels
Workflow
-
Write summary file:
- Path:
archive/conversations/YYYY-MM-DD_topic-slug.md - Format:
# [Topic Name] **Date:** YYYY-MM-DD **Duration:** [how long the project/conversation spanned] **Status:** Completed ## Summary [2-3 paragraph summary of what happened] ## Key Decisions - [Decision 1] - [Decision 2] ## Outcomes - [What was built/changed/resolved] ## Open Items - [Anything left unresolved, or "None"]
- Path:
-
Post to Discord (optional): Send summary to a designated archive channel
- Keep Discord post concise -- summary + outcomes only
- Link to the full file if details are long
-
Update daily memory: Add a line to today's memory file noting the archival
-
Update tasks: If the conversation relates to a tracked task, mark it complete
Naming Convention
File slug: lowercase, hyphens, no special chars. Examples:
2026-02-24_discord-server-cleanup.md2026-02-20_multi-user-agent-deploy.md2026-02-15_connector-setup.md
Configuration
Set these in your workspace to customize:
- Archive directory: Default
archive/conversations/relative to workspace - Discord channel: Set a channel ID for posting summaries (optional)
- Memory file pattern: Default
memory/YYYY-MM-DD.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install conversation-archiver - 安装完成后,直接呼叫该 Skill 的名称或使用
/conversation-archiver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Conversation Archiver 是什么?
Archive completed conversations and projects. Use on project completion, resolved threads, or when asked to archive a conversation. Writes structured summari... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 361 次。
如何安装 Conversation Archiver?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install conversation-archiver」即可一键安装,无需额外配置。
Conversation Archiver 是免费的吗?
是的,Conversation Archiver 完全免费(开源免费),可自由下载、安装和使用。
Conversation Archiver 支持哪些平台?
Conversation Archiver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Conversation Archiver?
由 npfaerber(@npfaerber)开发并维护,当前版本 v1.0.0。