← Back to Skills Marketplace
121
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install session-digest
Description
自动总结当天对话到 memory/YYYY-MM-DD.md。cron 23:00 自动运行,提取对话让 agent 自己总结。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-digest - After installation, invoke the skill by name or use
/session-digest - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Session Digest?
自动总结当天对话到 memory/YYYY-MM-DD.md。cron 23:00 自动运行,提取对话让 agent 自己总结。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Session Digest?
Run "/install session-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session Digest free?
Yes, Session Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Session Digest support?
Session Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session Digest?
It is built and maintained by Pazzilivo (@pazzilivo); the current version is v4.1.3.
More Skills