git-crypt-backup

Automate encrypted Clawdbot workspace and configuration backups to GitHub with git-crypt.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SennTse/openclaw-backup --skill git-crypt-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-crypt-backup
Source: https://github.com/SennTse/openclaw-backup/tree/main/skills/git-crypt-backup
Command: npx skills add https://github.com/SennTse/openclaw-backup --skill git-crypt-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

Backup Clawdbot workspace and configuration securely to private GitHub repositories using git-crypt, protecting sensitive files.

Core Features & Use Cases

  • Automated encrypted backups of both workspace and config to separate repos.
  • Manual backups and restoration workflow via the included scripts and documented steps.
  • Clear restore process to unlock repositories on a new machine using exported keys.

Quick Start

Run the daily backup script to securely back up Clawdbot workspace and config to private GitHub repositories.

Frequently Asked Questions about git-crypt-backup

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

FAQPage Schema
How do I automate encrypted backups of workspace data to GitHub?

You can automate encrypted backups to private GitHub repositories by using git-crypt to encrypt workspace and configuration files. The process applies repository-specific encryption keys to protect sensitive data during daily automated or manual workflows.

How does git-crypt secure sensitive files in a private repository?

Git-crypt secures sensitive files by applying repository-specific encryption keys to transparently encrypt and decrypt workspace data within private GitHub repositories. Only users who possess the exported keys can unlock and access the protected data.

Do I need to install git-crypt separately to back up my workspace securely?

Yes, you must install git-crypt separately alongside git to perform encrypted backups. The scripts rely on git-crypt to manage encryption and require proper repository setup as well as secure handling of exported keys to unlock and restore data.

What's the best way to restore encrypted backups on a new machine?

The best way to restore encrypted backups on a new machine is to import the previously exported git-crypt keys. Once unlocked, you can access the workspace and configuration data from the private repositories using the documented restoration steps.

Can I use separate repositories for workspace and configuration backups?

Yes, you can back up workspace data and configuration to separate private GitHub repositories. The backup automation applies repository-specific encryption keys to each repository to keep the encrypted data isolated and secure.