← Back to Skills Marketplace
lijiangtai

openclaw-all-backup

by lijiangtai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
235
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-all-backup
Description
完整备份 OpenClaw 配置目录 (.openclaw) 到同名带时间戳的目录,包括所有文件和隐藏文件。当用户需要备份 OpenClaw 配置、数据或创建配置快照时使用。
Usage Guidance
This script performs a local full copy of ~/.openclaw, which will include sensitive items like credentials/, logs/, and agent data. Before running it: 1) ensure you have enough disk space; 2) store the backup directory securely (consider encrypting or moving it to a safe location); 3) review ownership and permissions of the created backup; 4) if you want to verify behavior first, run a dry-run with rsync -n or inspect the script; 5) note this skill does not transmit data over the network — it only makes a local copy.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-all-backup Version: 1.0.0 The skill bundle provides a legitimate utility for creating local, timestamped backups of the OpenClaw configuration directory (~/.openclaw). The primary script, scripts/openclaw-backup.sh, performs standard file copy or rsync operations within the user's home directory without any network calls, data exfiltration, or obfuscated code. While it handles sensitive data like credentials, it does so entirely locally and in accordance with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the provided script and README. The script only operates on $HOME/.openclaw and creates a timestamped copy in the same parent directory — functionality is proportional to the stated backup purpose.
Instruction Scope
SKILL.md and the script limit actions to reading and copying ~/.openclaw (including credentials/, logs/, etc.). This is expected for a full backup, but it does mean secrets stored in .openclaw will be duplicated into the backup directory; the instructions do not attempt to read other system files or send data externally.
Install Mechanism
No install spec. This is instruction-only plus a local shell script. No downloads or archive extraction are present.
Credentials
No required environment variables or credentials are declared or used beyond standard $HOME and common shell utilities. The requested access to files under ~/.openclaw is appropriate given the backup purpose.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system-wide configs, and does not request persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-all-backup
  3. After installation, invoke the skill by name or use /openclaw-all-backup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclaw-backup. - Provides a script to fully back up the .openclaw configuration directory, including all files and hidden files. - Backup directories are timestamped for easy snapshot management. - Preserves file permissions and timestamps. - Uses rsync (if available) or cp -a to ensure data integrity. - Includes instructions for both automated and manual backup and restore.
Metadata
Slug openclaw-all-backup
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is openclaw-all-backup?

完整备份 OpenClaw 配置目录 (.openclaw) 到同名带时间戳的目录,包括所有文件和隐藏文件。当用户需要备份 OpenClaw 配置、数据或创建配置快照时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.

How do I install openclaw-all-backup?

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

Is openclaw-all-backup free?

Yes, openclaw-all-backup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw-all-backup support?

openclaw-all-backup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-all-backup?

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

💬 Comments