Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add vaquarkhan/data-engineering-agent-skills --skill data-reconciliation-and-financial-controlsgit clone --depth 1 https://github.com/vaquarkhan/data-engineering-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls)<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/data-reconciliation-and-financial-controls.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.00449 |
| Opus 5 | $0.00024 | $0.00225 |
| Sonnet 5 | $0.00010 | $0.00090 |
| Haiku 4.5 | $0.00005 | $0.00045 |
Grade A, and why
data-reconciliation-and-financial-controls scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Data Reconciliation And Financial Controls
Overview
Use this skill when correctness must be proven with control evidence, not only tests. It helps agents design reconciliations, control totals, exception workflows, and audit-friendly validation for high-trust datasets.
When to Use
- finance, billing, or revenue pipelines
- audit-sensitive operational datasets
- month-end or close-process data products
- source-to-target control validations
- exception-based review flows
Do not rely on a few spot queries when the business requires reconciled numbers.
Workflow
-
Define the control objective. Clarify:
- what must reconcile
- acceptable variance
- reconciliation frequency
- owner of exceptions
-
Choose the reconciliation pattern. Common patterns:
- row-count reconciliation
- control totals
- aggregate balance checks
- record-level exception matching
-
Make timing and cutoff rules explicit. Reconciliation often depends on accounting windows or source close timing.
-
Capture and route exceptions.
-
Preserve evidence. Control systems need reviewable records, not only ephemeral job output.
Common Rationalizations
| Rationalization | Reality |
|---|---|
| "The transformation logic is simple enough to trust." | Critical numbers still need independent validation evidence. |
| "A small variance is probably fine." | Acceptable variance must be defined, not guessed after a miss. |
| "The warehouse total matches once, so we are done." | Control reliability requires repeatable evidence over time. |
Red Flags
- no explicit acceptable variance exists
- cutoff timing is undocumented
- exceptions are noticed manually and inconsistently
- control evidence cannot be reproduced later
Verification
- Control objectives and acceptable variance are defined
- Reconciliation logic is explicit and reviewable
- Exceptions have an owner and workflow
- Control evidence is retained for audit or review
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 67 lines · 49 tokens per session scan A c51e28bba89d
data-reconciliation-and-financial-controls is a skill published in the GitHub repository vaquarkhan/data-engineering-agent-skills (45 stars, last pushed 2mo ago), licensed MIT. It adds 49 tokens to every session and 449 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
defi-protocol-templates
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized finance applications or smart contract protocols.
stock-analyzer
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
company-funding-search
Find company funding history, investors, and investment details.
telnyx-account-reports-curl
Generate and retrieve usage reports for billing, analytics, and reconciliation. This skill provides REST API (curl) examples.
lov-skill-pricing
A pricing workflow for creating an explanation-backed pricing card for an AI agent skill. It considers creation and maintenance effort, user value, scarcity, buyer confidence, and distribution potential.
kafka-connector-review
Review Kafka Connect connector configurations for common misconfigurations using the Lenses MCP server. Checks error handling, DLQ setup, converters, transforms, task count and task health. Use when user says "review connectors", "check connector configs", "why is my connector failing" or asks about Kafka Connect…