Clawdbot Backup
Clawdbot Backup securely backs up your data to the cloud, ensuring disaster recovery and protecting against data loss.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add clawdbot-backup npx -- -y @trustedskills/clawdbot-backup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"clawdbot-backup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/clawdbot-backup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The clawdbot-backup skill enables AI agents to securely create and manage backups of data stored within the ClawDB ecosystem. It ensures that critical information remains recoverable in case of accidental deletion or system failures.
When to use it
- Schedule automated daily backups for high-priority user databases.
- Restore lost records after a database corruption event.
- Create versioned snapshots before performing major data migrations.
- Export specific datasets for offline archival compliance.
Key capabilities
- Initiates backup jobs directly from the ClawDB interface.
- Supports restoration of previous data states.
- Manages backup storage locations and retention policies.
- Provides status updates on ongoing backup processes.
Example prompts
- "Create a new backup of the user_profiles collection and store it in the secondary archive."
- "Restore the last successful backup of the transaction_logs table from yesterday."
- "List all available backups for the customer_data bucket and show their creation dates."
Tips & gotchas
Ensure your AI agent has the necessary permissions to access both source data and backup storage before attempting operations. Verify retention policies are configured correctly to avoid unexpected deletion of historical backups.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.