Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

data-reconciliation-exceptions数据协调异常

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

139,176

周安装

5,799

GitHub Stars

2

下载量

46,392
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:data-reconciliation-exceptions(数据协调异常)
来源仓库:https://github.com/kowl64/data-reconciliation-exceptions
安装命令:
openclaw skills install data-reconciliation-exceptions
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install data-reconciliation-exceptions

简介

使用稳定的标识符(工资号、驾驶执照、驾驶员卡和驾驶员资格卡号)协调数据源,生成异常报告和“无静默故障”检查。当您需要每周匹配并明确未连接和不匹配的原因时使用。

SKILL.md

name
data-reconciliation-exceptions
description
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. Use when you need weekly matching with explicit reasons for non-joins and mismatches.

Data quality & reconciliation with exception reporting and no silent failure

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

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

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

  1. Validate keys:

- flag blanks/invalid formats; identify duplicates per source.

  1. Join:

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

  1. Produce exception categories with reasons:

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

  1. “No silent failure” gates:

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

  1. 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.53%
按下载量换算42,463

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills