🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

workspace-backup-manager

by @jpengcheng523-netizen

Manages workspace backups by creating snapshots and enabling restore points for recovery. Use when backing up workspace or restoring from backup.

Versionv1.0.0
πŸ’‘ Examples

const backup = require('./skills/workspace-backup-manager');

// Create a backup const result = backup.createBackup();

// Create named backup const result = backup.createBackup({ name: 'before-major-change' });

// List backups const list = backup.listBackups(); console.log(backup.formatList(list));

// Restore from backup backup.restoreBackup({ backupName: 'backup-2026-03-26' });

// Cleanup old backups (keep last 10) backup.cleanupBackups({ keepCount: 10 });

View on ClawHub
TERMINAL
clawhub install jpeng-workspace-backup-manager

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’