← Back to Skills Marketplace
kenswj

Openclaw Backup 1.0.0

by kenswj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
360
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-backup-1-0-0
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...
Usage Guidance
This skill appears to do what it says: create and rotate local backups of ~/.openclaw, including credentials and session data. Before installing/using it: 1) Understand that backups include sensitive secrets (API keys, tokens, Telegram sessions, agent auth) — store backups only on secure, access-controlled storage and consider encrypting them. 2) Restrict backup directory permissions (e.g., mkdir -m700 and chmod 600 on files) and avoid uploading raw backups to untrusted cloud providers without encryption. 3) Test the restore procedure in a safe environment (the restore script stops/starts the gateway and replaces ~/.openclaw). 4) Review the cron automation you enable so that the reported results do not leak backups or secrets to unintended recipients. 5) Note the script suppresses tar stderr (2>/dev/null), which can hide errors — monitor backup success and retention behavior. If you plan to keep backups off-machine, add encryption (gpg/age) or use a secure backup tool before exporting archives.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-backup-1-0-0 Version: 1.0.0 The skill provides legitimate backup and restore functionality for the OpenClaw environment. It uses a shell script (scripts/backup.sh) to archive the ~/.openclaw directory, which contains configuration and credentials, to a local backup folder with basic rotation logic. No evidence of data exfiltration, malicious instructions, or unauthorized remote access was found.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included scripts all align: the skill archives ~/.openclaw, documents what is included/excluded, offers restore steps, and provides rotation. The requested artifacts (configs, credentials, agents, workspace, telegram session, cron) match a backup/restore purpose.
Instruction Scope
Runtime instructions and the script operate only on the user's home ~/.openclaw directory and call local commands (tar, mv, openclaw gateway stop/start). There are no network endpoints, external uploads, or environment variables referenced. Notably, the instructions and script will archive credentials/telegram session and agent auth data — this is expected for a backup but is sensitive and the SKILL.md does not instruct encrypting or securing backups. The cron JSON payload references running the script and reporting results; that is platform-specific but not inherently malicious.
Install Mechanism
No install spec; this is an instruction-only skill with a small shell script included. Nothing is downloaded or extracted from external URLs and no packages are installed, so disk-write/remote-code risk is low.
Credentials
The skill requests no environment variables or external credentials (proportional). However, the backup it creates will contain sensitive secrets (API keys, tokens, session data). The skill does not provide steps to encrypt backups, restrict permissions, or advise secure remote storage — this is a security consideration for users, not a mismatch in declared requirements.
Persistence & Privilege
The skill is not forced-always and can be invoked by the user. It does not request to modify other skills or global agent settings. Autonomous invocation is allowed by default but not combined here with other high-risk factors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-backup-1-0-0
  3. After installation, invoke the skill by name or use /openclaw-backup-1-0-0
  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 backup and restore functionality for OpenClaw data. - Archives ~/.openclaw configuration, credentials, and workspace with key exclusions. - Supports easy restore procedures and daily backup scheduling via OpenClaw cron. - Automatically manages backup rotation, keeping the last 7 backups.
Metadata
Slug openclaw-backup-1-0-0
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Openclaw Backup 1.0.0?

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 360 downloads so far.

How do I install Openclaw Backup 1.0.0?

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

Is Openclaw Backup 1.0.0 free?

Yes, Openclaw Backup 1.0.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Backup 1.0.0 support?

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

Who created Openclaw Backup 1.0.0?

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

💬 Comments