Clawdbot Backup

🌐Community
by sundial-org · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add clawdbot-backup npx -- -y @trustedskills/clawdbot-backup
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sundial-org
Installs
49

🌐 Community

Passed automated security scans.