nl-tax-winst

nl-tax-winst is a skill for Claude Code, Codex from cyanxxy/nl-tax-agent-skills. It costs 41 tokens per session (5,023 once invoked), scanned A, original, Apache-2.0.

A Dutch tax helper for determining 2025 business profit or recording a sourced forecast of 2026 business profit for an independent business owner.

In plain words
What is it for?
Following the 2025 profit calculation chain or recording a reviewed 2026 expected-profit forecast without preparing unrelated tax amounts.
Why use it?
It separates the two tax calculations and keeps the profit figure tied to the required accounting and deduction steps.

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 Following the 2025 profit calculation chain or recording a reviewed 2026 expected-profit forecast without preparing unrelated tax amounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyanxxy/nl-tax-agent-skills/nl-tax-winst
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-winst
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-winst

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyanxxy/nl-tax-agent-skills/nl-tax-winst"><img src="https://agentmods.dev/badge/skills/cyanxxy/nl-tax-agent-skills/nl-tax-winst.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 5,023 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.05023
Opus 5 $0.00020 $0.02511
Sonnet 5 $0.00008 $0.01005
Haiku 4.5 $0.00004 $0.00502

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

Security

Grade A, and why

nl-tax-winst 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.

plugins/nl-tax-agent-skills/skills/nl-tax-winst/SKILL.md · 307 lines

How it starts

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

NL Tax Winst uit onderneming

Background helper with two modes that are never blended:

  • Annual 2025 profit determination: determine the belastbare winst uit onderneming for an IB-ondernemer by following the ordered chain in winstberekening-2025.md -- from a finalized profit-and-loss statement and finalized balance, through the investeringsaftrek, the ondernemersaftrek and the MKB-winstvrijstelling. Return that amount with every line of its derivation, its provenance, and its open questions to the annual workflow, which owns the box 1 total and every artifact.
  • Provisional 2026 expected-profit forecast: record the taxpayer's sourced, user-reviewed forecast for Winst uit onderneming as onderneming.geschatte_winst. Do not prepare annual accounts, annual deductions, a Zvw amount, cessation profit, or final tax; raise the separate voorlopige aanslag Zvw with the taxpayer without sizing it.

This helper may be called through a Skill/Task tool or inlined by an owning workflow when no such tool exists. The same output contract applies either way.

Read first

Resolve every workspace/... path against workspace_root from session-progress.yaml (or profile.yaml); never create a second workspace/ tree. _shared/ is the plugin-shared folder at this skill's ../_shared/. 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.

Select the owning workflow's mode before loading mode-specific material. Never load both modes for comparison.

For annual 2025 profit determination, read the reviewed 2025 knowledge notes below. They are canonical for every rate, amount, and threshold. Never paraphrase a figure from memory; return each loaded source_id to the owning workflow so it can append the ID to the active workflow's session-progress.yamlsources_loaded_by_workflow list and mirror it in top-level sources_loaded. Always read the first three. Open each remaining note when the taxpayer's own facts touch it, and report the exact path when one cannot be opened:

Read the full file on GitHub · 307 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. 12d ago First seen · 307 lines · 41 tokens per session scan A 23366711cb5d

Subscribe to this mod's changes

nl-tax-winst 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 5,023 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

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens