A professional-grade cloud synchronization skill that provides encrypted, versioned backups for AI agent memory files across S3-compatible storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install session-sync-cloud
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install session-sync-cloud using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
session-sync-cloud is a robust persistence layer designed specifically for the Openclaw Skills ecosystem. It solves the critical problem of context amnesia by ensuring that conversation histories, PARA notes, and working buffers are never lost, even when switching devices or encountering local system failures. By utilizing delta compression and AES-256 encryption, it offers a secure and efficient way to maintain long-term agent memory without compromising privacy.
This skill is an essential tool for developers and power users who rely on consistent agent performance. It automates the tedious process of manual backups, providing a seamless bridge between local environments and cloud reliability. Whether you are using AWS S3, Backblaze B2, or MinIO, this Openclaw Skills addition ensures your agent's learned context is always available and protected.
To integrate this into your workflow, first ensure you have an S3-compatible bucket and credentials. Create a session-sync-config.json file in your workspace root with your provider details. You can generate a secure encryption key using the following command:
openssl rand -base64 32
Configure the file as follows:
{
"provider": "s3",
"endpoint": "https://s3.amazonaws.com",
"bucket": "your-bucket-name",
"key_id": "YOUR_ACCESS_KEY",
"secret_key": "YOUR_SECRET_KEY",
"region": "us-east-1",
"path_prefix": "openclaw/nero/",
"interval_minutes": 15,
"retention_days": 30,
"encryption_key": "YOUR_BASE64_KEY"
}
The skill manages a structured backup repository and local logs to ensure data integrity. Below is the primary data organization:
| File/Path | Description |
|---|---|
memory/ |
The root directory containing all files to be synced. |
memory/sync-log.jsonl |
Append-only log of all sync activities and errors. |
memory/sync-dashboard.html |
A local web interface to visualize backup history and storage metrics. |
manifest.json (Cloud) |
Remote file mapping hashes to specific backup versions. |
Loading
A robust Node.js client for automating image and video generation workflows through the ComfyUI API.

An AI-powered pipeline to reverse-engineer viral videos into replicable Seedance 2.0 prompts with intelligent material replacement.

A curated bundle of production-ready Model Context Protocol (MCP) servers offering secure filesystem access, database queries, and third-party integrations.

A specialized technical skill for managing Alibaba Cloud Call Center resources through automated OpenAPI and SDK workflows.

An automated workflow for creating fashion e-commerce video assets including virtual models, garment-specific scripts, and Jimeng platform SOPs.

A robust, automated backup solution for OpenClaw VPS instances using restic for encrypted, deduplicated, and offsite storage.








































