From sundial-org-awesome-openclaw-skills-4
Backs up Claude Code workspace (~/.clawd), agent state (~/.clawdbot), and skills to encrypted .tgz archives with retention pruning and optional rclone cloud sync.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
A robust backup script that:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
A robust backup script that:
~/clawd (workspace), ~/.clawdbot (state), and skills/..tgz archive.rclone.rclone and gpg are installed (brew install rclone gnupg).export BACKUP_PASSWORD="my-secret-password"~/.clawdbot/credentials/backup.keyrclone config
Run the backup:
simple-backup
You can override defaults with environment variables:
| Variable | Default | Description |
|---|---|---|
BACKUP_ROOT | ~/clawd/BACKUPS | Local storage location |
REMOTE_DEST | (empty) | Rclone path (e.g. gdrive:backups) |
MAX_DAYS | 7 | Days to keep daily backups |
HOURLY_RETENTION_HOURS | 24 | Hours to keep hourly backups |