# Send Data quality & reconciliation with exception to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "data-reconciliation-exceptions",
    "name": "Data quality & reconciliation with exception",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/KOwl64/data-reconciliation-exceptions",
    "canonicalUrl": "https://clawhub.ai/KOwl64/data-reconciliation-exceptions",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/data-reconciliation-exceptions",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=data-reconciliation-exceptions",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/matching-rules.md",
      "assets/exceptions-report-template.csv"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "data-reconciliation-exceptions",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:18:55.006Z",
      "expiresAt": "2026-05-06T17:18:55.006Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=data-reconciliation-exceptions",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=data-reconciliation-exceptions",
        "contentDisposition": "attachment; filename=\"data-reconciliation-exceptions-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "data-reconciliation-exceptions"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/data-reconciliation-exceptions"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/data-reconciliation-exceptions",
    "downloadUrl": "https://openagent3.xyz/downloads/data-reconciliation-exceptions",
    "agentUrl": "https://openagent3.xyz/skills/data-reconciliation-exceptions/agent",
    "manifestUrl": "https://openagent3.xyz/skills/data-reconciliation-exceptions/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/data-reconciliation-exceptions/agent.md"
  }
}
```
## Documentation

### PURPOSE

Reconciles data sources using stable identifiers (Pay Number, driving licence, driver card, and driver qualification card numbers), producing exception reports and “no silent failure” checks.

### WHEN TO USE

TRIGGERS:

Reconcile these two data sources and produce an exceptions report with reasons.
Match names and payroll numbers across files and flag anything that does not join.
Build a ‘no silent failure’ check that stops the pipeline if counts do not match.
Create a weekly variance report for missing records, duplicates, and date gaps.
Design a data quality scorecard with thresholds and red flags.


DO NOT USE WHEN…

You need open-ended fuzzy matching without acceptance criteria.
There are no stable identifiers in any source.

### INPUTS

REQUIRED:

At least two datasets (CSV/XLSX) with Pay Number and/or driver document numbers.
Which fields must match (e.g., Name, expiry date).


OPTIONAL:

Normalization rules (case, spaces, punctuation).
Thresholds for gates/scorecard (max % missing, etc.).


EXAMPLES:

Payroll export + compliance register
Two weekly exports from different systems

### OUTPUTS

Reconciliation plan (matching rules, normalization, join strategy).
Exceptions report spec (CSV columns + reason codes) and variance checks.
Optional artifacts: assets/exceptions-report-template.csv + references/matching-rules.md.
Success = every record is categorized (matched/missing/duplicate/mismatch/invalid) with an explicit reason; pipelines stop on anomalies.

### WORKFLOW

Confirm sources and key priority (Pay Number → Driver Card → Driving Licence → DQC).
Normalize columns:

trim spaces; standardize case; strip common punctuation for document numbers.


Validate keys:

flag blanks/invalid formats; identify duplicates per source.


Join:

exact join on Pay Number; then attempt secondary joins only for remaining unmatched items.


Produce exception categories with reasons:

Missing in A/B, Duplicate key, Field mismatch, Invalid key.


“No silent failure” gates:

counts within tolerance; unmatched rate below threshold; duplicate spikes flagged.


STOP AND ASK THE USER if:

columns are not mapped,
multiple competing IDs exist with no priority,
expected tolerances are unspecified.

### OUTPUT FORMAT

exception_type,reason,source_a_id,source_b_id,pay_number,name,field,source_a_value,source_b_value

Reason codes: MISSING_IN_A, MISSING_IN_B, MISMATCH, DUPLICATE_KEY, INVALID_KEY.

### SAFETY & EDGE CASES

Read-only by default; don’t auto-edit source data. Route exceptions to review.
Deterministic matching rules first; avoid fuzzy matching unless explicitly requested.
Always produce an exceptions report; never drop unmatched rows.

### EXAMPLES

Input: “Payroll vs compliance; match by Pay Number; flag name mismatch.”
Output: join plan + mismatch reasons + exceptions report schema.


Input: “Some rows have blank Pay Number.”
Output: secondary key matching + invalid-key exceptions for truly unmatchable rows.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: KOwl64
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T17:18:55.006Z
- Expires at: 2026-05-06T17:18:55.006Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/data-reconciliation-exceptions)
- [Send to Agent page](https://openagent3.xyz/skills/data-reconciliation-exceptions/agent)
- [JSON manifest](https://openagent3.xyz/skills/data-reconciliation-exceptions/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/data-reconciliation-exceptions/agent.md)
- [Download page](https://openagent3.xyz/downloads/data-reconciliation-exceptions)