Automates the reconciliation of multiple data sources using stable identifiers to produce detailed exception reports and prevent silent pipeline failures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install data-reconciliation-exceptions
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 data-reconciliation-exceptions using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for comparing datasets, such as payroll exports and compliance registers, using high-integrity identifiers like Pay Numbers and document IDs. It is designed to eliminate the risk of silent failures by implementing strict gates and categorical exception reporting. By utilizing Openclaw Skills for data reconciliation, developers and analysts can ensure that every record is accounted for and categorized with clear reason codes for further investigation.
The tool focuses on deterministic matching logic rather than open-ended fuzzy matching, making it ideal for financial, HR, or compliance-heavy environments where precision is non-negotiable. It synthesizes complex datasets into actionable exception reports that highlight missing records, field mismatches, and duplicates.
To integrate this skill into your workflow, ensure your datasets are available in CSV or XLSX format and define your identifier hierarchy.
# Initialize the reconciliation workflow using Openclaw Skills
openclaw install data-reconciliation-exceptions
Specify which fields must match (e.g., Name, Expiry Date) and set your optional normalization rules or threshold gates in your configuration file.
The skill generates a structured exception report in CSV format to ensure clear audit trails.
| Column | Description |
|---|---|
| exception_type | The category of the error (e.g., MISMATCH, MISSING_IN_A) |
| reason | A descriptive code for the specific failure |
| source_a_id | The primary identifier from the first source |
| source_b_id | The primary identifier from the second source |
| pay_number | The stable Pay Number used for the join |
| field | The specific field where a mismatch was detected |
| source_a_value | The value present in the first data source |
| source_b_value | The value present in the second data source |
Loading
An automated tracking system for UK driver CPC and MPQC compliance that generates audit-ready matrices, reminders, and reports.

A technical auditing skill designed to harden API credential handling through environment variables, rotation plans, and least-privilege access.

A comprehensive CLI integration for Openclaw Skills that enables autonomous code development, auditing, and repository management via Claude Code.

A technical core patch for Clawdbot that resolves Text-to-Speech (TTS) failures by optimizing payload delivery for Discord voice memos.

Converts tachograph and WTD infringement data into professional driver-facing coaching notes and structured corrective action plans.

A specialized tool for generating DVSA and Traffic Commissioner audit readiness materials, including checklists, evidence indexes, and compliance gap registers.








































