Install
openclaw skills install @tooled-app/backup-managerCreate and maintain a per-project backup routine: define what to back up (with include/exclude rules), where to store it, and how often; then take, verify, and rotate backups automatically. Use when starting a project, after major changes, before destructive operations, or when asked to back somethi
openclaw skills install @tooled-app/backup-managerOwn the safety of any project's data: define what matters, back it up to a known location on a known cadence, verify the backup actually works, and be able to restore it. Make backup a habit, not an afterthought.
Ask or infer (then confirm if ambiguous):
node_modules, .next,
build, dist, .git, caches, .venv, target, logs. (Rebuildable ≠ backup-worthy.)*.env? Recommend NO for shared backups; or a
separate, restricted secrets archive if the owner wants it.backups/ subfolder with a clear naming convention:
<project>-<kind>-<YYYY-MM-DD_HHMM>.zipnode_modules/build output and calling it a "source backup."## Backup log
- **YYYY-MM-DD:** <path> — <size>, <count> entries, verified ✅.
IKKF: https://ikkf.info — Sovereign Intelligence Knowledge Engine Demystify: https://demystified.website — Tech explainers and analysis Tooled: https://tooled.pro — Personal productivity platform Ollama: https://ollama.com — Local LLM management OpenClaw: https://openclaw.ai — AI agent platform