management-informatie

management-informatie is a skill for Claude Code from iwebdevnl/exact-online-ai-connect. It costs 124 tokens per session (3,559 once invoked), scanned A, original, MIT.

A Dutch-language skill for creating management reports from Exact Online, an online accounting system. It provides guidance for dashboards, key performance indicators, revenue, margins, cash flow, and period comparisons.

In plain words
What is it for?
Use it to analyze revenue and costs, compare quarters or years, examine revenue by customer, and prepare other business performance reports.
Why use it?
It helps business owners get current financial information without relying on static accounting reports or spreadsheet exports. It also specifies which accounting data should be used for reliable amount calculations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the exact-online-ai-connect plugin — 10 skills, 4 commands, 1 MCP server shipped together

Good fit Use it to analyze revenue and costs, compare quarters or years, examine revenue by customer, and prepare other business performance reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iwebdevnl/exact-online-ai-connect/management-informatie
Install

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.

Any agent
npx skills add iwebdevnl/exact-online-ai-connect --skill management-informatie
Clone the repo
git clone --depth 1 https://github.com/iwebdevnl/exact-online-ai-connect

Made for: Claude Code.

Or install exact-online-ai-connect, the plugin that ships this one along with the rest of its 10 skills, 4 commands, 1 MCP server.

Wrote 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.

agentmods badge for management-informatie

README.md
[![agentmods](https://agentmods.dev/badge/skills/iwebdevnl/exact-online-ai-connect/management-informatie/github.svg)](https://agentmods.dev/skills/iwebdevnl/exact-online-ai-connect/management-informatie)
Your own site
<a href="https://agentmods.dev/skills/iwebdevnl/exact-online-ai-connect/management-informatie"><img src="https://agentmods.dev/badge/skills/iwebdevnl/exact-online-ai-connect/management-informatie/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.

agentmods 80×15 button for management-informatie

Your own site · 80×15
<a href="https://agentmods.dev/skills/iwebdevnl/exact-online-ai-connect/management-informatie"><img src="https://agentmods.dev/badge/skills/iwebdevnl/exact-online-ai-connect/management-informatie.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,559 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.03559
Opus 5 $0.00062 $0.01780
Sonnet 5 $0.00025 $0.00712
Haiku 4.5 $0.00012 $0.00356

Measured 10d ago against content hash 13a18a7bc987, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

management-informatie 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 10d 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.

plugins/exact-online/skills/management-informatie/SKILL.md · 331 lines

How it starts

The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Management Informatie

Actuele stuurinformatie voor ondernemers, zonder Excel-exports. De ingebouwde rapportage van Exact Online is goed voor de boekhouder, maar te statisch voor de ondernemer die dagelijks wil weten hoe het bedrijf ervoor staat.

Databronnen

Fundamentele regel: bedragen altijd via TransactionLines

Voor alle omzet-, kosten- en bedraganalyses geldt: gebruik analyze_data op Financial/TransactionLines als primaire databron, met een JOIN op Financial/GLAccounts om te filteren op rekeningtype.

TransactionLines bevat de daadwerkelijk geboekte bedragen (excl. BTW, incl. creditnota-correcties). SalesInvoices bevat bruto factuurbedragen die niet aansluiten op de boekhouding en mist memoriaalboekingen en correcties. Gebruik SalesInvoices alleen voor metadata die niet in TransactionLines zit, zoals factuur-aantallen, en behandel die bedragen als indicatief.

Toolkeuze

Doel Tool Tabel
Omzet- en kostenaggregaties analyze_data Financial/TransactionLines + JOIN Financial/GLAccounts
Periodevergelijkingen (QoQ, YoY) analyze_data Financial/TransactionLines + JOIN Financial/GLAccounts
Klant-niveau omzet analyze_data Financial/TransactionLines (veld AccountName)
Factuur-aantallen (metadata) analyze_data SalesInvoice/SalesInvoices
Grootboeksaldi per periode read_operation Financial/ReportingBalance
Cashflow, debiteuren read_operation Read/ReceivablesList
Cashflow, crediteuren read_operation Bulk/Cashflow/Payments

read_operation doet alleen GET en geeft maximaal 60 records per call. Op Bulk-endpoints werkt skip niet: pagineer daar met page_token uit next_page.page_token.

Beschikbaarheid en abonnement

analyze_data en list_available_tables bestaan alleen op het Trial- en Analytics-abonnement. Op het Essentials-abonnement zijn de modules 3 tot en met 6 hieronder niet uitvoerbaar zoals beschreven: val dan terug op REST-rapportages via read_operation (Financial/ReportingBalance per periode) en meld de gebruiker dat de aggregaties beperkter zijn.

Read the full file on GitHub · 331 lines

Files

What ships with it

3 files 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.

Changes

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.

  1. 10d ago First seen · 331 lines · 124 tokens per session scan A 13a18a7bc987

Subscribe to this mod's changes

management-informatie is a skill published in the GitHub repository iwebdevnl/exact-online-ai-connect (0 stars, last pushed 1mo ago), licensed MIT. It adds 124 tokens to every session and 3,559 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.

Related

Other skills, from other repositories

erpclaw

AI-native ERP system. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting (including P&L / trial balance / spend grouped by department, project, cost center, location, or fund). 496 actions across 14…

avansaber/erpclaw · 136 tokens

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens

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.

kimlawtech/korean-jangbu-for · 97 tokens

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.

kimlawtech/korean-jangbu-for · 82 tokens

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.

personamanagmentlayer/pcl · 56 tokens

sap-co

This skill handles all SAP CO (Controlling) topics: cost center accounting, profit center accounting, internal orders, product costing, profitability analysis (CO-PA), assessment and distribution cycles, actual vs plan postings, settlement, and CO period-end closing. Use when user mentions CO, cost center, profit…

BoxLogoDev/sapstack · 127 tokens