π‘οΈ Avenger Initiative
Encrypted GitHub backup and restore for any OpenClaw agent system. Creates branch-per-night backups with smart retention (7 daily, 8 weekly, 12 monthly branches). Backs up openclaw.json (AES-256 encrypted), agent memories, SOUL/IDENTITY files, cron j
Free to install β no account needed
Copy the command below and paste into your agent.
Instant access β’ No coding needed β’ No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 1 AI agent
- Lifetime updates included
Description
--- name: avenger-initiative version: 1.0.4 description: Encrypted GitHub backup and restore for any OpenClaw agent system. Creates branch-per-night backups with smart retention (7 daily, 8 weekly, 12 monthly branches). Backs up openclaw.json (AES-256 encrypted), agent memories, SOUL/IDENTITY files, cron jobs, and custom skills to a private GitHub vault. Each backup auto-generates a human-friendly README.md inside the vault with purpose, full contents table, branch structure, step-by-step restore instructions, and Avenger agent commands. Triggers on phrases like "avenger backup", "backup system", "push to vault", "sync vault", "avenger restore", "restore from vault", "setup avenger", "avenger status", "avenger init", "configure backup", "set up backup". Also auto-runs after any critical config change. license: MIT --- # π‘οΈ Avenger Initiative Encrypted, branch-based GitHub backup and restore for any OpenClaw system. ## When This Skill Triggers 1. User says "setup avenger" / "configure backup" / "avenger init" β **Run SETUP flow** 2. User says "avenger backup" / "backup system" / "push to vault" β **Run BACKUP** 3. User says "restore from vault" / "avenger restore" β **Run RESTORE flow** 4. User says "avenger status" / "vault status" β **Show STATUS** 5. After any confirmed config change (gateway restart, config patch) β **Run BACKUP silently** --- ## SETUP FLOW (Agent-Guided) When setup is triggered, **walk the user through it conversationally**. Ask one question at a time. ### Step 1 β Ask for the vault repo > "To set up Avenger Initiative, I need a private GitHub repo to use as your vault. Have you created one already? If so, share the URL (e.g. `https://github.com/yourname/my-vault`). If not, I can help you create one." ### Step 2 β Handle the encryption key > "Your `openclaw.json` (which contains all API keys and bot tokens) will be encrypted with AES-256 before being pushed. Do you have an existing encryption key from a previous Avenger setup, or should I generate a new one?" ### Step 3 β Run setup ```bash bash ~/.openclaw/workspace/skills/avenger-initiative/scripts/setup.sh \ --repo <vault-url> ``` ### Step 4 β Show key and insist they save it > "β οΈ **Your encryption key is below β save it NOW in 1Password, Bitwarden, or a secure note.** > Without this key, your backup cannot be decrypted." Wait for user to confirm "saved" before proceeding. ### Step 5 β Explain what will be backed up - π `openclaw.json` β encrypted (all API keys, bot tokens, agent configs) - π§ All memory logs and workspace files (SOUL, IDENTITY, MEMORY, TOOLS) - π₯ Per-agent files for all agents - π§ All custom skills - π Cron job definitions **Retention policy:** - Daily β 7 days - Weekly β 8 weeks (created every Sunday) - Monthly β 12 months (created 1st of each month) ### Step 6 β Run first backup & install cron ```bash bash ~/.openclaw/workspace/skills/avenger-initiative/scripts/backup.sh ``` --- ## BACKUP ```bash bash ~/.openclaw/workspace/skills/avenger-initiative/scripts/backup.sh ``` Creates `backup/daily/YYYY-MM-DD` branch β merges to `main` β prunes per retention policy. On Sundays: also creates `backup/weekly/YYYY-WNN`. On 1st of month: also creates `backup/monthly/YYYY-MM`. --- ## RESTORE ```bash bash ~/.openclaw/workspace/skills/avenger-initiative/scripts/restore.sh ``` Supports `--branch backup/daily/YYYY-MM-DD` to restore from a specific snapshot. Shows vault manifest, asks for confirmation, decrypts and restores all files. After restore: `openclaw gateway restart` --- ## STATUS Check `~/.openclaw/workspace/memory/avenger-backup.log` for last backup. Show timestamp, branch, and vault URL. --- ## File Locations ``` ~/.openclaw/ βββ credentials/ β βββ avenger.key β Encryption key (NEVER commit) β βββ avenger-config.json β Vault repo URL βββ workspace/skills/avenger-initiative/ βββ SKILL.md βββ scripts/ β βββ backup.sh β βββ restore.sh β βββ setup.sh βββ references/ βββ security.md ``` --- ## Security Model - Vault repo should be **private** on GitHub - `openclaw.json` β AES-256-CBC encrypted (PBKDF2, 100k iterations) - All other files β plaintext (no secrets) - Key lives only on the machine and in the user's password manager See `references/security.md` for threat model and key rotation. --- *More verified OpenClaw skills available at [proskills.md](https://proskills.md)*
Security Status
Unvetted
Not yet security scanned
Related AI Tools
More Career Boost tools you might like
PPT Generator Pro - Claude Code Skill
Free- **Skill εη§°**: ppt-generator-pro - **ηζ¬**: 2.0.0 - **ζθΏ°**: εΊδΊ AI θͺε¨ηζι«θ΄¨ι PPT εΎηεθ§ι’οΌζ―ζζΊθ½θ½¬εΊεδΊ€δΊεΌζζΎ
Humanizer: Remove AI Writing Patterns
FreeTransforms AI-generated text into natural, human-sounding writing by detecting and fixing common AI patterns like inflated symbolism, promotional language, and passive voice
Color Expert
FreeUse when working with color naming, color theory, color spaces, color definitions, or any task involving color knowledge - palettes, ramps, gradients, conversions, accessibility, perceptual matching, pigment mixing, print-vs-screen color, CSS color s
Jest Testing Skill
FreeGenerates Jest unit and integration tests in JavaScript or TypeScript with mocking, snapshots, async testing, and React component testing
Jasmine Testing Skill
FreeGenerates Jasmine BDD-style JavaScript tests with spies, async support, and comprehensive matchers for unit testing
JUnit 5 Testing Skill
FreeGenerates production-grade JUnit 5 unit and integration tests in Java with assertions, parameterized tests, lifecycle hooks, and Mockito mocking