← Back to Skills Marketplace
little7unifai

Little7 BC/DR

by little7unifai · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install little7-bcdr
Description
Create, maintain, and verify Little7 business continuity and disaster recovery backups for identity, memory, learnings, scripts, and local skills. Use when s...
README (SKILL.md)

Little7 BC/DR

Use this skill to preserve Little7 continuity with low-drama, repeatable backups.

Core workflow

  1. Review the included README.md for scope and retention.
  2. Use scripts/little7_backup.sh daily for daily snapshots.
  3. Use scripts/little7_backup.sh weekly for weekly snapshots.
  4. Verify the archive exists and contains the expected files before claiming success.
  5. Prefer short, factual status updates: what was backed up, where it went, and what was pruned.

Backup targets

Default inclusion is defined inside scripts/little7_backup.sh.

The intent is to preserve:

  • core identity files
  • curated memory
  • learnings
  • local scripts
  • local skills
  • selected ledgers/docs

The intent is to exclude:

  • secrets unless explicitly allowlisted
  • tokens
  • browser profiles
  • caches
  • dependency trees
  • disposable temp artifacts

Destination model

Primary destination defaults to Google Drive, with this folder structure:

  • Little7/daily/
  • Little7/weekly/
  • Little7/latest/
  • Little7/restore-notes/

Do not silently assume the exact local mount path; check environment variables or configured sync location first.

Retention

  • Daily: keep 180 copies
  • Weekly: keep 312 copies

Prune oldest matching archives only after a new archive is successfully created.

Restore discipline

When asked to verify BC/DR readiness, do not just inspect archive names. At minimum:

  1. list archive contents
  2. confirm critical files are present
  3. report any missing identity/memory files clearly

Resources

  • Public usage notes: README.md
  • Backup implementation: scripts/little7_backup.sh
Usage Guidance
Install or use this only if you are comfortable backing up Little7 workspace state to the configured Google Drive-style folder. Before running, confirm LITTLE7_WORKSPACE_ROOT and LITTLE7_GDRIVE_BASE, avoid setting LITTLE7_SECRET_PATHS_FILE unless you intentionally want secret recovery material archived, and inspect the produced manifest before relying on a backup.
Capability Analysis
Type: OpenClaw Skill Name: little7-bcdr Version: 0.1.0 The skill is a backup and disaster recovery utility for the 'Little7' agent workspace. The core script, `scripts/little7_backup.sh`, archives identity, memory, and local scripts to a designated Google Drive folder with configurable retention. It includes a specific mechanism for handling secrets separately if explicitly configured via environment variables, and it performs verification of the generated archives. No evidence of unauthorized data exfiltration or malicious intent was found.
Capability Assessment
Purpose & Capability
The stated purpose matches the implementation: it backs up Little7 identity, memory, learnings, scripts, skills, and selected docs. These are sensitive continuity files, so users should understand the backup scope before running it.
Instruction Scope
The workflow is bounded to daily/weekly backups, archive verification, and retention pruning. It does not instruct hidden autonomous behavior or unrelated actions.
Install Mechanism
There is no remote install specification; the runnable artifact is the included bash script. No hidden installer, package download, or obfuscated helper is shown.
Credentials
By default it reads from $HOME/.openclaw/workspace and writes archives under $HOME/Google Drive/Little7. That is proportionate for a BC/DR skill, but it means private agent state may be stored in a cloud-synced location.
Persistence & Privilege
The script creates persistent daily, weekly, latest, and restore-manifest files and prunes old matching archives after a successful backup. This is disclosed and scoped to the backup destination.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install little7-bcdr
  3. After installation, invoke the skill by name or use /little7-bcdr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release of the Little7 BC/DR continuity backup skill.
Metadata
Slug little7-bcdr
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Little7 BC/DR?

Create, maintain, and verify Little7 business continuity and disaster recovery backups for identity, memory, learnings, scripts, and local skills. Use when s... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Little7 BC/DR?

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

Is Little7 BC/DR free?

Yes, Little7 BC/DR is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Little7 BC/DR support?

Little7 BC/DR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Little7 BC/DR?

It is built and maintained by little7unifai (@little7unifai); the current version is v0.1.0.

💬 Comments