agi-arbetsgivardeklaration

agi-arbetsgivardeklaration is a skill for Claude Code, Codex from seabasst/claude-smb-sverige. It costs 260 tokens per session (2,144 once invoked), scanned A, original, MIT.

A Swedish payroll-reporting workflow for preparing the monthly employer declaration, called AGI, for each employee. AGI is the report employers send to Skatteverket, Sweden’s Tax Agency, about pay, tax withheld, benefits, and employer contributions.

In plain words
What is it for?
Use it after running payroll in Bokio to identify the reporting month, check employee amounts, and prepare the figures for submission and payment.
Why use it?
It helps reduce errors in the monthly report and calculates the total tax and employer contributions to pay. Incorrect or late reporting can lead to follow-up action or fees.

Skill for Claude CodeCodex

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

Good fit Use it after running payroll in Bokio to identify the reporting month, check employee amounts, and prepare the figures for submission and payment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration
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 seabasst/claude-smb-sverige --skill agi-arbetsgivardeklaration
Clone the repo
git clone --depth 1 https://github.com/seabasst/claude-smb-sverige

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 agi-arbetsgivardeklaration

README.md
[![agentmods](https://agentmods.dev/badge/skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration/github.svg)](https://agentmods.dev/skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration)
Your own site
<a href="https://agentmods.dev/skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration"><img src="https://agentmods.dev/badge/skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration/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 agi-arbetsgivardeklaration

Your own site · 80×15
<a href="https://agentmods.dev/skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration"><img src="https://agentmods.dev/badge/skills/seabasst/claude-smb-sverige/agi-arbetsgivardeklaration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 260 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,144 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.00260 $0.02144
Opus 5 $0.00130 $0.01072
Sonnet 5 $0.00052 $0.00429
Haiku 4.5 $0.00026 $0.00214

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

Security

Grade A, and why

agi-arbetsgivardeklaration 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.

skills/agi-arbetsgivardeklaration/SKILL.md · 155 lines

How it starts

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

AGI — Arbetsgivardeklaration på individnivå

Sedan 2019 ska alla arbetsgivare i Sverige rapportera löner på individnivå varje månad. Det är AGI:n. Den ska in senast den 12:e i månaden efter utbetalningsmånaden (17:e för stora företag), och samtidigt ska arbetsgivaravgifter och skatteavdrag betalas till skattekontot.

Felaktig AGI leder till föreläggande och i värsta fall förseningsavgift på 1 250 kr per individ.

När skillen ska köras

  • Användaren nämner AGI, arbetsgivardeklaration eller månadsrapportering
  • Det är mellan 1:a och 12:e i månaden (deadline närmar sig)
  • Användaren har precis kört en lönekörning i Bokio
  • Användaren undrar "vad ska jag betala till Skatteverket"

Förutsättningar

  • Bokio MCP installerad och autentiserad
  • Lönekörningen för aktuell månad är genomförd i Bokio
  • Användaren har angett vilken månad det gäller (utbetalningsmånaden, inte rapporteringsmånaden)

Workflow

Steg 1: Identifiera period och anställda

Fråga eller hämta från Bokio:

  • Vilken utbetalningsmånad? (AGI:n rapporterar den månad lönen betalades, inte när den intjänades)
  • Hur många anställda har haft utbetalning?
  • Finns det engångsutbetalningar (bonus, semesterersättning, retroaktiv lön)?

Steg 2: Hämta löneunderlag från Bokio

Per anställd, hämta:

  • Bruttolön (kontant ersättning)
  • Förmåner (bilförmån, kost, bostad, etc.)
  • Avdragen preliminär skatt (A-skatt)
  • Arbetsgivaravgifter beräknade på bruttolön + skattepliktiga förmåner
  • Andra avdrag (jobbskatteavdrag, fackavgift)
  • Identifierare: personnummer (krypterat hanterat), namn, anställningsnummer

Konton att kontrollera i Bokio (BAS):

  • 7010, 7210 Löner till anställda
  • 7220, 7240 Löner till företagsledare (fåmansbolag)
  • 7385 Kostnader för fri bostad / förmåner
  • 7510, 7515 Arbetsgivaravgifter
  • 2710 Personalskatt
  • 2730 Arbetsgivaravgifter att betala

Steg 3: Räkna arbetsgivaravgifter

Standardprocentsats 2026: 31,42 % (på lön + skattepliktiga förmåner)

Read the full file on GitHub · 155 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. 12d ago First seen · 155 lines · 260 tokens per session scan A e77f6d905d83

Subscribe to this mod's changes

agi-arbetsgivardeklaration is a skill published in the GitHub repository seabasst/claude-smb-sverige (9 stars, last pushed 3mo ago), licensed MIT. It adds 260 tokens to every session and 2,144 once invoked, about $0.0013 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

agb-bei-kreditvertraegen-verbraucherdarlehen

Für AGB bei Kreditverträgen Verbraucherdarlehen: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 49 tokens

agb-in-kapitalanlagen-effektenhandel

Für AGB in Kapitalanlagen Effektenhandel: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 41 tokens

mahngebuehren-und-zinsanpassung-agb

Für Mahngebühren und Zinsanpassung AGB: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Berechnungstabelle mit Annahmen und Kontrollfragen.

Klotzkette/claude-fuer-deutsches-recht · 53 tokens

tax-strategy-optimizer

Pre-tax vs Roth analysis, charitable giving optimization, capital gains timing, deduction maximization. Not a substitute for CPA.

OneWave-AI/claude-skills · 30 tokens

cowork-deal-room

Uses Cowork-style multi-step analysis to process deal room documents -- contracts, financials, org charts. Outputs risk assessment, term comparison, key findings, and negotiation recommendations.

OneWave-AI/claude-skills · 41 tokens

commercial-lease-analyzer

Decode a commercial lease before signing or renewing -- true all-in occupancy cost (base rent plus NNN/CAM plus escalations), the clauses that hurt small tenants (personal guarantees, relocation, restoration), and the negotiation asks landlords routinely grant. The lease is most SMBs' biggest fixed cost and least-read…

OneWave-AI/claude-skills · 69 tokens