ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Persona Sync

Skill by blueraincoatli

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/blueraincoatli/persona-sync
Or

What This Skill Does

Persona Sync is a specialized utility designed for OpenClaw users who operate across multiple devices. It acts as a bridge between your local AI state and a private cloud repository, ensuring your agent's character, history, and preferences are synchronized seamlessly. Instead of losing context when switching from your desktop to your laptop, this skill uses a Git-based backbone to maintain a persistent persona state. It effectively treats your AI personality as a portable document, allowing for version control and incremental updates, so you never have to re-train or manually re-input your custom system instructions.

Installation

Installation is handled via the OpenClaw CLI. Run the following command in your terminal: clawhub install openclaw/skills/skills/blueraincoatli/persona-sync. Once installed, you must initialize the repository by navigating to your persona directory and running python scripts/sync.py init https://github.com/YOUR_USER/YOUR-PERSONA-REPO. You are required to create a personal GitHub access token (PAT) with repo scope and configure your credentials locally using the ~/.openclaw/persona-store/.gitauth file to enable secure, authenticated transfers.

Use Cases

This skill is ideal for power users who demand consistency across platforms. If you use a workstation at home and a secondary machine for travel, Persona Sync ensures your AI exhibits the same tone and retains the same knowledge set on both systems. It is also perfect for researchers or developers who maintain detailed 'memory files' and want to ensure their documentation and persona evolution are backed up in a private version-controlled environment rather than relying on ephemeral local storage.

Example Prompts

  1. "OpenClaw, please sync my latest memory updates to the repository so I can access them on my work laptop."
  2. "Pull the most recent changes from the persona sync repo and update my local personality settings."
  3. "Run a status check on the persona sync to ensure all my recent communication adjustments have been successfully pushed to GitHub."

Tips & Limitations

To maximize security, always store your GitHub credentials using the git credential helper rather than keeping them in plain text files. While Git's conflict resolution handles most issues, try to avoid making significant edits to your persona on two devices simultaneously. Note that the 'Suspicious' flag sometimes triggered in ClawHub is a false positive due to the skill's file-system access; rest assured that all data traffic is restricted to your private GitHub repository.

Metadata

Stars4190
Views1
Updated2026-04-18
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-blueraincoatli-persona-sync": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#sync#backup#personalization#git#productivity
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution