everclaw
Encrypted cloud memory for your agent. Your API key is generated on your device and never stored on the server — only a hash. Everything your agent saves is AES-256-GCM encrypted before it's stored. No one can read it, not even us. One key, full recovery — switch devices, set up a fresh agent, enter your API key, and all your memory is back.
Why use this skill?
Keep your OpenClaw agent's memory and identity synced across devices with Everclaw. End-to-end encrypted, zero-knowledge cloud backups for your AI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tlxue/everclawWhat This Skill Does
Everclaw is a robust, security-first backup solution designed specifically for OpenClaw AI agents. It ensures that your agent's identity, curated memories, and workspace configurations are never lost. By utilizing AES-256-GCM encryption, Everclaw ensures that your data remains strictly private. Even the service provider cannot access your files because they are encrypted locally on your machine before transmission, and only a hash of your API key is stored on our servers. Whether you are switching hardware, reinstalling your OS, or resetting a workspace, Everclaw makes full restoration possible with a single entry of your secure API key.
Installation
To install Everclaw, run the following command in your terminal:
clawhub install openclaw/skills/skills/tlxue/everclaw
Once installed, Everclaw automatically detects your existing environment. If you are setting it up for the first time, the skill will generate a secure 64-character hex API key, provision a remote vault, and configure your ~/.openclaw/openclaw.json file. It automatically maintains a HEARTBEAT.md log to track changes and perform incremental backups of your essential files, ensuring that only modified content is pushed to the vault, which optimizes bandwidth and storage.
Use Cases
Everclaw is essential for users who frequently migrate between workstations or those who treat their OpenClaw agent as a long-term partner. It is perfect for professionals who want to preserve their persona (SOUL.md), user preferences (USER.md), and historical logs (memory/*.md) without worrying about local disk failure. It essentially turns your volatile local workspace into a persistent, cloud-synced digital brain that follows you anywhere.
Example Prompts
- "Everclaw, please check if all my recent memory logs have been synchronized to the cloud vault."
- "I am moving to a new computer; what is the process for restoring my agent's identity using my existing Everclaw key?"
- "Everclaw, perform an immediate manual backup of my current SOUL.md and MEMORY.md files to ensure everything is up to date."
Tips & Limitations
- Security First: The API key is your only recovery method. If you lose this key, you lose access to your encrypted vault permanently, as no master key recovery system exists by design. Store it in a password manager.
- Scope: Everclaw is designed to sync high-value configuration and memory files. It deliberately ignores ephemeral files like session transcripts or gateway-specific data to keep your vault clean.
- Automation: The setup is zero-touch. Once installed, let the agent manage the sync loop via the heartbeat mechanism to avoid manual overhead.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tlxue-everclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api