OpenClaw Workspace Backup
This repository contains a backup of the OpenClaw agent workspace, including the brain files (SOUL.md, IDENTITY.md, USER.md, MEMORY.md), configuration files (AGENTS.md, HEARTBEAT.md, TOOLS.md), skill definitions, and any other workspace files needed to restore the agent on a new machine.
Important: Secrets (API keys, tokens, .env files) are intentionally excluded via the .gitignore in this repository.
To restore the backup on a fresh laptop (after installing OpenClaw), run the following one‑liner:
git clone https://github.com/Majid064/my-openclaw-workspace-backup.git ~/.openclaw/workspace && cd ~/.openclaw/workspace
After cloning, you can restart the OpenClaw gateway (e.g., openclaw gateway restart).
还没有评论。