A robust state-machine framework that converts conversational promises into persistent, trackable, and auto-executing files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install commitment-engine
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 commitment-engine using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Commitment Engine v2 is designed to overcome the limitations of short-term memory in LLMs. While traditional context windows lose information over time, this skill transforms intentions into a persistent file-based state machine. By leveraging Openclaw Skills, it ensures that every verbal commitment—whether it is a recurring report or a one-time follow-up—is treated as a system-level guarantee rather than a fallible memory.
At its core, the engine operates on the philosophy of converting will into state. By using a Write-Ahead Logging (WAL) protocol, the agent is forced to record a task in the Commitment Ledger before even responding to a user. This architecture guarantees that the agent's scheduled actions are decoupled from the active conversation context, allowing for reliable execution even after a heartbeat wake-up.
To initialize the Commitment Engine, ensure your agent has access to the workspace directory and configure the initial ledger file. For recurring tasks, integrate with the cron system:
# Add a hard guarantee for a recurring commitment
openclaw cron add --name "daily-report-prep" --cron "50 17 * * 1-5" --message "Commitment Engine Trigger: C001. Read commitments.md and execute."
Ensure the agent follows the H12 hard rule: write to the ledger before confirming the task to the user.
The system maintains a Commitment Ledger in Markdown format with the following structure:
| Attribute | Description |
|---|---|
| ID | Unique identifier for the commitment |
| Content | Detailed description of the task |
| Type | Classification: recurring or one-time |
| Status | active, preparing, awaiting_confirm, executing, completed, failed, overdue, cancelled |
| Trigger Time | The target timestamp for execution |
| Next/Last Execution | Tracking for recurring logic |
All state changes are logged both in the ledger and the agent's daily memory file.
Loading
An automated solution for scraping XiaoHongShu notes and cross-posting them to Facebook Meta Business Suite and WordPress via REST API.

QMD Plus enhances local markdown search by using LLMs to expand simple queries into sophisticated lexical and semantic search variations.

A self-evolution engine that consumes research logs and performs system self-checks to optimize AI agent architectures automatically.

Harness Research is an automated intelligence engine that tracks, analyzes, and maps the latest AI agent research papers directly to your system's improvement goals.

A specialized skill designed to detect, tag, and log AI capability gaps and rule conflicts to drive continuous architectural evolution.

A professional diagnostic skill designed to harden long-running AI agent architectures by implementing structured session bridges and verification protocols.








































