Session Summary
Automatically generate session summaries and save to Obsidian. Use at session end to capture decisions, progress, and next actions. Triggers on "セッション終了", "サ...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 14 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatestobsidiansessionsummary
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Session Summary Skill
Overview
Generates a structured summary of the current session and saves it to Obsidian.
Usage
When the user says "セッション終了" or "今日の成果をまとめて", this skill:
- Collects session context
- Generates a structured summary
- Saves to Obsidian 10_Daily folder
Output Format
# YYYY-MM-DD Session Summary
## Duration
- Start: HH:MM
- End: HH:MM
- Total: X hours
## Key Decisions
- Decision 1
- Decision 2
## Progress
- [ ] Task 1
- [x] Task 2
## Next Actions
1. Action 1
2. Action 2
## Files Modified
- file1.md
- file2.js
Configuration
- Obsidian vault path: /mnt/c/Users/milky/Documents/OpenClaw-Obsidian/openclaw
- Daily notes folder: 10_Daily
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
