cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API — with NAV taxpayer lookup and automatic partner cache
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/szamlazzContext preview
What this command does when you run it.
Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API — with NAV taxpayer lookup and automatic partner cache
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion argument-hint: <invoice details or subcommand> description: Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API — with NAV taxpayer lookup and automatic partner cache
Issue, cancel (storno), and download Hungarian invoices from Claude Code using the [szamlazz.hu](https://www.szamlazz.hu/) Agent API: $ARGUMENTS
Part of the [socialpro-szamlazz](https://github.com/socialproKGCMG/socialpro-szamlazz) plugin by [SocialPro](https://www.socialpro.hu) — a Hungarian AI automation and digital marketing agency.
Hungarian invoicing (számlázás) via szamlazz.hu is one of the most common SaaS-driven time sinks for Hungarian SMEs. Their Agent API is XML-only and undocumented in English. This command turns invoicing into a single natural-language prompt:
> "állíts ki egy 150 000 Ft-os számlát Példa Kft.-nek webfejlesztésről"
# Install the plugin /plugin marketplace add socialproKGCMG/socialpro-plugins /plugin install szamlazz@socialpro-plugins # Issue an invoice /szamlazz állíts ki egy számlát Példa Kft.-nek 150 000 Ft-ról webfejlesztésről # Cancel an invoice /szamlazz sztornózd a SOC-2026-0042 számlát # Proforma / díjbekérő /szamlazz díjbekérő Acme Ltd-nek 500 EUR-ról konzultációért # Download PDF /szamlazz töltsd le a SOC-2026-0042 PDF-jét # NAV taxpayer lookup /szamlazz ki ez a cég: 12345678-2-42
The command activates on Hungarian AND English trigger words (számla, invoice, sztornó, storno, díjbekérő, proforma, etc.). On first run it detects missing config and walks through an interactive setup:
1. **Agent API key** — from szamlazz.hu settings 2. **Seller tax number** — auto-fetches company data from NAV 3. **Bank account** — auto-detects bank name from giro prefix
After setup, invoices follow a strict flow: 1. Load seller config from `seller.yaml` 2. Resolve customer (partner cache → NAV lookup → manual input) 3. Collect line items with VAT rate 4. Show confirmation summary (mandatory — invoices are legal documents) 5. Fire XML to szamlazz.hu Agent API 6. Save PDF locally, update partner cache
All amounts use `Decimal` with `ROUND_HALF_UP` to 2 decimals — the szamlazz.hu API rejects calculation mismatches.
The 7 most common szamlazz.hu error codes are translated into Hungarian with actionable recovery:
| Code | Meaning | Recovery | |---:|---|---| | 3 | Auth failed | Regenerate Agent key | | 54, 55 | e-Számla cert | Retry with eszamla=false | | 57, 259-264 | Calc mismatch | Recalculate with Decimal | | 136 | Unpaid balance | Pay szamlazz.hu subscription |
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image