workspace-backup

Back up workspace data to a private GitHub repository.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill workspace-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-backup
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_workspace-backup
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill workspace-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Backups of SwarmAI workspace including memory, knowledge, projects, config, and conversations are automated to prevent data loss and enable quick recovery on new machines.

Core Features & Use Cases

  • Automated daily backups to a private GitHub repository.
  • Full workspace restoration on a new device or after data loss.
  • Supports incremental backups and selective restore to minimize downtime.

Quick Start

Back up your workspace now using the backup command or API endpoint.

Frequently Asked Questions about workspace-backup

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

FAQPage Schema
How do I back up my workspace memory and config to a private GitHub repository?

You can back up your workspace memory, config, and conversations to a private GitHub repository using the backup command or API endpoint to automate data preservation securely.

How do I restore a workspace backup on a new machine or device?

Workspace restoration on a new device is supported through dedicated restore workflows, allowing you to recover memory, knowledge, and config from your GitHub repository backup.

Can I automate daily workspace backups for disaster recovery?

Yes, you can automate daily workspace backups for disaster recovery using the built-in daemon, ensuring your projects and conversations are continuously preserved.

Does the workspace backup support incremental backups and selective restore?

The workspace backup supports incremental backups and selective restore to minimize downtime during data recovery and continuity operations.

Do I need a GitHub token to configure automated workspace backups?

Configuring automated workspace backups to GitHub requires token storage setup via the API to authenticate repository access and verify backup status checks.

What is the best way to archive SwarmAI conversations and projects across machines?

Archiving SwarmAI conversations and projects across machines is best handled by pushing workspace data to a private GitHub repository, enabling seamless continuity on new devices.