← Back to Skills Marketplace
phenixstar

OpenClaw Backup (PhenixStar)

by Alaa Qweider · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install phenixstar-openclaw-backup
Description
Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Ha...
README (SKILL.md)

OpenClaw Backup

Backup and restore OpenClaw configuration, credentials, and workspace.

Create Backup

Run the backup script:

./scripts/backup.sh [backup_dir]

Default backup location: ~/openclaw-backups/

Output: openclaw-YYYY-MM-DD_HHMM.tar.gz

What Gets Backed Up

  • openclaw.json — main config
  • credentials/ — API keys, tokens
  • agents/ — agent configs, auth profiles
  • workspace/ — memory, SOUL.md, user files
  • telegram/ — session data
  • cron/ — scheduled tasks

Excluded

  • completions/ — cache, regenerated automatically
  • *.log — logs

Setup Daily Backup with Cron

Use OpenClaw cron for daily backups with notification:

{
  "name": "daily-backup",
  "schedule": {"kind": "cron", "expr": "0 3 * * *", "tz": "UTC"},
  "payload": {
    "kind": "agentTurn",
    "message": "Run ~/.openclaw/backup.sh and report result to user."
  },
  "sessionTarget": "isolated",
  "delivery": {"mode": "announce"}
}

Restore

See references/restore.md for step-by-step restore instructions.

Quick restore:

openclaw gateway stop
mv ~/.openclaw ~/.openclaw-old
tar -xzf ~/openclaw-backups/openclaw-YYYY-MM-DD_HHMM.tar.gz -C ~
openclaw gateway start

Rotation

Script keeps last 7 backups automatically.

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install phenixstar-openclaw-backup
  3. After installation, invoke the skill by name or use /phenixstar-openclaw-backup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish under phenixstar-prefixed slug (bare slug taken globally)
Metadata
Slug phenixstar-openclaw-backup
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Backup (PhenixStar)?

Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Ha... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install OpenClaw Backup (PhenixStar)?

Run "/install phenixstar-openclaw-backup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Backup (PhenixStar) free?

Yes, OpenClaw Backup (PhenixStar) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Backup (PhenixStar) support?

OpenClaw Backup (PhenixStar) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Backup (PhenixStar)?

It is built and maintained by Alaa Qweider (@phenixstar); the current version is v1.0.0.

💬 Comments