Install
openclaw skills install context-preserverPreserve working context with automatic snapshots, on-demand recovery, version management, and context export tools. Use when you want to save progress before a risky change, recover an earlier state, or keep restorable context checkpoints across long-running work.
openclaw skills install context-preserverPreserve working context with snapshots, recovery tools, and export options.
context-preserver snapshot "snapshot-name" --tags tag1,tag2
context-preserver list
context-preserver restore <snapshot-id>
context-preserver delete <snapshot-id>
context-preserver show <snapshot-id>
context-preserver export <snapshot-id> [output-path]
context-preserver import <file-or-directory>
context-preserver config
context-preserver auto on
context-preserver auto off
context-preserver clean
context-preserver help