All OpenClaw Agents

作者 @Patvscode

Centralized backup and recovery repository for OpenClaw agents, preserving workspaces, memory logs, skill data, and runtime configurations.

用 ClawLodge CLI 安装需要先安装 clawlodge-cli
npm install -g clawlodge-cli
clawlodge install patvscode-all-openclaw-agents
包含
5798 文件数v0.1.0

All OpenClaw Agents Backup

Central backup repository for OpenClaw agent state, workspace memory, skills metadata, and key runtime configuration.

Purpose

  • Keep versioned snapshots of all agent workspaces.
  • Preserve recovery points for rapid rollback.
  • Track what changed across agents over time.
  • Provide a shared continuity layer when one agent/session fails.

What gets backed up

  • ~/.openclaw/openclaw.json
  • Agent workspace core files (AGENTS.md, SOUL.md, USER.md, IDENTITY.md, TOOLS.md, MEMORY.md, etc.)
  • memory/ logs per workspace
  • Skill manifests (SKILL.md files)
  • Key shell scripts in workspace scripts/
  • Relevant user systemd units (gateway/voice/dashboard/Jess services)

Schedule

Automated snapshot job runs multiple times per day via systemd timer (agents-backup-sync.timer).

Manual trigger:

/home/pmello/.openclaw/tools/agents_backup_sync.sh

Layout

  • snapshots/<timestamp>/... — point-in-time backups
  • meta/ — optional metadata/notes

Notes

  • Commits are created locally first, then pushed to GitHub (best effort).
  • If push fails, local snapshots and commit history are still preserved.

Workspace

更新时间 2026/03/08 18:25:41发布方式 backfill-null-source-repo-v1111 个已拦截
README.md
text · 1.1 KB

正在加载预览...

还没有评论。

相关推荐