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 iwebdevnl/exact-online-ai-connect --skill creditcard-afletteringgit clone --depth 1 https://github.com/iwebdevnl/exact-online-ai-connectWrote 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/iwebdevnl/exact-online-ai-connect/creditcard-aflettering)<a href="https://agentmods.dev/skills/iwebdevnl/exact-online-ai-connect/creditcard-aflettering"><img src="https://agentmods.dev/badge/skills/iwebdevnl/exact-online-ai-connect/creditcard-aflettering/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/iwebdevnl/exact-online-ai-connect/creditcard-aflettering"><img src="https://agentmods.dev/badge/skills/iwebdevnl/exact-online-ai-connect/creditcard-aflettering.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.00111 | $0.04882 |
| Opus 5 | $0.00056 | $0.02441 |
| Sonnet 5 | $0.00022 | $0.00976 |
| Haiku 4.5 | $0.00011 | $0.00488 |
Grade A, and why
creditcard-aflettering 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 12d 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 — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Creditcard-aflettering, van PDF tot afgeletterd
Volledige verwerking van een creditcard- of PSP-afschrift in vijf fasen:
Fase 0 → Intake Dagboek en rekeningnummers ophalen bij de gebruiker
Fase 1 → PDF inlezen Transacties extraheren en structureren
Fase 2 → Voorbereiding GUIDs en openstaande facturen ophalen
Fase 2.5 → Ontbrekende facturen Overzicht presenteren + wachten op actie gebruiker
Fase 3 → BankEntry import Transacties aanmaken in Exact Online dagboek
Fase 4 → Afletteren MatchSets per factuur
⚠️ Regel: Regels zonder factuur worden nooit automatisch op een kostenrekening geboekt. Ze worden altijd eerst in een overzicht gepresenteerd. De gebruiker beslist per regel: factuur uploaden/aanmaken, alvast op crediteuren boeken, of expliciet toestemming geven voor directe kostenboeking, inclusief de gewenste rekening.
Welke tool wanneer
| Tool | Waarvoor |
|---|---|
read_operation |
Alle GET-queries: dagboek, GLAccounts, leveranciers, openstaande facturen, TransactionLines. Levert maximaal 60 records per aanroep. |
write_operation |
Alle schrijfacties: BankEntry POST, BankEntryLine POST, BankEntry DELETE, MatchSets POST. Vereist confirmed: true. |
Op Bulk-endpoints pagineer je met de page_token uit next_page.page_token van de vorige
respons. skip wordt daar niet geaccepteerd.
Fase 0: Intake, configuratie ophalen
Deze skill werkt in elke administratie. Bepaal daarom de dagboeken en rekeningen live uit de administratie op basis van hun type, en gebruik geen vaste "standaard"-nummers. Die verschillen per organisatie en leiden bij een andere klant tot een verkeerde boeking.
Creditcarddagboek. Vraag welk dagboek het is (code of naam) of leid het af. Bankdagboeken
hebben Type 12; een creditcard- of PSP-dagboek staat soms als een apart banktype. Verifieer:
Tool: read_operation
{
"service": "Financial", "entity": "Journals",
"filters": {"Code": "{dagboekcode}"},
"select": "Code,Description,Type,GLAccount,GLAccountCode"
}
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 475 lines · 111 tokens per session scan A 0b60364b2355
creditcard-aflettering is a skill published in the GitHub repository iwebdevnl/exact-online-ai-connect (0 stars, last pushed 1mo ago), licensed MIT. It adds 111 tokens to every session and 4,882 once invoked, about $0.0006 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-31.
Other skills, from other repositories
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.
expense
Dodaje fakturę zakupu (koszt) do rejestru SQLite — zapisuje sprzedawcę, NIP, kwoty, kategorię, datę wpływu. Obsługuje wprowadzanie ręczne ORAZ OCR z pliku (PDF/JPG/PNG) przez lokalny Pixtral 12B z fallbackiem na Claude Haiku 4.5. Na ryczałcie koszty NIE pomniejszają podatku, ale VAT naliczony idzie do JPKV7M jako…
invoice-send
Konwertuje wygenerowaną fakturę DOCX na PDF (LibreOffice headless) i wysyła mailem do kontrahenta z treścią po polsku. Używa SMTP skonfigurowanego w .env. Użyj gdy user mówi "wyślij fakturę mailem", "wyślij PDF fakturę do X", "roześlij fakturę A1/04/2026", "wyślij ostatnią fakturę", "mail do klienta z fakturą".
invoice
Wystawia fakturę VAT dla JDG — generuje DOCX (do wysyłki/druku) i XML FA(3) (do KSeF), zapisuje do rejestru SQLite i zwraca numer faktury + ścieżki plików. Użyj gdy user prosi o "wystaw fakturę", "wygeneruj fakturę", "fakturę dla...", "faktura za usługę/konsultację/miesiąc".
odoo-reports
Expertise required to discover, generate, and analyze Odoo business reports like Invoices, Quotations, and Packing Slips.
extract-bank-statement
Extract bank PDF/CSV to transactions.json with running-balance proof (pull bank lines with balance proof). Prefer CSV; Maybank Islamic PDF adapter when needed.