Reconciling rent by hand means eyeballing a bank export against a spreadsheet and hoping you catch the tenant who paid short. Rent Reconciler does the matching for you.
sonnet4 daysBank CSV importopenpyxlOpenAIEmail
Claude
69ROI
73Scale
$1.3k81Saved
ROI for
README.md
Why this subagent
Reconciling rent by hand means eyeballing a bank export against a spreadsheet and hoping you catch the tenant who paid short. Rent Reconciler does the matching for you.
It pairs each payment to the expected amount, then flags shortfalls, missing rent, and odd deposits in a clear report. Your ledger comes back updated with matched rows closed and open items called out, so chasing a gap takes minutes, not an afternoon.
How it runs
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Match each payment to the expected tenant amount by reference, name, and date.
pending
Flag shortfalls, overpayments, missing payments, and unexplained extra deposits.
pending
Return a reconciliation report and update the ledger with matched and open items.
pending
Sample output
json
// Sample output
// (generated when the pipeline finishes)
Match each payment to a ledger row and return {matched[], short[], missing[], unexpected[]}; never guess a match below the configured confidence.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.