← Back to Skills Marketplace
branexp

Session Wrap-Up

by branexp · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2480
Downloads
0
Stars
16
Active Installs
1
Versions
Install in OpenClaw
/install session-wrap-up
Description
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.
Usage Guidance
This skill does what it says (log session notes, update PARA, commit), but it has operational risks you should address before installing. Specific recommendations: (1) Require an explicit workspace path or confirm the repo to operate on; (2) Do not perform automatic git push—change to require a user confirmation before pushing, or make pushes manual; (3) Ensure the agent will not commit secrets or sensitive files (add a clear exclude list or .gitignore guidance); (4) Consider setting disableModelInvocation: true so the model cannot autonomously run the wrap-up routine; (5) Test in a non-sensitive sandbox repo first to observe behavior. If you cannot enforce these safeguards, avoid installing or running this skill in repositories containing sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: session-wrap-up Version: 1.0.0 The skill instructs the AI agent to perform broad file system operations and execute shell commands, including `git add -A`, `git commit`, and `git push`. The instruction in SKILL.md to make the `git push` 'automatic (no confirmation prompt)' is a form of prompt injection, bypassing potential user safeguards. While the stated purpose is to save the agent's own context and memory, the combination of `git add -A` and an unconfirmed `git push` represents a high-risk capability that could lead to unintended data exposure or exfiltration if sensitive files are present in the agent's workspace and not properly excluded from version control.
Capability Assessment
Purpose & Capability
Name and description align with the instructions: writing session notes, updating long-term memory and PARA notes, and committing changes is coherent for a 'session wrap-up' skill. There are no unrelated environment variables or binaries requested.
Instruction Scope
The SKILL.md instructs the agent to write and update files across workspace paths (memory/, notes/, MEMORY.md) and to run git commands. It requires creating and modifying files and then pushing them to the remote. The doc does not define the <workspace> path, does not require confirmation before pushing, and provides no guidance to avoid committing sensitive data.
Install Mechanism
Instruction-only skill with no install steps or downloaded code. This is low-risk from an installation/execution standpoint.
Credentials
No credentials or environment variables are declared (which is reasonable), but the use of git push implicitly relies on existing git credentials/configuration in the environment. Because the skill will push automatically, it can cause remote writes using whatever credentials are present—this is a proportionality concern even though credentials aren't explicitly requested.
Persistence & Privilege
Flags show default behavior: the skill is model-invocable (disableModelInvocation not set) and not always-enabled. That means the model could autonomously invoke this skill and trigger automatic commits/pushes without an explicit user confirmation, increasing risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-wrap-up
  3. After installation, invoke the skill by name or use /session-wrap-up
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug session-wrap-up
Version 1.0.0
License
All-time Installs 18
Active Installs 16
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2480 downloads so far.

How do I install Session Wrap-Up?

Run "/install session-wrap-up" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Session Wrap-Up free?

Yes, Session Wrap-Up is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Session Wrap-Up support?

Session Wrap-Up is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Session Wrap-Up?

It is built and maintained by branexp (@branexp); the current version is v1.0.0.

💬 Comments