A structured identity graph system for AI agents that synthesizes memory files into versioned, scored identity snapshots.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install identity-persistence
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 identity-persistence using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Identity Persistence Layer is a sophisticated framework designed to manage the cognitive continuity of AI agents. It functions by analyzing raw markdown files to extract core beliefs, personality traits, and cognitive patterns, effectively turning unstructured memory into a machine-readable identity graph. This is a vital component for developers building complex Openclaw Skills who need their agents to maintain a consistent persona over time.
By utilizing versioning and statistical scoring, this skill ensures that agents do not lose their unique identity during model upgrades or long-term interactions. It provides a technical foundation for the Molting Protocol, allowing for a quantified approach to AI personality development within the Openclaw Skills ecosystem.
To integrate this into your project, ensure you have a Gemini API key and an agent workspace with memory files.
# Run the full identity extraction, scoring, and saving cycle
python3 identity_manager.py
# Perform a scoring check against the last snapshot to detect drift
python3 identity_manager.py --score-only
# Initiate a deep freeze before a model upgrade
python3 identity_manager.py --freeze
| File/Component | Purpose |
|---|---|
| current_identity.json | The primary structured identity graph of the agent. |
| snapshots/ | A directory containing versioned history files. |
| diffs/ | Tracks specific changes between consecutive identity snapshots. |
| Continuity Score | A 0-1 metric: >=0.90 (Stable), 0.75-0.89 (Drift), <0.75 (Fracture). |
Loading
A gasless on-chain identity protocol for AI agents using the ERC-8004 standard on the Base network.

A comprehensive infrastructure suite for AI agents to achieve sovereign identity, decentralized memory, and financial autonomy.

A semantic quote search tool providing verified attributions and source transparency without hallucinations.

Quote.Trade Operator allows AI agents to execute programmable crypto trades and access real-time market data via an AI-native dark-pool DEX.

An identity-aware debate engine that orchestrates multi-architecture AI discourse through structured identity graphs and persistent thread tracking.

A terminal automation skill that launches Claude Code and automatically enables Remote Control for seamless multi-device coding sessions.








































