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 openaccountant/skills --skill venmo-reconcilergit clone --depth 1 https://github.com/openaccountant/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/openaccountant/skills/venmo-reconciler)<a href="https://agentmods.dev/skills/openaccountant/skills/venmo-reconciler"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/venmo-reconciler/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/openaccountant/skills/venmo-reconciler"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/venmo-reconciler.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.00018 | $0.01292 |
| Opus 5 | $0.00009 | $0.00646 |
| Sonnet 5 | $0.00004 | $0.00258 |
| Haiku 4.5 | $0.00002 | $0.00129 |
Grade A, and why
venmo-reconciler 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.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Venmo Reconciler
Overview
Import and reconcile Venmo transaction exports, separating personal transfers from business income/expenses. Venmo mixes social payments with business transactions in a single feed — this skill classifies each transaction, flags ambiguous entries for review, and imports business-relevant transactions into Open Accountant.
Wilson Tools Used
transaction_search— check for duplicates and cross-reference with bank importscategorize— assign business categories to Venmo transactionsanomaly_detect— flag transactions that look personal in a business context (or vice versa)export_transactions— export reconciled business transactions
Column Mapping
| Venmo CSV Column | Open Accountant Field | Notes |
|---|---|---|
ID |
reference_id |
Venmo transaction ID for dedup |
Datetime |
date |
Transaction timestamp |
Note |
description |
User-entered payment note |
From |
description (prefix) |
Sender name |
To |
description (prefix) |
Recipient name |
Amount (total) |
amount |
Signed amount (+ received, - sent) |
Status |
— | Only import Complete transactions |
Type |
— | Payment, Charge, Transfer, etc. |
Funding Source |
notes |
Venmo balance, bank, card |
Workflow
- Ask the user for the Venmo CSV file path.
- Parse the CSV and validate Venmo column headers.
- Filter by status: only
Completetransactions. - Filter by type:
- Import:
Payment(sent/received money for goods or services) - Import:
Charge(invoiced someone and they paid) - Skip:
Standard TransferandInstant Transfer(bank transfers, appear in bank import)
- Import:
- Classify each transaction as personal or business:
- Business signals: notes containing keywords like "invoice," "payment for," business name, service description, dollar amounts > $100
- Personal signals: notes with emoji, first-name-only, social language ("thanks for dinner," "splitting rent")
- Ambiguous: flag for manual review
- Present the classification for user confirmation:
- Business transactions: import with appropriate categories
- Personal transactions: skip (or import to a "Personal" category if user wants full tracking)
- Ambiguous: ask user to classify each one
- Deduplicate against existing transactions using Venmo ID.
- Import confirmed business transactions.
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 · 98 lines · 18 tokens per session scan A e24e6019fbcd
venmo-reconciler is a skill published in the GitHub repository openaccountant/skills (67 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 1,292 once invoked, about $0.0001 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
tax-calculator
Calculate tax implications of trades and generate tax reports.
jangbu-import
A data-import workflow for turning bank files, card records, spreadsheets, receipts, tax invoices, and statement PDFs into a standard set of 13 transaction fields. OCR, or optical character recognition, is used to read information from document images and PDFs.
jangbu-connect
A setup guide for connecting Korean tax, bank, card, and social-insurance data through CODEF, an external API service. It explains how users obtain their own CODEF credentials and store them locally.
jangbu-tax
A financial-reporting tool that summarizes categorized transactions into a profit-and-loss statement and a simplified balance sheet. A profit-and-loss statement covers income and expenses over a period; a balance sheet shows assets, liabilities, and equity at a date.
accountant-expert
Expert-level accounting, tax, financial reporting, and accounting systems. Use when the user mentions accounting, tax, financial reporting, GAAP, or IFRS, or when the task involves Accounting Principles, Financial Statements, Tax & Compliance, or Accounting Systems.
jaz-recipes
Use this skill when modeling complex multi-step accounting transactions — anything that spans multiple periods, involves changing amounts, or requires linked entries. Covers 16 IFRS-compliant recipes (prepaid amortization, deferred revenue, loans, IFRS 16 leases, hire purchase, fixed deposits, asset disposal, FX…