← 返回 Skills 市场
91
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install system-change-archive
功能描述
Create a pre-restart audit and rollback archive for system-level changes. Use when modifying OpenClaw config, plugins, routing, approvals, startup behavior,...
安全使用建议
This skill appears to do what it says: scaffold and record pre-restart archives locally. Before using it, verify where archives will be written (set --archive-root or check SYSTEM_CHANGE_ARCHIVE_ROOT) so files aren't placed in an unexpected location. Only pass --file paths you trust (the script will copy those files into the archive). Ensure the archive root is on secure persistent storage with appropriate filesystem permissions to avoid exposing sensitive data. If you want extra assurance, review scripts/init_change_archive.py yourself; it is short and self-contained and has no network or secret-exfiltration behavior.
功能分析
Type: OpenClaw Skill
Name: system-change-archive
Version: 1.0.4
The skill is a utility designed to facilitate safe system-level changes by creating pre-restart archives and rollback points. The core logic in `scripts/init_change_archive.py` uses standard Python libraries to resolve backup paths, create directory structures, and copy specified files for archival purposes. There is no evidence of data exfiltration, unauthorized network access, or malicious execution; the script's behavior is entirely consistent with its stated purpose of documenting and backing up system configurations before modification.
能力评估
Purpose & Capability
The name/description (prepare pre-restart audit and rollback archives) match what the code and SKILL.md do: create folder scaffolding, write README/meta/plan files, optionally copy specified files, and update a daily index. No unrelated capabilities (cloud access, networking, or credential use) are present.
Instruction Scope
Runtime instructions tell the agent to run scripts/init_change_archive.py and to populate PRE-RESTART/POST-RESTART content. The initializer only reads files explicitly passed with --file (and an optional SYSTEM_CHANGE_ARCHIVE_ROOT env var) and writes to the resolved archive root. It does not attempt to read arbitrary system state or send data externally. Note: the script will copy any file paths you provide, so the operator must avoid passing sensitive secrets unless they intend them to be archived.
Install Mechanism
No install spec — instruction-only plus one small Python script. Nothing is downloaded or executed from remote URLs, and no packages are installed at runtime.
Credentials
The skill requests no credentials and no required environment variables. The initializer optionally honors SYSTEM_CHANGE_ARCHIVE_ROOT (used as an override) but that env var is optional and is not listed as required in the manifest; this is reasonable but worth noting because setting that env var controls where archives are created.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide agent config. It writes files under the chosen archive root (persistent candidates or workspace fallback) which is expected for its purpose. No elevated privileges or background persistence mechanisms are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-change-archive - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-change-archive触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
补齐完整中英双语对齐结构,使正文框架一致
v1.0.3
补齐英文开头说明,使中英文价值表达更一致
v1.0.2
保留英文说明并补充中文描述,优化开头价值表达
v1.0.1
改中文描述,文案更自然,减少说明书味
v0.1.0
Initial release: portable pre-restart archive scaffold for system-level changes
元数据
常见问题
System Change Archive 是什么?
Create a pre-restart audit and rollback archive for system-level changes. Use when modifying OpenClaw config, plugins, routing, approvals, startup behavior,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 System Change Archive?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-change-archive」即可一键安装,无需额外配置。
System Change Archive 是免费的吗?
是的,System Change Archive 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
System Change Archive 支持哪些平台?
System Change Archive 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Change Archive?
由 zczcm85(@zczcm85)开发并维护,当前版本 v1.0.4。
推荐 Skills