← 返回 Skills 市场
jkfaris94

Session Closeout

作者 Johnny Faris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-closeout
功能描述
Run a structured end-of-session closeout that checks repo hygiene, refreshes a master task list, appends a closeout block to daily memory, and verifies autom...
安全使用建议
This skill appears to do what it says and does not demand credentials or network access. However, before running it on an untrusted workspace: 1) inspect scripts/build-master-todo.py and scripts/closeout-hooks.sh (if present) because the skill will execute or source them and they can run arbitrary code; 2) note that it will append to memory/YYYY-MM-DD.md in your workspace (non-destructive otherwise); 3) consider running the script in a sandbox or review the repo contents first if the repository is from an untrusted source; and 4) if you need stricter guarantees, remove or audit the hooks/builder scripts or run the closeout script with restricted permissions. Overall the package is coherent with its description.
能力评估
Purpose & Capability
Name/description match the actual behavior. The script scans git repos, optionally runs a local TODO builder, appends a closeout block to memory/YYYY-MM-DD.md, and reports results — all consistent with an end-of-session closeout skill.
Instruction Scope
Instructions are explicit and limited to running scripts in the workspace. Runtime actions include: executing scripts/build-master-todo.py (if present), scanning for .git directories, writing to memory/YYYY-MM-DD.md, and sourcing scripts/closeout-hooks.sh (if present). Sourcing or executing those local scripts can run arbitrary code from the repo—this is expected for extensibility but is the primary area to review before running on untrusted workspaces.
Install Mechanism
No install spec — instruction-only plus a packaged script. No downloads, no external installers. This is low-risk from an installation perspective.
Credentials
The skill does not declare required env vars or credentials. It uses OPENCLAW_WORKSPACE (optional) and optional CLOSEOUT_* overrides for user-supplied summary text — these are proportionate to its purpose.
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide configs. It writes only to the workspace memory file and may source a project-local hooks script; review those files if you want to limit persistent effects.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-closeout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-closeout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — structured end-of-session hygiene for OpenClaw workspaces
元数据
Slug session-closeout
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Session Closeout 是什么?

Run a structured end-of-session closeout that checks repo hygiene, refreshes a master task list, appends a closeout block to daily memory, and verifies autom... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Session Closeout?

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

Session Closeout 是免费的吗?

是的,Session Closeout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Session Closeout 支持哪些平台?

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

谁开发了 Session Closeout?

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

💬 留言讨论