← Back to Skills Marketplace
314
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-summary
Description
Automatically generate session summaries and save to Obsidian. Use at session end to capture decisions, progress, and next actions. Triggers on "セッション終了", "サ...
Usage Guidance
Do not assume this skill will actually save summaries to your Obsidian vault: the README says it will, but the included script only prints a summary made from hard-coded, fabricated session data and does not write files. The script also embeds a specific user path (/mnt/c/Users/milky/...), which is unexpected and should be configurable (not hard-coded). If you consider using this skill, ask the author to: 1) implement actual collection of real session context, 2) implement explicit, documented file-write behavior that asks for or uses a configurable vault path (don't hard-code a user path), 3) request only the minimal required permissions or environment variables, and 4) show a preview of the content to be written and require user confirmation before writing to your vault. Right now the mismatch between description, instructions, and code makes the package suspicious rather than clearly benign.
Capability Analysis
Type: OpenClaw Skill
Name: session-summary
Version: 1.0.0
The skill is a straightforward productivity tool designed to generate session summaries and save them to a local Obsidian vault. The script `scripts/summary.js` contains a simple template generator with hardcoded example data, and `SKILL.md` provides standard instructions for the agent to capture session progress. While the file paths are hardcoded to a specific user's environment (/mnt/c/Users/milky/...), there are no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill claims to save session summaries to an Obsidian vault, but it declares no configurable vault path, no required config, and no credentials. The shipped script contains a hard-coded Windows/WSL vault path (/mnt/c/Users/milky/...) rather than using a declared config or asking the user — that is disproportionate and user-specific.
Instruction Scope
SKILL.md says the skill will 'collects session context' and 'saves to Obsidian 10_Daily folder'. The provided script does neither: it does not collect runtime session context, does not write files to disk, and instead prints a summary generated from hard-coded sessionData. The instructions and implementation contradict each other.
Install Mechanism
There is no install spec and no network/downloads. The skill is instruction-only with a small local script; this is low-install risk.
Credentials
The skill requests no environment variables or credentials, which is good, but it embeds a user-specific absolute path for an Obsidian vault. That hard-coded path is a privacy concern and indicates the skill expects access to the user's filesystem without declaring it or providing configuration.
Persistence & Privilege
The skill is not marked 'always' and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-summary - After installation, invoke the skill by name or use
/session-summary - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release: generate structured session summaries triggered by keywords including "セッション終了", "サマリー", "今日の成果", "終わり"
- Summaries include session duration, key decisions, progress, next actions, and modified files
- Automatically saves each summary to the 10_Daily folder in your Obsidian vault
Metadata
Frequently Asked Questions
What is Session Summary?
Automatically generate session summaries and save to Obsidian. Use at session end to capture decisions, progress, and next actions. Triggers on "セッション終了", "サ... It is an AI Agent Skill for Claude Code / OpenClaw, with 314 downloads so far.
How do I install Session Summary?
Run "/install session-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session Summary free?
Yes, Session Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Session Summary support?
Session Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session Summary?
It is built and maintained by taka3693 (@taka3693); the current version is v1.0.0.
More Skills