Overview
- Skill Key
- cccarv82/openclaw-backup-optimized
- Author
- cccarv82
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cccarv82/openclaw-backup-optimized
- Latest Commit SHA
- 15b123fb242e657cb80f74e30690f6d4bf04175f
Optimized OpenClaw backup skill for creating full snapshots with workspace archive splitting, change summaries, restore instructions, and Discord notifications. Use when you need to set up or run automated backups, configure backup cron jobs, or document/restore OpenClaw state. Triggers on backup automation, backup scripts, snapshot/restore, or GitHub backup repos.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-backup-optimized 技能。 若已安装,则直接安装 openclaw-backup-optimized 技能。
# OpenClaw Backup (Optimized) ## What this skill does Use this skill to **install, configure, and run** the optimized OpenClaw backup workflow: - Full snapshot of `~/.openclaw` - Workspace archive split into ~90MB parts + SHA256 - Rich Discord notification (summary + restore steps) - Retention of last N reports ## Files - Script: `scripts/backup.js` (cross-platform) - Reference config: `references/CONFIG.md` ## Install / Setup 1) Copy the script into your tools folder: ```bash cp scripts/backup.js ~/.openclaw/workspace/tools/openclaw-backup.js ``` 2) Configure env vars (see references/CONFIG.md): **macOS/Linux (bash/zsh):** ```bash export OPENCLAW_HOME="$HOME/.openclaw" export OPENCLAW_BACKUP_DIR="$HOME/.openclaw-backup" export BACKUP_REPO_URL="https://github.com/your/repo.git" export BACKUP_CHANNEL_ID="1234567890" export BACKUP_TZ="America/Sao_Paulo" export BACKUP_MAX_HISTORY=7 ``` **Windows (PowerShell):** ```powershell $env:OPENCLAW_HOME="$env:USERPROFILE\.openclaw" $env:OPENCLAW_BACKUP_DIR="$env:USERPROFILE\.openclaw-backup" $env:BACKUP_REPO_URL="https://github.com/your/repo.git" $env:BACKUP_CHANNEL_ID="1234567890" $env:BACKUP_TZ="America/Sao_Paulo" $env:BACKUP_MAX_HISTORY="7" ``` 3) Run once: ```bash node ~/.openclaw/workspace/tools/openclaw-backup.js ``` 4) Create cron (OpenClaw cron runs in the gateway environment): ```bash openclaw cron add --name "openclaw-backup-daily" \ --cron "0 5,10,15,20 * * *" --tz "America/Sao_Paulo" \ --exec "node ~/.openclaw/workspace/tools/openclaw-backup.js" ``` ## Restore Use the restore instructions printed in the backup notification. ## Notes - Excludes noisy session lock/deleted files for smaller diffs. - Requires `git` and `node` (>=18). - Uses `openclaw message send` for notifications (no webhook). - `scripts/openclaw-backup.sh` is legacy (Linux/macOS) and will be removed; use `backup.js`.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.