coverage

coverage is a command for Claude Code from Hainrixz/agente-pagokit. It costs 34 tokens per session (492 once invoked), scanned A, original, MIT.

A command that reports which payment providers, currencies, and local payment methods are verified for a specific country. It also checks requirements such as local acquiring and electronic invoicing.

In plain words
What is it for?
Use it when deciding how customers in a country can pay, which providers to integrate, and what local payment or invoicing rules may apply.
Why use it?
It replaces general assumptions about payment coverage with country-specific information and clearly identifies when no verified answer exists.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the pagokit plugin — 8 skills, 8 commands, 1 agent, 5 hooks shipped together

Good fit Use it when deciding how customers in a country can pay, which providers to integrate, and what local payment or invoicing rules may apply.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/hainrixz/agente-pagokit/coverage
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.

Clone the repo
git clone --depth 1 https://github.com/Hainrixz/agente-pagokit

Made for: Claude Code.

Or install pagokit, the plugin that ships this one along with the rest of its 8 skills, 8 commands, 1 agent, 5 hooks.

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 coverage

README.md
[![agentmods](https://agentmods.dev/badge/commands/hainrixz/agente-pagokit/coverage.svg)](https://agentmods.dev/commands/hainrixz/agente-pagokit/coverage)
Your own site
<a href="https://agentmods.dev/commands/hainrixz/agente-pagokit/coverage"><img src="https://agentmods.dev/badge/commands/hainrixz/agente-pagokit/coverage.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 492 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.
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.00034 $0.00492
Opus 5 $0.00017 $0.00246
Sonnet 5 $0.00007 $0.00098
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

coverage 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 3d 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.

commands/coverage.md · 48 lines

What it actually says

/pagokit:coverage

Answers "what are my options in X?" with data rather than a general impression.

  1. Resolve the argument to an ISO-3166 alpha-2 code. Accept a country name in English or Spanish. If the code is not in regions.json, say so plainly — an absent country means PagoKit has no verified answer there, which is different from there being no answer.
  2. Read skills/payment-advisor/data/regions.json for that code and providers.index.json for the providers it names.
  3. If unsupported is set, report the reason and stop. Do not suggest a workaround for a sanctioned market.

Output

<Country> (<code>) — <currency>, <exponent> decimal places

Local providers:      <name> [<level>] · <name> [<level>]
Cross-border MoR:     <name> [<level>]
Dominant instant rail: <rail label>
Local rails available: <methods from the catalog for this region>

What you must know:
• <requires_local_acquirer, with the reason, if set>
• <e-invoicing mandate, if set — and that a merchant of record removes the obligation>
• <installments_expected, if set>
• <currency exponent, when it is not 2 — the amount must be sent at that exponent>

PagoKit can build: <the providers at build level>
PagoKit can only advise on: <the ones at advise level>

If primary_providers is empty, say exactly that: there is no local provider in the catalog yet, the fallback is a cross-border merchant of record, and it costs more than a local option would. Do not dress that up.

Anti-patterns

  • Do not list a provider without its integration level.
  • Do not omit the e-invoicing obligation. A working payment is not a compliant sale.
  • Do not treat an empty primary_providers as "use the fallback and move on" — the user should know they are paying a cross-border premium.
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. 3d ago First seen · 48 lines · 34 tokens per session scan A f5bc97732ca4

Subscribe to this mod's changes

coverage is a command published in the GitHub repository Hainrixz/agente-pagokit (39 stars, last pushed 7d ago), licensed MIT. It adds 34 tokens to every session and 492 once invoked, about $0.0002 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-04.