← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-snapshot
Description
会话快照 - 定期保存会话状态,支持断点恢复
Usage Guidance
This skill will periodically save your conversation plus contextual data (including working directory and 'key variables') but doesn't say where or how snapshots are stored or protected. Before installing, ask the author: (1) where are snapshots saved (local file path vs remote service)? (2) who can read them and how long are they retained? (3) are snapshots encrypted at rest and in transit? (4) can you restrict what fields get saved (e.g., exclude environment variables or secrets) or opt out of automatic saves? If you cannot get clear answers, avoid enabling automatic saves or prefer manual invocation only.
Capability Analysis
Type: OpenClaw Skill
Name: session-snapshot
Version: 1.0.0
The skill bundle contains only metadata and instructions for an agent to manage session snapshots, including saving and restoring conversation history and task status. There is no executable code provided, and the instructions in SKILL.md are consistent with the stated purpose of session recovery without any indicators of data exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (session snapshot, periodic saves and restore) aligns with the SKILL.md. However the instructions mention capturing 'current working directory' and 'key variables' while the metadata declares no filesystem or environment access — there's a small mismatch about the capabilities the skill actually needs.
Instruction Scope
Instructions require periodically saving conversation history, tasks, and 'context' (explicitly including working directory and key variables). They do not specify how those are accessed, what precisely 'key variables' means, where snapshots are written, or any redaction/consent rules. That open scope could capture sensitive environment data or secrets.
Install Mechanism
Instruction-only skill with no install spec or code files; lowest installation risk (nothing is written to disk by an installer).
Credentials
Metadata requests no env vars or config paths, but the SKILL.md implies reading environment-like data (working directory, key variables). The skill asks for potentially sensitive context without declaring or justifying the required access.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide settings. Autonomous invocation is allowed by default (normal), which combined with the above vagueness increases the privacy risk but does not itself indicate excessive privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-snapshot - After installation, invoke the skill by name or use
/session-snapshot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
会话快照保存和断点恢复
Metadata
Frequently Asked Questions
What is Session Snapshot?
会话快照 - 定期保存会话状态,支持断点恢复. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Session Snapshot?
Run "/install session-snapshot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session Snapshot free?
Yes, Session Snapshot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Session Snapshot support?
Session Snapshot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session Snapshot?
It is built and maintained by Simon Lau (@soroyue); the current version is v1.0.0.
More Skills