← 返回 Skills 市场
Save/Load Context
作者
jkyotnfjfbjnknh
· GitHub ↗
· v1.1.0
· MIT-0
128
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install save-load
功能描述
Save and load OpenClaw conversation context with /save and /load slash commands
安全使用建议
This plugin appears to do exactly what it says: save and restore conversation transcripts to files under ~/.openclaw. Before installing, be aware it will: (1) write unencrypted saved conversations to ~/.openclaw/saves (sensitive chat content will be stored in plaintext); (2) archive/replace session transcript files when loading a save (your current transcript may be moved/renamed); and (3) impose no size/number limits (disk usage could grow). Only install if you trust the source; consider auditing the bundled index.ts yourself, verify file permissions on ~/.openclaw/saves, and back up any existing session files you care about. If you need encryption or access controls, add them outside the plugin or avoid storing highly sensitive content with this tool.
功能分析
Type: OpenClaw Skill
Name: save-load
Version: 1.1.0
The 'save-load' plugin provides legitimate functionality for persisting and restoring OpenClaw conversation contexts. It manages session transcripts within the `~/.openclaw/` directory and uses a sanitization function (`escapeLabel`) in `index.ts` to prevent path traversal when creating save files. The code does not exhibit signs of data exfiltration, unauthorized remote execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: the plugin reads OpenClaw session transcripts, extracts user/assistant messages, writes save files to ~/.openclaw/saves, maintains an index, and can rebuild session transcripts. Required binary (openclaw) and files accessed are coherent with a save/load plugin.
Instruction Scope
SKILL.md and the code are aligned: they instruct reading session JSONL transcripts, filtering messages, writing save files, updating an index, and injecting a system event on load. These instructions explicitly read and overwrite local OpenClaw session files (including archiving/resetting transcripts) — which is expected for this feature but is invasive relative to ordinary plugins.
Install Mechanism
No external install or network download is specified (installation is via plugin manager or manual copy). The skill is provided as source files (index.ts) and does not fetch code from arbitrary URLs — low install risk.
Credentials
The skill requests no environment variables or external credentials. It only accesses OpenClaw-related files under the user's home directory, which is proportionate to its purpose.
Persistence & Privilege
The plugin writes persistent files to ~/.openclaw/saves, updates a boundary-state file, and can archive/replace session transcripts in ~/.openclaw/agents/…; always:false. This persistence is reasonable for its function but means it can modify/overwrite local session data and store unencrypted chat contents on disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install save-load - 安装完成后,直接呼叫该 Skill 的名称或使用
/save-load触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add append mode: /save detects same-label saves and asks for confirmation. /save --append to confirm, /save --new to force new.
v1.0.0
Initial release: /save, /load, /load --delete commands for conversation context management
元数据
常见问题
Save/Load Context 是什么?
Save and load OpenClaw conversation context with /save and /load slash commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Save/Load Context?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install save-load」即可一键安装,无需额外配置。
Save/Load Context 是免费的吗?
是的,Save/Load Context 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Save/Load Context 支持哪些平台?
Save/Load Context 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Save/Load Context?
由 jkyotnfjfbjnknh(@jkyotnfjfbjnknh)开发并维护,当前版本 v1.1.0。
推荐 Skills