personal-income-summary

personal-income-summary is a skill for Claude Code from robert-malai/anafpy. It costs 189 tokens per session (1,703 once invoked), scanned A, original, Apache-2.0.

A skill for summarizing a Romanian person’s recorded income for one or more tax years using official ANAF records. ANAF is Romania’s tax authority, and SPV is its online taxpayer portal.

In plain words
What is it for?
Use it to report yearly personal income in Romanian lei from ANAF income certificates and D212 tax-return records.
Why use it?
It gathers the relevant income certificates and tax-return copies so the person does not have to assemble and interpret those records manually.

Skill for Claude Code

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

Part of the anafpy-workflows plugin — 3 skills shipped together

Good fit Use it to report yearly personal income in Romanian lei from ANAF income certificates and D212 tax-return records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/robert-malai/anafpy/personal-income-summary
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 robert-malai/anafpy --skill personal-income-summary
Clone the repo
git clone --depth 1 https://github.com/robert-malai/anafpy

Made for: Claude Code.

Or install anafpy-workflows, the plugin that ships this one along with the rest of its 3 skills.

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 personal-income-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/robert-malai/anafpy/personal-income-summary/github.svg)](https://agentmods.dev/skills/robert-malai/anafpy/personal-income-summary)
Your own site
<a href="https://agentmods.dev/skills/robert-malai/anafpy/personal-income-summary"><img src="https://agentmods.dev/badge/skills/robert-malai/anafpy/personal-income-summary/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 personal-income-summary

Your own site · 80×15
<a href="https://agentmods.dev/skills/robert-malai/anafpy/personal-income-summary"><img src="https://agentmods.dev/badge/skills/robert-malai/anafpy/personal-income-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,703 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.00189 $0.01703
Opus 5 $0.00095 $0.00851
Sonnet 5 $0.00038 $0.00341
Haiku 4.5 $0.00019 $0.00170

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

Security

Grade A, and why

personal-income-summary 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/anafpy-workflows/skills/personal-income-summary/SKILL.md · 124 lines

How it starts

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

Personal income summary (ANAF)

Answer "what was my income?" for a Romanian natural person by pulling the authoritative ANAF records, extracting the figures, and presenting a clean per-year summary — with an optional Excel workbook.

Uses the anafpy MCP SPV tools. All amounts are in lei (RON).

When this applies

The user is asking about their own personal income over one or more years — phrased in Romanian or English, formally or casually. This skill assumes personal (natural-person) income by default; see "Whose income" below for the company-income branch.

Default tools & why

For personal income, two SPV reports are the right default — request both for each year:

  1. Adeverințe Venit (income certificate) — the PRIMARY source. It aggregates every realized income ANAF has on record for the person that year: salaries (from employer D112 filings), independent activity / intellectual property (from the Declarația Unică), interest (from D205), etc., each with gross income, taxable base, and tax. This one certificate usually answers the whole question.
  2. D212 (Declarația Unică duplicate) — SUPPORTING source. The person's own self-declared return; use it to confirm/detail the independent-activity portion. The adeverință already folds this in, so D212 is a cross-check, not the headline.

Do not default to company reports (D300, D101, bilanț, etc.) — those are for legal entities, not personal income.

Workflow

1. Confirm the SPV session

Call auth_status, then spv_status. spv_status returns the certificate holder's cnp and authorized_cuis. If there is no active session, tell the user to log in host-side (anafpy spv login) or, only if they explicitly ask, call spv_login(confirm=true) (this fires their PIN/2FA). Do not proceed without a session.

2. Pick the CNP and the years

  • Whose income (default = personal). Use the personal CNP from spv_status.cnp as the cui for every request. If authorized_cuis also contains company CIFs and the user's wording is ambiguous about personal vs company income, ask once which they mean; otherwise assume personal.
  • Which years (default = last 3 completed fiscal years). If the user names a year or range, use it. Otherwise default to the three most recent completed fiscal years. A fiscal year is "available" once its Declarația Unică deadline has passed (≈ 25 May of the following year); if today is before that, the most recent year may only have partial data — still request it and note the caveat.

Read the full file on GitHub · 124 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 · 124 lines · 189 tokens per session scan A 1bf9f8bb3adf

Subscribe to this mod's changes

personal-income-summary is a skill published in the GitHub repository robert-malai/anafpy (27 stars, last pushed 12d ago), licensed Apache-2.0. It adds 189 tokens to every session and 1,703 once invoked, about $0.0009 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-30.

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