payslip-parsing

payslip-parsing is a skill for Claude Code from peerjakobsen/smartspender. It costs 33 tokens per session (3,563 once invoked), scanned A, original, MIT.

A reference guide for reading Danish payslips, called lønsedler, and converting their details into structured information for pension tracking and financial advice.

In plain words
What is it for?
Use it when processing uploaded Danish payslip images or PDFs, including slips from systems such as Danløn, Proløn, Visma, Zenegy, or Bluegarden.
Why use it?
It explains common Danish payroll terms, required fields, and differences between payroll systems, reducing mistakes when extracting salary data.

Skill for Claude Code

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

Part of the smartspender plugin — 13 skills, 19 commands shipped together

Good fit Use it when processing uploaded Danish payslip images or PDFs, including slips from systems such as Danløn, Proløn, Visma, Zenegy, or Bluegarden.

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

Made for: Claude Code.

Or install smartspender, the plugin that ships this one along with the rest of its 13 skills, 19 commands.

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 payslip-parsing

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/peerjakobsen/smartspender/payslip-parsing"><img src="https://agentmods.dev/badge/skills/peerjakobsen/smartspender/payslip-parsing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,563 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.00033 $0.03563
Opus 5 $0.00016 $0.01782
Sonnet 5 $0.00007 $0.00713
Haiku 4.5 $0.00003 $0.00356

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

Security

Grade A, and why

payslip-parsing 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/payslip-parsing/SKILL.md · 422 lines

How it starts

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

Payslip Parsing

1. Overview

Provides Claude with extraction rules for converting Danish payslip images and PDFs into structured data. This skill covers:

  • Standard Danish lønsedler (salary slips)
  • Common payroll systems (Danløn, Proløn, Visma, Zenegy, Bluegarden)
  • Employer-specific variations

It also provides a workflow for looking up and applying employer-specific parsers from payslip-knowledge/.


2. Danish Payslip Structure

Legally Required Fields

Danish employers must provide lønsedler with these mandatory fields:

Field Danish Term Description
Pay period Lønperiode Month or period covered (e.g., "Januar 2026")
Gross salary Bruttoløn Total earnings before deductions
AM-bidrag AM-bidrag Labor market contribution (8% of gross)
A-skat A-skat Income tax withheld
ATP ATP-bidrag Supplementary labor market pension
Net salary Nettoløn / Udbetalt Amount deposited to bank

Common Additional Fields

Field Danish Term Description
Employer pension Arbejdsgiverpension Employer's pension contribution
Employee pension Egetbidrag pension Employee's pension contribution
Feriepenge Feriepenge Holiday pay accrued (12.5% for feriekonto)
Fritvalgskonto Fritvalgskonto Flex benefits contribution
Sundhedsforsikring Sundhedsforsikring Health insurance benefit
Transport Befordringsfradrag Commuting deduction
Bonus Bonus / Tillæg One-time or recurring bonus

Typical Lønseddel Layout

[Company name and logo]
[Employee name and CPR (masked)]
[Pay period]
---
INDTÆGTER (EARNINGS)
  Månedsløn                    {base_salary}
  Bonus/tillæg                 {bonus}
  Bruttoløn i alt              {gross_salary}
---
FRADRAG (DEDUCTIONS)
  AM-bidrag (8%)               {am_bidrag}
  A-skat                       {a_skat}
  ATP                          {atp}
  Pension (egetbidrag)         {pension_employee}
---
ARBEJDSGIVERBIDRAG (EMPLOYER CONTRIBUTIONS)
  Pension                      {pension_employer}
  Sundhedsforsikring           {health_insurance}
---
TIL UDBETALING                 {net_salary}
---
[Bank account info]
[YTD totals]

Read the full file on GitHub · 422 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 · 422 lines · 33 tokens per session scan A d2a73864470d

Subscribe to this mod's changes

payslip-parsing is a skill published in the GitHub repository peerjakobsen/smartspender (5 stars, last pushed 7mo ago), licensed MIT. It adds 33 tokens to every session and 3,563 once invoked, about $0.0002 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

cap-table-analysis

Guides Slice MCP cap-table and ESOP-pool analysis by combining company summary, cap table, ownership, stakeholder, share class, funding round, equity pool, valuation, and securities tools. Use when answering questions about cap table structure, stakeholder holdings, ownership, ESOP pools, share classes, rounds…

Global-Slice/claude-plugin · 79 tokens

board-presentation-analysis

Guides creation of board-ready Slice presentations using MCP tools, especially offered-status grants and ESOP/equity-pool summaries. Use when preparing board decks, board approval packs, grant approval summaries, ESOP pool updates, option pool utilization slides, or board-facing equity recommendations.

Global-Slice/claude-plugin · 61 tokens

workflows-analysis

Guides Slice MCP workflow analysis using workflow list/get-one tools, exercise payment reconciliation, and tax withholding tools. Use when answering questions about grant letters, corporate approvals, share certificate workflows, exercise workflows, pending payments, tax withholding, workflow status, stuck workflows…

Global-Slice/claude-plugin · 67 tokens

equity-compensation-analysis

Guides Slice MCP analysis of equity compensation, grants, options, RSUs, vesting, exercises, forfeitures, PTEP, tax treatments, and valuations. Use when answering questions about employee equity, grant positions, vested or exercisable quantities, exercise price, FMV/409A, option pool consumption, tax treatment, or…

Global-Slice/claude-plugin · 78 tokens

funding-rounds-analysis

Guides Slice MCP analysis of funding rounds, share classes, price per share, primary issuances, secondary transactions, convertibles, SAFEs, option-pool top-ups, total raised, and dilution. Use when answering questions about rounds, Series A/B/C, seed rounds, bridge rounds, investor positions, round history…

Global-Slice/claude-plugin · 80 tokens

waterfall-analysis

Guides exit waterfall analysis using Slice MCP cap-table, share-class, securities, rounds, and ownership tools. Use when answering questions about exit proceeds, liquidation preferences, participating preferred, conversion thresholds, proceeds allocation, MOIC, investor returns, or ordinary/common shareholder payouts.

Global-Slice/claude-plugin · 58 tokens