Context Handoff
v0.1.2保存和恢复聊天上下文到本地文件。用于用户想在切换账号、清空 session、重新开会话、跨会话延续项目时,把当前会话级上下文或项目级摘要落盘并在之后恢复。也用于列出已有的会话上下文槽位或项目摘要,并按更新时间排序返回最近使用项。触发词包括:保存当前上下文、保存会话摘要、保存项目摘要、记下这次讨论、切号前保存、恢复...
⭐ 0· 123·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name and description match the instructions: the skill's runtime behavior is limited to listing, reading, creating, and updating local markdown files representing session or project summaries. No unrelated credentials, binaries, or network access are requested.
Instruction Scope
SKILL.md explicitly tells the agent to read directory listings and file mtimes and to create/overwrite files under /root/.openclaw/workspace/handoffs/ and /root/.openclaw/workspace/projects/. That is within the stated purpose, but the file paths are absolute and point to /root, and the guidance relies on the agent not writing sensitive tokens (a human-facing instruction that cannot be enforced). Confirm whether the agent runtime has appropriate file permissions and whether summaries may include secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. Lowest install risk.
Credentials
The skill requires no environment variables or credentials (proportional). However, it performs filesystem I/O in an absolute root-owned path; that may require elevated permissions and could expose saved chat content. The SKILL.md warns not to save tokens, but there is no technical control to prevent accidental saving of sensitive data.
Persistence & Privilege
always:false and no requests to modify other skills or global agent configs. Autonomous invocation is allowed (platform default) but not combined with other high-risk entitlements.
Assessment
This skill is coherent with its purpose (saving/restoring chat or project summaries to local markdown files) and does not request credentials or perform network installs. Before installing: (1) verify or change the storage path — hard-coded /root/.openclaw/... may be inappropriate; prefer a per-user data directory or configurable path; (2) check file system permissions and who/what can read those files; consider encrypting sensitive summaries at rest; (3) be careful not to instruct the agent to save secrets — the skill warns about this but cannot enforce it; (4) test in a safe environment to confirm behavior (creation, listing, mtime sorting, overwrite semantics) and adjust paths/config as needed; (5) if you want stricter control, require an explicit confirmation step before any write/overwrite operation.Like a lobster shell, security has layers — review code before you run it.
contextvk97040j11xe2ra3fbstqdyygyx835t01handoffvk97040j11xe2ra3fbstqdyygyx835t01latestvk97040j11xe2ra3fbstqdyygyx835t01memoryvk97040j11xe2ra3fbstqdyygyx835t01openclawvk97040j11xe2ra3fbstqdyygyx835t01productivityvk97040j11xe2ra3fbstqdyygyx835t01projectvk97040j11xe2ra3fbstqdyygyx835t01sessionvk97040j11xe2ra3fbstqdyygyx835t01summaryvk97040j11xe2ra3fbstqdyygyx835t01
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
