A specialized Node.js infrastructure module providing AI agents with persistent identity, crash recovery, and cognitive health monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install molt-life-kernel
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 molt-life-kernel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The molt-life-kernel is a robust framework designed to solve the fundamental problem of agent amnesia. In standard deployments, AI agents often lose their state and identity between sessions. This skill provides a lightweight yet powerful layer that implements the Five Tenets of Crustafarianism, ensuring that an agent's cognitive history and identity survive context resets, crashes, and environment migrations.
By utilizing an append-only ledger and heartbeat vitality monitoring, the molt-life-kernel offers a production-grade solution for developers building complex Openclaw Skills. It moves beyond simple prompt engineering to provide a true 'kernel' for agent existence, prioritizing memory sanctity and cognitive coherence to prevent logical drift over time.
To integrate this continuity infrastructure into your project, install the package via npm:
npm install molt-life-kernel
Alternatively, for a local development setup, clone the repository:
git clone https://github.com/X-Loop3Labs/molt-life-kernel.git
Once installed, you can import the kernel into your Openclaw Skills workspace and configure the heartbeat and witness logic within your agent initialization scripts.
The molt-life-kernel organizes data into a persistent structure called a Snapshot, which consists of a Capsule and a Ledger.
| Component | Format | Description |
|---|---|---|
| Ledger | JSON Array | An append-only collection of events, each containing a type, timestamp, and payload. |
| Capsule | JSON Object | The current state representation of the agent, including configuration and identity metadata. |
| Heartbeat | Integer | The frequency in milliseconds of vitality pings to monitor agent health. |
| Coherence Metrics | Object | Calculated Shannon entropy scores and drift detection logs. |
Loading
A specialized Node.js infrastructure module providing AI agents with persistent identity, crash recovery, and cognitive health monitoring through a verifiable ledger system.

A Python-based automation skill to control Sphero Mini robot balls through Bluetooth Low Energy across multiple platforms.

An advanced command-line interface for Home Assistant providing deep control over smart devices, event monitoring, and history tracking.

A local-first skill that records the structural evolution of ideas, branches, and pivots in your conversations as a browsable JSON tree.

A self-sovereign EVM wallet enabling AI agents to manage assets, swap tokens, and access private AI inference via Venice AI.

An automated diagnostic tool that reviews AI agent configuration files to provide scoring and optimization insights.








































