Use this skill whenever the user asks about vat & gst across jurisdictions. Trigger phrases include "VAT", "GST", "sales tax", "OSS", "IOSS", "reverse charge", "e-invoicing". The skill is a thin router — it directs you to call the OpenAccountants MCP server (already configured at https://www.openaccountants.com/api/mcp) which holds 142 verified skill(s) for this scope.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountants-vat-gst:openaccountants-vat-gstThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This Claude plugin gives you direct access to **142 verified
This Claude plugin gives you direct access to 142 verified tax/accounting skill(s) from OpenAccountants for vat & gst across jurisdictions.
When the user asks anything in scope, follow this workflow:
start({ intent, jurisdiction }) on the
openaccountants MCP server. It returns a ready plan with the
exact skills to load.skills_to_load, call
get_skill({ slug }) — that returns the authoritative markdown
(rates, brackets, deductions, audit flash points, citations).request_accountant_review({ jurisdiction, scenario, working_paper })
to route them to the named lead verifier for that jurisdiction
with a Calendly link.albania-vatalgeria-vatar-vat-returnarmenia-vataustria-vat-returnazerbaijan-vatbahamas-vatbahrain-vatbangladesh-vatbarbados-vatbelarus-vatbelgium-einvoicebelgium-vat-returnbosnia-vatbrazil-einvoicebrazil-vatbulgaria-vat-returncambodia-vatcameroon-vatcl-vat-returncn-vatco-vat-returncroatia-vat-returncross-border-vat-gstcyprus-vat-returnczech-republic-vat-returndenmark-vat-returnegypt-vatestonia-vat-returnethiopia-vat…and 112 more — full list via list_skills on the MCP server.
Outputs are working papers, not filed returns. No client–accountant relationship until both sides sign an engagement letter. See openaccountants.com for the verifier network.
npx claudepluginhub openaccountants/marketplace --plugin openaccountants-vat-gstGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.