← 返回 Skills 市场
branexp

Session Wrap-Up

作者 branexp · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2480
总下载
0
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-wrap-up
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-wrap-up 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug session-wrap-up
版本 1.0.0
许可证
累计安装 18
当前安装数 16
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2480 次。

如何安装 Session Wrap-Up?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-wrap-up」即可一键安装,无需额外配置。

Session Wrap-Up 是免费的吗?

是的,Session Wrap-Up 完全免费(开源免费),可自由下载、安装和使用。

Session Wrap-Up 支持哪些平台?

Session Wrap-Up 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Session Wrap-Up?

由 branexp(@branexp)开发并维护,当前版本 v1.0.0。

💬 留言讨论