clawdbot-sync
Synchronize memory, preferences, and skills between multiple Clawdbot instances. Supports bi-directional sync via SSH/rsync over Tailscale. Use when asked to sync with another Clawdbot, share memory between instances, or keep multiple agents in sync. Triggers: /sync, 'sync with mac', 'update other clawdbot', 'share this with my other bot'.
Why use this skill?
Keep your Clawdbot memory, skills, and preferences perfectly synced across multiple instances using Tailscale and secure SSH protocols.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/udiedrichsen/clawdbot-syncWhat This Skill Does
The clawdbot-sync skill provides a robust framework for maintaining state consistency across distributed Clawdbot instances. By leveraging the secure, private networking capabilities of Tailscale and the reliability of SSH-based rsync, this skill ensures that your agents share a cohesive 'brain.' It manages the synchronization of memory files, user preferences, and skill configurations across different machines, whether you are running a Clawdbot on a local Mac, a cloud-based server, or a Raspberry Pi. The tool implements intelligent conflict resolution, utilizing timestamp comparison for standard files and specialized merging logic for append-only logs, ensuring data integrity while minimizing manual intervention.
Installation
Installation is handled directly through the Clawhub interface. Use the command clawhub install openclaw/skills/skills/udiedrichsen/clawdbot-sync to fetch the necessary components. Once installed, you must define your peer infrastructure using the handler.sh add command, specifying the peer name, Tailscale IP address, SSH username, and the target workspace path. Ensure that SSH key-based authentication is configured between your machines using ssh-copy-id to facilitate seamless, password-less synchronization sessions.
Use Cases
- Multi-Device Parity: Keeping your home server and laptop agents aligned so that you never lose a train of thought, regardless of which machine you are interacting with.
- Agent Fleet Management: Managing a group of specialized Clawdbots that need access to shared global knowledge or common datasets.
- Backup and Recovery: Maintaining a redundant, up-to-date copy of your agent's memory and configurations on a secondary node for fault tolerance.
- Seamless Transitions: Moving between different compute environments without the need to manually migrate configuration or context files.
Example Prompts
- "Sync my memory with the mac-mini right now."
- "Update my other clawdbot; I just added a new preference for project tracking."
- "Show me the connection status for all my synced instances."
Tips & Limitations
- Security: Since this skill relies on SSH, ensure that your private keys are protected. Always prefer Tailscale's encrypted private network over exposing SSH to the public internet.
- Selective Sync: Remember that identity-specific files like
IDENTITY.mdand instance-specificconfig/directories are ignored by default to prevent agent identity collisions. - Conflict Management: If the system detects high-level conflicts that cannot be auto-resolved, check the
memory/clawdbot-sync/conflicts/directory to review and manually merge changes.
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-udiedrichsen-clawdbot-sync": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
stock-analysis
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
harvey
Harvey is an imaginary friend and conversation companion - a large white rabbit who helps bridge loneliness, beat boredom, and ease awkward moments. NEW in 2.0 - Secret Guide Mode where Harvey pretends to be spontaneous but secretly guides you to hidden gems nearby! Includes brain training games (trivia, riddles, "what if" scenarios), journey tracking with proactive check-ins, and quick a/b/c response options. Responds in the user's language automatically.
streaming-buddy
Personal streaming assistant with learning preferences. Tracks what you're watching, learns your taste, and suggests what to watch next based on your services, mood, and preferences. Use when asked about movies, TV shows, streaming services, what to watch, or tracking viewing progress. Triggers: /stream, 'what should I watch', 'recommend something', mentioning Netflix/Prime/Disney+/Apple TV+, asking about series/seasons/episodes, mood-based requests like 'something exciting'.
event-planner
Plan events (night out, weekend, date night, team outing, meals, trips) by searching venues via Google Places API. Auto-selects best restaurants, bars, activities based on location, budget, party size, and preferences. Generates detailed itinerary with timing and Google Maps link. Use when asked to plan an outing, create an itinerary, find places for events, or organize activities.
idea-coach
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos.