Install
openclaw skills install session-wrap-upClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Wrap up a conversation session before starting a new one. Use when the user says "wrap up", "wrap up this conversation", "session wrap up", or uses /session_wrap_up command. Flushes context to memory files, updates PARA notes, commits changes, and provides a summary.
openclaw skills install session-wrap-upEnd-of-session protocol to preserve context and ensure continuity between sessions.
Run this protocol when the user indicates they want to wrap up the current session before starting a new one.
Execute these steps in order:
Write to memory/YYYY-MM-DD.md (create if doesn't exist):
If significant learnings occurred, update MEMORY.md:
Check and update the PARA structure in notes/ (or memory/notes/):
notes/areas/open-loops.md): Add new unfinished items, mark completed items with ✅notes/projects/): Update progress on active projectsnotes/areas/): Add new ongoing responsibilitiesnotes/resources/): Add new reference material, how-toscd <workspace>
git add -A
git status
git commit -m "wrap-up: YYYY-MM-DD session summary"
git push
Notes:
git push is automatic (no confirmation prompt).git push fails, report the error and leave the commit locally.Provide a brief summary to the user:
## Session Wrap-Up Complete ✅
**Captured to daily log:**
- Configured PARA second brain
- Fixed vector indexing for notes
- Set up weekly memory review cron
**Updated:**
- MEMORY.md: Added memory system learnings
- notes/areas/open-loops.md: Marked .gitignore task complete
**Committed:** `wrap-up: 2026-01-30 session summary`
**Follow-up next session:**
- Check LanceDB autoCapture setting
- Consider morning briefing cron
Ready for new session! ⚡