A foundational verification system that ensures file integrity and detects data drift before an AI agent performs operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install context-verifier
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 context-verifier using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
context-verifier is an essential utility within the Openclaw Skills ecosystem designed to solve the stale data problem in AI-driven development. By computing local SHA256 hashes and verifying them before and after file operations, it ensures that the file your agent is reading is exactly the one it intends to edit. This skill consolidates hash computation, integrity verification, and severity tagging into a single agentic workflow, providing a robust layer of trust for automated coding tasks.
As a foundational component, it provides the verification infrastructure that higher-level agents depend on to maintain state consistency. By utilizing standard SHA256 algorithms locally, it maintains a high security posture, ensuring that file contents are processed on your machine rather than being transmitted to external APIs.
To get started with this part of Openclaw Skills, install it via the CLI:
openclaw install leegitw/context-verifier
Configuration is handled through .openclaw/context-verifier.yaml where you can define critical file patterns and severity rules.
The skill organizes data within the local workspace to ensure privacy and auditability. It uses the following structure:
| Path | Description |
|---|---|
.openclaw/context-verifier.yaml |
Primary configuration for severity patterns and rules. |
output/context-packets/ |
Directory containing JSON-formatted verification packets. |
PKT-YYYYMMDD-XXX.json |
Individual context packets containing file paths, hashes, and timestamps. |
Each packet follows a structured JSON schema including a unique ID, creation timestamp, and an array of file objects containing paths, hashes, severity levels, file sizes, and modification dates.
Loading
An expert utility that converts technical code analysis findings into structured search strategies and evidence maps for intellectual property research.

A specialized technical analysis tool that scans repositories to identify, score, and document distinctive code patterns for intellectual property preparation.

A lightweight browser automation tool for Openclaw Skills to extract and translate DMM/FANZA public rankings without needing API credentials.

A sophisticated toolset for sending and managing interactive UI elements like buttons, polls, and forms within Feishu (Lark) messages.

A public API-backed framework for declaring and publishing an AI agent's ethical boundaries and priority hierarchies.

failure-memory is a specialized system for Openclaw Skills that enables AI agents to detect, record, and learn from their own failures to prevent future recurrences.








































