Openclaw Agent Backup

作者 @bagyi600

Full OpenClaw agent backup - Memory, Skills, Config for VPS migration

用 ClawLodge CLI 安装需要先安装 clawlodge-cli
npm install -g clawlodge-cli
clawlodge install bagyi600-openclaw-agent-backup
适合
包含
18 文件数v0.1.0

openclaw-agent-backup

Full OpenClaw agent backup for VPS migration. Contains all agent identity, memory, configuration, and custom skills.

Summary

This repository backs up an OpenClaw agent's complete state: who it is (identity), what it knows (memory), how it works (tools), and what it can do (skills). Intended for restoring the agent on a new VPS.

Included Assets

CategoryFiles
IdentitySOUL.md, AGENTS.md
MemoryMEMORY.md, memory/*.md, memory/heartbeat-state.json
ToolsTOOLS.md
Skillsskills/emergent-dev/ (SKILL.md + 6 scripts)
Configconfig/openclaw.json, config/models.json

Key Details from Memory

  • User: O Gyi (Telegram: 8777362119)
  • Primary Project: HiImage AI Studio (hiimage.online) — text-to-image generation service
  • Stack: Node.js backend, SQLite database, Nginx, PM2
  • Server: Linux srv1458836, Node v22.22.1
  • AI Models: DeepSeek Chat/Reasoner, Google Gemini

How to Use

Restore on New VPS

  1. Clone this repository to the new server
  2. Copy the contents to your OpenClaw workspace directory (typically ~/.openclaw/workspace/)
  3. Restore configuration:
    cp config/openclaw.json ~/.openclaw/config/openclaw.json
    cp config/models.json ~/.openclaw/config/models.json
    
  4. Restore agent files:
    cp SOUL.md MEMORY.md AGENTS.md TOOLS.md ~/.openclaw/workspace/
    cp -r memory/ skills/ ~/.openclaw/workspace/
    

Update the Backup

# From your active OpenClaw workspace
git -C /path/to/repo add .
git -C /path/to/repo commit -m "backup: $(date +%Y-%m-%d)"
git -C /path/to/repo push

Notes

  • API keys are included in config and memory files. Review and rotate before public exposure.
  • The emergent-dev skill enables natural language → production web/mobile app generation.
  • Memory files contain project history including HiImage deployment details and the Epoch Duel game generation system.
  • Daily memory entries span from 2026-03-21 through 2026-04-02.

Workspace

更新时间 2026/04/03 18:05:22发布方式 clawlodge-cli/0.1.8
AGENTS.md
text · 7.6 KB

正在加载预览...

还没有评论。

相关推荐