nl-tax-submit-companion

nl-tax-submit-companion is a skill for Claude Code, Codex from cyanxxy/nl-tax-agent-skills. It costs 41 tokens per session (1,132 once invoked), scanned C, original, Apache-2.0.

A generator for manual-entry checklists based on an existing Dutch tax workpack and, when available, its field map. The taxpayer or an authorized representative then enters the information manually in Mijn Belastingdienst, the Dutch tax authority portal.

In plain words
What is it for?
It helps produce annual or provisional tax submission checklists from completed workpacks, including the fields and values to enter manually.
Why use it?
It turns prepared tax information into concrete entry instructions without automating access to a private government account. It makes clear which official actions must remain human-controlled.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Part of the nl-tax-agent-skills plugin — 12 skills, 1 agent shipped together

Good fit It helps produce annual or provisional tax submission checklists from completed workpacks, including the fields and values to enter manually.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion
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 cyanxxy/nl-tax-agent-skills --skill nl-tax-submit-companion
Clone the repo
git clone --depth 1 https://github.com/cyanxxy/nl-tax-agent-skills

Made for: Claude Code, Codex.

Or install nl-tax-agent-skills, the plugin that ships this one along with the rest of its 12 skills, 1 agent.

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 nl-tax-submit-companion

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion/github.svg)](https://agentmods.dev/skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion)
Your own site
<a href="https://agentmods.dev/skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion"><img src="https://agentmods.dev/badge/skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion/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 nl-tax-submit-companion

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion"><img src="https://agentmods.dev/badge/skills/cyanxxy/nl-tax-agent-skills/nl-tax-submit-companion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,132 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00041 $0.01132
Opus 5 $0.00020 $0.00566
Sonnet 5 $0.00008 $0.00226
Haiku 4.5 $0.00004 $0.00113

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

Security

Grade C, and why

nl-tax-submit-companion scanned grade C with 1 finding 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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

If the workpack or an applicable field map is incomplete, do not refuse.
plugins/nl-tax-agent-skills/skills/nl-tax-submit-companion/SKILL.md · 84 lines

How it starts

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

Manual-entry checklist

Create a Manual-entry checklist from an existing workpack and, where the workflow produces one, its field map. The taxpayer or an authorized representative performs every official action manually in Mijn Belastingdienst.

This skill is natural-language invocable only for explicit checklist intent. Run it when the user directly asks for the checklist or gives an unambiguous affirmative reply to the field mapper's immediately preceding checklist offer. Do not run it merely because a field map exists, and never require a slash command or magic phrase.

Read first

Resolve every workspace/... path against workspace_root from session-progress.yaml (or profile.yaml); never create a second workspace/ tree. Read ../_shared/runtime-contract.md first. Resolve bundled files relative to this skill directory with the host's skill-resource or file tools. Do not depend on shell visibility or vendor-specific environment variables.

  • The relevant workpack: workspace/annual/2025/return-pack.md or workspace/provisional/2026/provisional-pack.md.
  • The matching field-map.yaml is required for annual, provisional request, and provisional change. It is not expected for provisional_2026_review or provisional_2026_stopzetten, so its absence is not a blocker for either workflow.
  • For provisional_2026_review, read workspace/provisional/2026/review-questions.md. If that review has already routed to a generated change workpack, use the change workpack and its field map instead.
  • The relevant submit-step reference (reference/annual-submit-steps.md, reference/provisional-submit-steps.md, or reference/stopzetten-submit-steps.md).
  • templates/manual-submission-checklist.md.
  • workspace/shared/missing-info.md and workspace/shared/assumptions.md, if present.

Output order — blockers first, then steps

Write workspace/shared/manual-submission-checklist.md in this order:

  1. Blockers (first). Everything that must be resolved before the user opens Mijn Belastingdienst: unresolved MISSING - enter manually rows and every manual_review_required row from an applicable field map; deferred items in missing-info.md; unconfirmed assumptions; review questions marked open or change-needed; and — for a voorlopige aanslag change — the "prepare and verify the complete dataset; the change form requires all applicable categories, not only the changed item" reminder. If there are no blockers, say so explicitly. Never report a missing field map as a blocker for review or stopzetten.
  2. Pre-flight. What to have ready: the evidence documents and the workpack open alongside the portal, plus the field map when that workflow produces one.
  3. Step-by-step entry or review. Use the ordered human steps from the relevant submit-step reference. Cross-reference values and source codes to field-map rows only for annual, provisional request, or provisional change. For review, use the review-question rows and route any change-needed item to the change flow; for stopzetten, use the stopzetten reference without inventing field-map rows.
  4. Final human review. The checks the taxpayer performs before deciding whether to sign and submit personally.

Read the full file on GitHub · 84 lines

Files

What ships with it

5 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. 12d ago First seen · 84 lines · 41 tokens per session scan C 4e03abf76949

Subscribe to this mod's changes

nl-tax-submit-companion is a skill published in the GitHub repository cyanxxy/nl-tax-agent-skills (10 stars, last pushed 17d ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,132 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). 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

expense-review-policy

Review invoices and contracts against accounts-payable policy before human approval.

openai/openai-cookbook · 17 tokens

kyc-doc-parse

Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.

anthropics/financial-services · 49 tokens

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

subcontractor-payment-tracker

Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 25 tokens