Payment Advisor

Recommends one payment provider (Stripe/MP/Wompi/Lemon Squeezy) with real fee math, no vendor talk.

Works with setup

Test report

Verdict
Works with setup
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · bdc8715

Ran the full filter+score pipeline by hand against the real providers.json/regions.json/methods.json for a Mexican solo-founder SaaS: it correctly excluded Wompi (no MX coverage) and Lemon Squeezy (no OXXO), ranked Mercado Pago over Stripe for an individual LatAm seller, and caught something the baseline missed entirely -- Mercado Pago's currency list has no USD, directly conflicting with the user's stated 'price in USD' requirement.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What Payment Advisor does

Runs a short wizard to recommend a single payment provider for a project based on country, currency, billing mode, and required local methods (OXXO, PSE, Pix, Bizum), then hands off to an integration-builder subagent to generate the code. Triggers on 'which payment processor should I use', 'Stripe vs Mercado Pago', or /pagokit:start; does not trigger for how-to questions about a provider you've already chosen or general pricing-strategy questions.

How to install Payment Advisor

git clone https://github.com/Hainrixz/agente-pagokit
cd agente-pagokit
mkdir -p ~/.claude/skills
cp -r skills/payment-advisor ~/.claude/skills/payment-advisor

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Payment Advisor

  • /payment-advisor Recommends one payment provider (Stripe/MP/Wompi/Lemon Squeezy) with real fee math, no vendor talk.

It also activates on plain-language prompts like these:

  • Which payment processor should I use for a Mexican SaaS with OXXO?
  • Stripe vs Mercado Pago for a subscription business in Latin America?
  • Recommend one payment provider for my project, no vendor comparisons

Frequently asked questions

Is the Payment Advisor skill free?
Yes. The skill itself is free from Hainrixz/agente-pagokit. SkillProof publishes the install command and an independent test verdict at no cost.
Does Payment Advisor work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Ran the full filter+score pipeline by hand against the real providers.json/regions.json/methods.json for a Mexican solo-founder SaaS: it correctly excluded Wompi (no MX coverage) and Lemon Squeezy (no OXXO), ranked Mercado Pago over Stripe for an individual LatAm seller, and caught something the baseline missed entirely -- Mercado Pago's currency list has no USD, directly conflicting with the user's stated 'price in USD' requirement.
What is the Payment Advisor SkillProof Score?
8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install Payment Advisor?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Payment Advisor with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.