Hiberius

Lead Delivery Reconciliation — Development skill for Claude Code

Development community

Agent Skill for lead delivery: normalise and deduplicate before sending, then reconcile the buyer's register against what you sent to get acceptance rate and effective payout per delivered lead.

How to install Lead Delivery Reconciliation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Hiberius/lead-delivery-reconciliation and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Lead Delivery Reconciliation does

Agent Skill for lead delivery: normalise and deduplicate before sending, then reconcile the buyer's register against what you sent to get acceptance rate and effective payout per delivered lead. The number no ad platform can show you.

Alternatives in Development

  • Breach Check — HIBP k-anonymity check on a password wordlist 4.5k ★
  • Octo Docs — Document delivery with export to PPTX, DOCX, PDF formats 2.8k ★
  • /plan Roadmap — Create a roadmap that reflects strategy, risk, and delivery reality 2.3k ★

README

Lead Delivery Reconciliation

**An Agent Skill for everyone who sells leads to an affiliate network or lead buyer. "Received" is a format check, not money. This normalises, deduplicates and delivers, then matches the buyer's register against what you sent and tells you what the day was actually worth.**

[![License: MIT](https://img.shields.io/badge/License-MIT-2ea44f.svg)](LICENSE) ![Python 3.8+](https://img.shields.io/badge/python-3.8%2B-3776AB?logo=python&logoColor=white) ![Zero dependencies](https://img.shields.io/badge/dependencies-0-6E56CF)

npx skills add Hiberius/lead-delivery-reconciliation

The number nobody computes

effective payout per delivered lead = total revenue / delivered leads

Contract payout 17, acceptance 62%, so a delivered lead is worth **10.54**. Every CPL target built on 17 is wrong by 38%, and the platform dashboard cannot see any of it.

python3 scripts/leads.py reconcile sent.csv network.csv --by-day
DATE         DELIVERED  ACCEPTED  REJECTED  PENDING   REVENUE    ACCEPT%
2026-09-07           2         1         1        0     17.00      50.0%
2026-09-08           3         2         0        1     34.00     100.0%

effective payout per delivered lead: 10.20
This, not the contract payout, is what a lead is worth to you.

1 lead(s) you rejected locally were registered and judged by the network.
Realign them to delivered, or the payout sits on a rejected row and the day's revenue
never sees it:
  d008  local=rejected_local  network=sold  payout=17.00

Four rules that cost real money

**The postal code is a string.** An API field declared "numeric, 5 digits" still receives `01000` as `1000` the moment any layer parses it as an integer, and answers 422. Departments 01 and 04 exist.

**The daily cap is consumed on the sent date.** A lead received at 23:50 and queued past midnight consumes the next day's slot. Count it on the received date and the cap silently overshoots one day and underu