szamlazzhu-vat-checkout-compatibility

szamlazzhu-vat-checkout-compatibility is a skill for Claude Code, Codex from Lonsdale201/wp-agent-skills. It costs 169 tokens per session (4,052 once invoked), scanned A, original, MIT.

A guide to connecting WooCommerce checkout and billing data to the Szamlazz.hu invoicing service, including company and VAT numbers.

In plain words
What is it for?
Use it to support VAT fields and validation in classic checkout, Checkout Blocks, the Store API, customer accounts, orders, and subscriptions.
Why use it?
It prevents checkout, customer records, invoices, renewals, and headless checkout from using conflicting tax information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to support VAT fields and validation in classic checkout, Checkout Blocks, the Store API, customer accounts, orders, and subscriptions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility
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 Lonsdale201/wp-agent-skills --skill szamlazzhu-vat-checkout-compatibility
Clone the repo
git clone --depth 1 https://github.com/Lonsdale201/wp-agent-skills

Made for: Claude Code, Codex.

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 szamlazzhu-vat-checkout-compatibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility/github.svg)](https://agentmods.dev/skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility)
Your own site
<a href="https://agentmods.dev/skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility"><img src="https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility/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 szamlazzhu-vat-checkout-compatibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility"><img src="https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/szamlazzhu-vat-checkout-compatibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 169 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,052 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.00169 $0.04052
Opus 5 $0.00084 $0.02026
Sonnet 5 $0.00034 $0.00810
Haiku 4.5 $0.00017 $0.00405

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

Security

Grade A, and why

szamlazzhu-vat-checkout-compatibility 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 yesterday.

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.

szamlazzhu/szamlazzhu-vat-checkout-compatibility/SKILL.md · 326 lines

How it starts

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

Szamlazz.hu VAT/Checkout Compatibility

Use this skill when a plugin/theme must cooperate with the Szamlazz.hu WooCommerce VAT/tax-number workflow. The goal is one source of truth for company billing and VAT data, so invoices, checkout validation, customer addresses, subscription renewals, admin orders, and Store API checkout all agree.

The plugin's VAT feature loads only when its vat_number_type option is not no. Guard your integration for sites where the Szamlazz.hu VAT UI is disabled.

Version 6.2 added the "VAT number for all countries" path and made wc_szamlazz_vat_number_validation_results run for invalid VAT results too. Version 6.2.2 further adjusts EU VAT validation behavior. This skill was rechecked against the local 6.2.2 source and WooCommerce 10.9.4.

When to use this skill

Trigger when ANY of these are true:

  • Adding or auditing a WooCommerce B2B/company billing field.
  • Mapping another plugin's VAT number into Szamlazz.hu invoices.
  • Supporting classic checkout and Checkout Blocks/Store API with the same VAT state.
  • Debugging required VAT/company validation, EU VAT exemption, or VIES/NAV validation.
  • The code touches wc_szamlazz_adoszam, _billing_wc_szamlazz_adoszam, _wc_szamlazz_adoszam_data, wc-szamlazz-vat-number, wc_szamlazz_xml_adoszam, wc_szamlazz_vat_number_validation_results, or woocommerce_store_api_checkout_update_order_from_request.

Canonical data contract

Surface Key/namespace Meaning
Classic checkout POST field wc_szamlazz_adoszam Shopper-entered HU tax number or EU VAT number.
Company toggle field wc_szamlazz_company_toggle Checkbox mode, when configured.
Company radio field wc_szamlazz_company_toggle_radio individual or company, when configured.
Order meta _billing_wc_szamlazz_adoszam Canonical order VAT/tax number used for invoices.
Legacy order meta wc_szamlazz_adoszam Backward compatibility; plugin migrates/read-falls back.
Order meta _wc_szamlazz_adoszam_data Validation payload from NAV/VIES.
User meta wc_szamlazz_adoszam Saved billing VAT number for logged-in customers.
Store API namespace wc-szamlazz-vat-number Checkout Blocks/cart extension state.
Cart extensions update data vat_number POST /wc/store/v1/cart/extensions update callback input.
Checkout extension data customer_type, billing_vat_number, billing_vat_number_info Final checkout payload saved to order meta.
WC session vat-number-data Current Store API/classic AJAX validation state.

Read the full file on GitHub · 326 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. yesterday Changed · -2 lines bff92d7ee8b7
  2. 9d ago First seen · 328 lines · 169 tokens per session scan A b0993b2e0dc0

Subscribe to this mod's changes

szamlazzhu-vat-checkout-compatibility is a skill published in the GitHub repository Lonsdale201/wp-agent-skills (22 stars, last pushed 2d ago), licensed MIT. It adds 169 tokens to every session and 4,052 once invoked, about $0.0008 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-09-03.

Related

Other skills, from other repositories

marketplace-purchase-vetting

Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.

AtlasOmnia/donna-starter · 72 tokens

saas-billing

Implement and audit SaaS billing systems, subscription state machines, secure webhooks, and local database synchronization / Implementasi dan audit sistem billing SaaS, state machine langganan, webhook aman, dan sinkronisasi database lokal.

roedyrustam/vibes-plug · 51 tokens

payment-gateway-expert

Expert guide for integrating payment gateways (Stripe, PayPal, Xendit, Midtrans, DOKU) and secure webhooks into SaaS platforms / Panduan ahli integrasi payment gateway dan webhook aman.

roedyrustam/vibes-plug · 49 tokens

doku-mcp-server

Expert guide for DOKU Model Context Protocol (MCP) Server integration. Enables AI Agentic Commerce with tools for payment links, Virtual Accounts, QRIS, transaction status checks, and client configuration (Claude Desktop, Cursor, AGY) / Panduan ahli DOKU MCP Server untuk AI Agentic Commerce.

roedyrustam/vibes-plug · 70 tokens

checkout-integration

Guide for starting hosted Checkout Sessions, payment links, and overlay or inline checkout for one-time and recurring products; use subscription-integration for post-checkout lifecycle management.

dodopayments/skills · 37 tokens

refunds-and-disputes

Guide for issuing refunds, handling disputes and chargebacks, and reconciling customer access with Dodo Payments.

dodopayments/skills · 28 tokens