Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add socialproKGCMG/socialpro-szamlazz/plugin install socialpro-szamlazzWrote 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.
[](https://agentmods.dev/skills/socialprokgcmg/socialpro-szamlazz/szamlazz)<a href="https://agentmods.dev/skills/socialprokgcmg/socialpro-szamlazz/szamlazz"><img src="https://agentmods.dev/badge/skills/socialprokgcmg/socialpro-szamlazz/szamlazz/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.
<a href="https://agentmods.dev/skills/socialprokgcmg/socialpro-szamlazz/szamlazz"><img src="https://agentmods.dev/badge/skills/socialprokgcmg/socialpro-szamlazz/szamlazz.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00202 | $0.04453 |
| Opus 5 | $0.00101 | $0.02227 |
| Sonnet 5 | $0.00040 | $0.00891 |
| Haiku 4.5 | $0.00020 | $0.00445 |
Grade A, and why
szamlazz 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.
How it starts
The opening of the file, as written. The whole thing — 466 lines — stays where its author put it; the contents beside it link to each section on GitHub.
All user-facing output (confirmations, summaries, error messages) is in Hungarian because the end user is Hungarian and the invoice itself is a Hungarian legal document. Internal reasoning and this file are in English so external reviewers can audit the logic.
Technical foundations
- CLI entry point:
python "${CLAUDE_PLUGIN_ROOT}/scripts/szamlazz_cli.py" <subcommand> - Subcommands:
doctor,init,invoice,storno,proforma,pdf-fetch,xml-fetch,taxpayer - Config lookup: the CLI resolves config from these locations in order:
$SZAMLAZZ_CONFIG_DIRenv var./.szamlazz/in the current working directory- OS default (
~/Library/Application Support/szamlazz/on macOS,~/.config/szamlazz/on Linux,%APPDATA%\szamlazz\on Windows) ~/.claude/szamlazz/(legacy fallback)
- API key: loaded from
$SZAMLAZZ_AGENT_KEYenv var, or from<config_dir>/.env - PDF output: default
./invoices/YYYY-MM/<invoice_number>.pdf(current working directory)
Reference files (read these if you need details)
${CLAUDE_PLUGIN_ROOT}/skills/szamlazz/references/api-reference.md— Agent API endpoints, headers, error codes, VAT rates${CLAUDE_PLUGIN_ROOT}/skills/szamlazz/references/xml-templates.md— XML templates for every operation
Critical calculation rule
szamlazz.hu does NOT compute totals — the client must send exact values:
nettoErtek = mennyiseg × nettoEgysegar (2 decimals, ROUND_HALF_UP)
afaErtek = nettoErtek × afakulcs / 100 (2 decimals, ROUND_HALF_UP)
bruttoErtek = nettoErtek + afaErtek
What ships with it
2 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.
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.
- 12d ago First seen · 466 lines · 202 tokens per session scan A b590fee2b3ab
szamlazz is a skill published in the GitHub repository socialproKGCMG/socialpro-szamlazz (1 stars, last pushed 5mo ago), licensed MIT. It adds 202 tokens to every session and 4,453 once invoked, about $0.0010 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.
Other skills, from other repositories
merit-documents
Keep every Merit Aktiva transaction backed by its source document (receipt / supplier invoice). Audits Merit for invoices missing an attachment, searches configured sources (local folders, or Gmail/Drive/etc. via a command adapter) for the matching PDF, stages or attaches it, and reports what it cannot find to a…
Invoice Automation
Automate invoice generation, sending, tracking, and payment reconciliation across accounting platforms.
csv-importer
A tool for importing transaction CSV files—spreadsheet files separated by commas—from Japanese accounting software and classifying every imported row.
tax-prep
Organize financial records into tax-ready reports — P&L mapped to Schedule C lines, quarterly breakdowns, 1099 contractor summary, and flagged items requiring special treatment. Does not file taxes or give tax advice. Coordinates with specialized skills for meals, depreciation, home office, vehicle, and 1099 details.…
recipe-create-expense-tracker
Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
invoice
A printable invoice layout containing seller and customer details, billed items, tax, totals, and payment instructions.