← Back to Skills Marketplace
3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery
by
Shadow Rose
· GitHub ↗
· v1.0.0
· MIT-0
257
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-3tier-backup
Description
Automated backup in 3 layers: daily timestamped snapshots, secondary drive mirror, and emergency conversation export.
Usage Guidance
This skill is instruction-only and appears to do what it says, but it requires you to create and run a PowerShell script yourself — do not schedule a script you haven't reviewed. Before enabling: (1) Inspect the full daily-backup.ps1 you create to confirm it only zips, copies, and deletes files according to retention rules you expect; watch for aggressive mirror or delete flags that could remove data. (2) Test backups and restores on noncritical data. (3) Place backups on a physically separate drive or network location to avoid single-drive failure. (4) emergency-chat.html talks only to localhost (Ollama); only use it if you run a local Ollama server and understand that your typed prompts are sent to that local service. (5) If you want automated scheduling, create the scheduled task with an account that has least privilege necessary. If you provide the actual daily-backup.ps1 for review, a more detailed check could raise or lower risk confidence.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-3tier-backup
Version: 1.0.0
The skill bundle provides a legitimate 3-tier backup strategy (snapshots, mirroring, and an emergency HTML interface) for local AI workspaces. The provided PowerShell templates and the 'emergency-chat.html' file operate entirely locally, with the HTML file only communicating with a local Ollama instance (127.0.0.1:11434) and containing no evidence of data exfiltration, obfuscation, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (3-tier backup) matches the delivered artifacts (instructions for daily snapshots, drive mirroring, and an emergency HTML chat). Minor wording mismatch: the README/SKILL describe an "emergency conversation export," but emergency-chat.html explicitly states it will NOT contain prior conversation history — it only connects to a local Ollama instance for live chat.
Instruction Scope
SKILL.md stays within backup/restore scope and instructs creating a Windows scheduled task and a PowerShell script (daily-backup.ps1). The actual PowerShell script is not distributed; the user must create it. Verify the script's exact behavior (paths, retention/deletion logic, mirror sync options) before scheduling it, since those actions operate on user files and could delete or overwrite data if misconfigured.
Install Mechanism
Instruction-only skill — no install steps, no downloaded code, no packages. This has a low installation risk because nothing is written or executed by the registry itself.
Credentials
No environment variables, credentials, or config paths are requested. The emergency HTML chat attempts to connect to a local Ollama service (http://127.0.0.1:11434) which is coherent with the stated purpose and does not contact external endpoints by default.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system privileges. It instructs the user to register a Windows scheduled task and to create a script in their workspace; these are normal for a backup task and are under the user's control.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-3tier-backup - After installation, invoke the skill by name or use
/openclaw-3tier-backup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Frequently Asked Questions
What is 3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery?
Automated backup in 3 layers: daily timestamped snapshots, secondary drive mirror, and emergency conversation export. It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.
How do I install 3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery?
Run "/install openclaw-3tier-backup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery free?
Yes, 3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery support?
3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 3-Tier Auto-Backup Daily Snapshots, Drive Mirror & Emergency Recovery?
It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.
More Skills