← 返回 Skills 市场
pazzilivo

Session Digest

作者 Pazzilivo · GitHub ↗ · v4.1.3 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install session-digest
功能描述
自动总结当天对话到 memory/YYYY-MM-DD.md。cron 23:00 自动运行,提取对话让 agent 自己总结。
安全使用建议
This skill appears to do what it says: it scans your local OpenClaw agent session files and writes a plain-text /tmp/session-digest-YYYY-MM-DD.txt for the agent to summarize. Before installing or enabling it, consider: 1) The script reads ~/.openclaw/agents/*/sessions/*.jsonl (it did not declare this config path in metadata) — confirm you are comfortable granting it read access to any session data stored there. 2) The temporary output is plaintext in /tmp and could contain sensitive system messages or secrets that the basic regex cleaning may not remove; inspect outputs before having the agent post them into memory. 3) If you want tighter scope, modify the script to limit which agents/sessions are scanned or add stronger redaction, and set up cron manually only after testing. 4) Because metadata omitted the config-path dependency, prefer to run the script manually once and review results before allowing automated or scheduled runs.
功能分析
Type: OpenClaw Skill Name: session-digest Version: 4.1.3 The skill is designed to summarize local conversation history. The script `scripts/extract.js` reads session logs from the local `~/.openclaw` directory, filters them by date, and writes a formatted summary to a temporary file in `/tmp`. There is no evidence of network activity, data exfiltration, or malicious execution logic.
能力评估
Purpose & Capability
The script's behavior (reading agent session .jsonl files and producing a /tmp text file) matches the skill's stated purpose of extracting conversations for daily summaries. There are no unexpected external services or binaries required.
Instruction Scope
SKILL.md instructs running scripts/extract.js and having the agent read the produced /tmp file and summarize it — this is within scope. However the script reads all live agent sessions (main, claude, gemini, etc.) and will include any message content present in those session files; the provided simple sanitization (regex removals) may not remove all sensitive or system-level content. The skill also documents a cron trigger but provides no install steps to set that up.
Install Mechanism
No install spec is present (instruction-only plus a small script). Nothing is downloaded or written to system locations beyond the script writing a temporary output file; low install risk.
Credentials
Registry metadata declared no required config paths or credentials, yet the script reads from ~/.openclaw/agents (or OPENCLAW_DIR) — i.e., it accesses user-local agent session files. The skill does not request credentials, but it implicitly requires read access to that config/data path; this mismatch should have been declared. Also the output is written to /tmp which may be world-readable on some systems.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system config. It only writes a temporary file and logs; no elevated persistence or privilege escalation is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install session-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /session-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.1.3
v4.1.3: 删除设计思路部分
v4.1.2
v4.1.2: 读所有 agents 的 session(按用户要求)
v4.1.1
v4.1.1: 删除调 API 的代码,只读 main agent(隐私保护)
v4.1.0
v4.1: 删除调 API 的代码,只读 main agent(隐私保护)
v4.0.0
v4: agent 自己总结,不调 API
元数据
Slug session-digest
版本 4.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Session Digest 是什么?

自动总结当天对话到 memory/YYYY-MM-DD.md。cron 23:00 自动运行,提取对话让 agent 自己总结。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Session Digest?

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

Session Digest 是免费的吗?

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

Session Digest 支持哪些平台?

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

谁开发了 Session Digest?

由 Pazzilivo(@pazzilivo)开发并维护,当前版本 v4.1.3。

💬 留言讨论