← Back to Skills Marketplace
harrylabsj

Context Preserver

by haidong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
495
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install context-preserver
Description
Preserve working context with automatic snapshots, on-demand recovery, version management, and context export tools. Use when you want to save progress befor...
README (SKILL.md)

Context Preserver

Preserve working context with snapshots, recovery tools, and export options.

What It Helps With

  • create automatic snapshots at useful moments
  • create manual tagged snapshots
  • restore a previous snapshot
  • list, inspect, and delete snapshots
  • export or import snapshots
  • manage automatic snapshot behavior

Typical Commands

context-preserver snapshot "snapshot-name" --tags tag1,tag2
context-preserver list
context-preserver restore \x3Csnapshot-id>
context-preserver delete \x3Csnapshot-id>
context-preserver show \x3Csnapshot-id>
context-preserver export \x3Csnapshot-id> [output-path]
context-preserver import \x3Cfile-or-directory>
context-preserver config
context-preserver auto on
context-preserver auto off
context-preserver clean
context-preserver help
Usage Guidance
This skill is a lightweight instruction wrapper around a CLI called 'context-preserver', but the package provides no binary, install instructions, homepage, or provenance. Before installing or enabling it: 1) Verify whether you already have a trusted 'context-preserver' binary (run which context-preserver / context-preserver --help) and inspect its source; 2) If you don't have the binary, do not install untrusted binaries — ask the publisher for an official download URL or repository and verify its integrity; 3) Understand what directories and files the tool will snapshot/restore (it can read/write local files and may expose sensitive data); 4) Prefer running the tool in a sandbox or with restricted filesystem access first, or request a dry-run mode/man page; and 5) Because there is no homepage or owner provenance, treat this skill as unverified — ask the author for documentation or a code repository before enabling autonomous use.
Capability Analysis
Type: OpenClaw Skill Name: context-preserver Version: 1.0.1 The skill bundle contains only metadata and documentation (SKILL.md) for a context preservation tool. No executable code or suspicious instructions were found; the described functionality for snapshots, recovery, and version management is consistent with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
The skill's description and commands imply a CLI named 'context-preserver' that creates/restores snapshots and touches local files. However, the registry metadata lists no required binaries and there is no install spec or homepage. A skill that expects to run a specific CLI should declare that dependency or provide an install mechanism; the omission is an unexplained gap.
Instruction Scope
The SKILL.md stays on-topic (snapshot, list, restore, export/import, config) and does not instruct the agent to read unrelated system state or external secrets. However, the documented commands operate on local filesystem state and exports/imports, so using them can read/write potentially sensitive files — this is expected for the stated purpose but requires caution.
Install Mechanism
This is an instruction-only skill with no install spec. That is lower risk if the CLI genuinely already exists, but because the SKILL.md references an external tool and there is no homepage or provenance, there is no way to verify where the binary comes from or that it's safe. The lack of an install/source description is a material omission.
Credentials
The skill requests no environment variables, credentials, or config paths — which is proportionate. That said, the snapshot/restore operations could access arbitrary local files; the SKILL.md does not claim to require secrets, which aligns with the declared metadata.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent/automatic inclusion and does not declare actions that modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install context-preserver
  3. After installation, invoke the skill by name or use /context-preserver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Refresh the published skill document in English and simplify the release-facing description.
v1.0.0
Initial release – provides context snapshot, restore, management, and export/import tools. - 自动/手动快照创建,支持带标签和定时触发 - 快照版本恢复和历史版本管理(查看、删除、列表) - 快照导出与导入功能,便于安全备份与团队协作 - 灵活配置项(自动快照切换、最大快照数、自定义间隔等) - 提供 CLI 与 Node.js API - 明确数据目录、快照格式和多种使用场景
Metadata
Slug context-preserver
Version 1.0.1
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is Context Preserver?

Preserve working context with automatic snapshots, on-demand recovery, version management, and context export tools. Use when you want to save progress befor... It is an AI Agent Skill for Claude Code / OpenClaw, with 495 downloads so far.

How do I install Context Preserver?

Run "/install context-preserver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Context Preserver free?

Yes, Context Preserver is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Context Preserver support?

Context Preserver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Context Preserver?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.

💬 Comments