session-wrap-up
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/branexp/session-wrap-upWhat This Skill Does
The session-wrap-up skill is an essential productivity tool for OpenClaw users, designed to act as a formal closure mechanism for AI-assisted work sessions. Instead of leaving context fragmented across multiple chat threads or temporary memory buffers, this skill systematically archives the current session's progress. It orchestrates a multi-step workflow that includes flushing key takeaways into a dated daily log, refining long-term memory repositories, updating the PARA (Projects, Areas, Resources, Archives) framework, and version-controlling all changes via Git. By automating the transition between sessions, it ensures that your workspace remains clean, organized, and perfectly synchronized with your long-term goals. The skill automatically handles file I/O operations and Git synchronization, providing you with a definitive summary of what was achieved and what remains pending.
Installation
To integrate this skill into your OpenClaw environment, use the following command in your terminal:
clawhub install openclaw/skills/skills/branexp/session-wrap-up
Ensure that you have Git initialized in your workspace directory, as the skill relies on the presence of a repository to successfully commit and push your session data.
Use Cases
- End-of-Day Journaling: Capture a summary of everything you've built, learned, or debugged before shutting down for the day.
- Project Transitions: When switching focus between major projects, use this skill to ensure all current progress, notes, and open tasks are saved in the PARA structure before you reset the agent's context.
- Knowledge Management: Automatically push refined insights into
MEMORY.md, ensuring the AI retains core preferences and project-specific learnings for future interactions. - Version Control Compliance: Automatically track progress through regular Git commits, preventing the loss of configuration changes or code snippets.
Example Prompts
- "I'm done for the day, please wrap up this conversation and save my progress."
- "We've finished the refactoring, so let's trigger the session wrap-up now."
- "/session_wrap_up"
Tips & Limitations
- Pre-requisites: This skill requires a write-enabled filesystem and a Git-initialized workspace. If you are working in a read-only environment, the commit functionality will fail.
- Data Integrity: Always review the generated summary to ensure critical project milestones are accurately reflected before the Git push completes.
- Conciseness: While the skill captures a broad range of information, keep your input concise. The AI excels at summarizing; provide clear, specific details to help the agent filter out noise.
- Error Handling: If the automatic Git push fails, the skill leaves your changes committed locally. You should manually inspect the repository status or run
git pushmanually once network issues are resolved.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-branexp-session-wrap-up": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
gh-action-gen
Generate GitHub Actions workflows from plain English. Use when setting up CI.
giga-coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
flatnotes-tasksmd-github-audit
Thoroughly audit Tasks.md + Flatnotes for drift and accuracy; use GitHub (gh CLI) as source of truth to detect stale notes/cards and missing links. Produces a report and an optional fix plan.