← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install session-recover
功能描述
短期记忆恢复技能。用于快速回顾当前 session 或上一个 session 的完整内容。适用于:想知道"这次 session 聊了什么"、session 被意外重置后需要恢复上下文、或想提取对话精华。
安全使用建议
This skill reads local OpenClaw session archive files and prints extracted messages. The included parser is local and contains no network or credential-siphoning code, but be aware: (1) it will output conversation content you may consider sensitive—only run it if you trust the skill source and the runtime environment; (2) the SKILL.md uses shell commands and hard-coded agent paths (e.g., ~/.openclaw/agents/main/sessions and session_status/sessions_list) — confirm those commands and paths exist in your environment; (3) the parser accepts any file path you provide, so do not point it at unrelated sensitive files. If you have doubts, inspect parse_session.py locally before running or run it in a restricted environment. If you want higher assurance, request the publisher/source or a cryptographic release channel for the skill.
能力评估
Purpose & Capability
Name and description match the included artifacts: SKILL.md documents locating and parsing local OpenClaw session JSONL files and the repo includes a dedicated parse_session.py that implements that parsing. No unrelated binaries, env vars, or service credentials are requested.
Instruction Scope
Runtime instructions tell the agent to list and read local session archive files (under ~/.openclaw/agents/.../sessions), call sessions_list, and run the included Python parser. Those actions are necessary for restoring session content. The instructions do rely on local commands (session_status, sessions_list) and specific paths (agents/main/sessions), which is expected but means the skill assumes a particular agent layout.
Install Mechanism
No install spec is provided (instruction-only plus a small script). Nothing is downloaded or written to disk by an installer, reducing risk.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond reading local session archive files. That is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills. It is user-invocable and can run when invoked, which is appropriate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-recover - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-recover触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
session-recover v1.0.0
- Initial release of the session-recover skill for short-term memory retrieval.
- Enables users to quickly review the content of the current or previous session, including after unexpected resets.
- Supports summarizing session highlights, extracting key points, and listing unfinished tasks.
- Provides command-line steps for locating, parsing, and extracting information from session JSONL files.
- Includes a standardized output format for session recall reports.
元数据
常见问题
Session Recover 是什么?
短期记忆恢复技能。用于快速回顾当前 session 或上一个 session 的完整内容。适用于:想知道"这次 session 聊了什么"、session 被意外重置后需要恢复上下文、或想提取对话精华。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Session Recover?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-recover」即可一键安装,无需额外配置。
Session Recover 是免费的吗?
是的,Session Recover 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Recover 支持哪些平台?
Session Recover 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Recover?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.0。
推荐 Skills