weekly-backup

Execute the vault backup script, log results, and generate an operation report.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/infinitegameplayer/sovereign-ecosystem --skill weekly-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-backup
Source: https://github.com/infinitegameplayer/sovereign-ecosystem/tree/main/Council%20Chamber/Skills/Weekly%20Backup
Command: npx skills add https://github.com/infinitegameplayer/sovereign-ecosystem --skill weekly-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Weekly Backup Skill automates the end-of-week vault backup ritual, ensuring a verifiable log entry and a concise report.

Core Features & Use Cases

  • Automates end-of-week backup ritual: runs the backup script, validates logs, and updates the Vault (Archive) log.
  • Verifies configuration and captures a summary report for quick review.
  • Supports ad-hoc backup runs and scheduled weekly executions with safety checks.

Quick Start

Trigger the weekly backup ritual by invoking the backup process in the vault on Friday to verify backup, log, and report.

Frequently Asked Questions about weekly-backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate weekly vault backups and log the results?

Automate weekly vault backups by triggering the backup script to execute the end-of-week routine, validate configuration, and update the backup log. The process generates an operation report and creates a new entry in the Sovereign Ecosystem Backup Log.

What is needed to run a vault backup script successfully?

A successful vault backup requires a non-empty BACKUP_PATH configuration and a designated entry in Vault (Archive)/Sovereign Ecosystem Backup Log.md. The script validates these configurations before executing the backup and summarizing results.

Can I run an ad-hoc vault backup outside of the scheduled weekly routine?

Yes, the vault backup script supports ad-hoc runs in addition to scheduled weekly executions. Both run types apply the same safety checks, validate configuration, execute the backup, and generate a summary report in the archive log.

How does the automated backup process report its outcomes?

The automated backup process reports outcomes by generating a concise operation report and capturing the result in a new log entry. This verifies the backup execution and updates the Vault (Archive) for quick review.

What happens if the BACKUP_PATH is empty when the backup script runs?

The backup script validates configuration and requires a non-empty BACKUP_PATH before executing. If this prerequisite is missing, the safety checks prevent the backup from running to ensure the end-of-week ritual completes verifiably.

Does the weekly backup automation work with Node.js scripts?

The weekly backup automation is implemented using Node.js scripts to execute the backup process, validate logs, and update the Vault (Archive). It runs the script, verifies configuration, and captures the summary report.