Lobster Compact
/install lobster-compact
Compact — 长会话压缩
Inputs
$args: Optional focus area for the summary
Goal
Create a detailed summary of the conversation so far that preserves all critical context for continuing work.
Steps
1. Analyze the Conversation
Chronologically analyze each exchange:
- User's explicit requests and intents
- Approach taken to address requests
- Key decisions, technical concepts, code patterns
- Specific details: file names, code snippets, function signatures
- Errors encountered and how they were fixed
- User feedback and corrections
2. Generate Summary
Write a summary with these sections:
# 会话摘要
## 1. 主要请求和意图
[用户的核心需求]
## 2. 关键技术概念
[涉及的技术、框架、工具]
## 3. 文件和代码
[涉及的文件和关键代码片段]
## 4. 错误和修复
[遇到的问题及解决方案]
## 5. 用户反馈
[用户给出的指导、纠正、偏好]
## 6. 待办任务
[尚未完成的任务]
## 7. 当前工作
[最近在做什么,精确到文件和代码]
## 8. 下一步
[紧接着应该做什么]
3. Update Memory
- Save critical long-term info to MEMORY.md
- Save today's log to memory/YYYY-MM-DD.md
- Use
memory_searchto avoid duplicates
Success criteria: Summary captures all critical context; memory files updated.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lobster-compact - After installation, invoke the skill by name or use
/lobster-compact - Provide required inputs per the skill's parameter spec and get structured output
What is Lobster Compact?
Summarize long conversations to preserve context. Automatically triggered when context window approaches limits, or manually with /compact. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Lobster Compact?
Run "/install lobster-compact" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lobster Compact free?
Yes, Lobster Compact is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lobster Compact support?
Lobster Compact is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lobster Compact?
It is built and maintained by wangxiaofei860208-source (@wangxiaofei860208-source); the current version is v1.0.0.