/install claw-time-machine
Claw Time Machine
Back up, restore, and migrate the important state of an OpenClaw installation.
Run the script
Use the bundled script:
./scripts/ctm.sh \x3Ccommand> [args]
Commands:
backup [filename]— create a backup under~/.ctm/list— show backups, newest firstrestore \x3Cindex|filename|latest> [--force]— restore a backupmigrate \x3Cuser@host> [--remote-dir \x3Cdir>] [--clean-remote-archive] [--force]— copy a backup to another machine and restore it there
What the script preserves
The script backs up only the important OpenClaw state, not the full installation binaries:
workspace/credentials/telegram/skills/cron/openclaw.jsonidentity/
Each archive also includes a manifest.txt file that lists the captured paths.
Core workflow
Create a backup
Before a risky change, server migration, or major upgrade:
./scripts/ctm.sh backup
If the user asks how many backups exist or wants to inspect them:
./scripts/ctm.sh list
Report the count, filenames, sizes, and highlight the newest backup.
Restore a backup
Prefer listing backups first when the user is choosing by index:
./scripts/ctm.sh list
./scripts/ctm.sh restore 1
Use latest when the intent is obvious:
./scripts/ctm.sh restore latest
Add --force only when non-interactive restore is clearly intended.
Migrate to another machine
Use the migration command when the user wants a full move to a new server:
./scripts/ctm.sh migrate user@new-server
The script creates a fresh backup, copies it to the target host, and restores it there without requiring the skill to already exist on the target machine.
If the user wants the copied archive removed from the target machine after a successful restore, add --clean-remote-archive.
Important safety rules
- Treat restore as destructive: it overwrites the preserved state paths.
- Keep the automatic safety backup path shown by the script so rollback remains possible.
- This skill does not stop or start Gateway automatically.
- If the target environment is unusual, read
references/usage.mdbefore doing a migration.
Additional guidance
For detailed examples, migration notes, and failure handling, read references/usage.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-time-machine - After installation, invoke the skill by name or use
/claw-time-machine - Provide required inputs per the skill's parameter spec and get structured output
What is Claw Time Machine?
Backup, restore, and migrate OpenClaw installations. Preserve workspace memories, credentials, custom skills, scheduled tasks, and core configuration. Use wh... It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install Claw Time Machine?
Run "/install claw-time-machine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Time Machine free?
Yes, Claw Time Machine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claw Time Machine support?
Claw Time Machine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Time Machine?
It is built and maintained by Tacit Lab (@tacitlab); the current version is v1.0.4.