sevdesk-bookkeeping

sevdesk-bookkeeping is a skill for Claude Code, Codex from joosthel/sevdesk-mcp. It costs 53 tokens per session (1,169 once invoked), scanned A, original, MIT.

A set of procedures for German small-business bookkeeping in sevDesk, an online accounting system. It covers month-end closing, receipt review, VAT checks, and reverse-charge cases under German tax rule §13b.

In plain words
What is it for?
Use it when closing a month, sorting receipts, interpreting VAT audits, or investigating German reverse-charge transactions.
Why use it?
It gives the agent an ordered way to inspect accounting data and account for duplicates, VAT settings, and document differences before drawing conclusions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when closing a month, sorting receipts, interpreting VAT audits, or investigating German reverse-charge transactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping
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 joosthel/sevdesk-mcp --skill sevdesk-bookkeeping
Clone the repo
git clone --depth 1 https://github.com/joosthel/sevdesk-mcp

Made for: Claude Code, Codex.

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 sevdesk-bookkeeping

README.md
[![agentmods](https://agentmods.dev/badge/skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping/github.svg)](https://agentmods.dev/skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping)
Your own site
<a href="https://agentmods.dev/skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping"><img src="https://agentmods.dev/badge/skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping/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 sevdesk-bookkeeping

Your own site · 80×15
<a href="https://agentmods.dev/skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping"><img src="https://agentmods.dev/badge/skills/joosthel/sevdesk-mcp/sevdesk-bookkeeping.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,169 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.00053 $0.01169
Opus 5 $0.00026 $0.00584
Sonnet 5 $0.00011 $0.00234
Haiku 4.5 $0.00005 $0.00117

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

Security

Grade A, and why

sevdesk-bookkeeping 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.

skills/sevdesk-bookkeeping/SKILL.md · 95 lines

How it starts

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

sevDesk bookkeeping workflows

Procedural knowledge for driving the sevdesk-mcp server well. The server's own guardrails (drafts-only writes, read-only mode, dryRun) hold regardless of this skill — this file is about doing the work in the right order with few tokens, not about safety.

Orientation (once per session)

  1. sevdesk_ping — verifies the token and returns three facts that change how you should work:
    • mode: READ-ONLY / DRY-RUN / read-write.
    • bookkeepingSystemVersion: 1.0 books with taxType, 2.0 with taxRule. Old documents may carry either; the tools decode both.
    • vatProfile: the account's VAT regime (regular vs kleinunternehmer §19 UStG) with the evidence for the verdict. If it carries a warning, the configuration contradicts the ledger — surface that to the user before trusting tax advice.
  2. If the regime is unknown, ask the user (regular VAT or §19?) before creating invoices — sevdesk_create_invoice will refuse to guess.

Monthly close

Run in this order; each step's output feeds the next conversation turn:

  1. sevdesk_find_duplicates for the month — resolve duplicates first, they distort every later number.
  2. sevdesk_audit_vat with from/to for the month. Work findings by severity; vat_regime_mismatch first if present (it biases the rest).
  3. sevdesk_reverse_charge_report for the month — give the user the §13b bases for the VAT return (deductible nets to zero but must be declared; rule 13 VAT is actually payable).
  4. sevdesk_diff_receipt_folder if a receipt directory is allowlisted — unbooked receipts and unmatched bookings.
  5. sevdesk_invoice_aging — open receivables, never-sent drafts.
  6. sevdesk_subscription_gaps — expected recurring costs that are missing (a missing AWS invoice surfaces here, not in the audits).

Receipt triage (new expense documents)

  1. sevdesk_receipt_guidance for the expense type — it returns the booking accounts and tax rules the account's own configuration allows.
  2. sevdesk_upload_voucher_file then sevdesk_create_voucher with dryRun: true first; show the user the preview, then repeat without dryRun once confirmed.
  3. Foreign supplier without VAT? Do the §13b check below before booking.

Read the full file on GitHub · 95 lines

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. 11d ago First seen · 95 lines · 53 tokens per session scan A d7fcb08755bd

Subscribe to this mod's changes

sevdesk-bookkeeping is a skill published in the GitHub repository joosthel/sevdesk-mcp (4 stars, last pushed 22d ago), licensed MIT. It adds 53 tokens to every session and 1,169 once invoked, about $0.0003 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.