From malga-integration-toolkit
Use this skill to guide developers, support engineers, or sales/solutions engineers through the initial Malga integration journey. Triggers on questions about getting started with Malga, creating an account, obtaining API credentials (X-Client-Id / X-Api-Key), understanding sandbox versus production environments, activating an account for production, and choosing the right integration method (API Charges, API Sessions, SDK Node, Checkout SDK, Checkout Full, Link de Pagamento, or VTEX plugin). Also covers "qual o melhor método para integrar com a Malga", "como começo", "como obter chaves", "como ativar minha conta Malga", "Malga onboarding", and "Malga sandbox vs produção".
How this skill is triggered — by the user, by Claude, or both
Slash command
/malga-integration-toolkit:getting-startedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
_
_ __ ___ __ _| | __ _ __ _
| '_ ` _ \ / _` | |/ _` |/ _` |
| | | | | | (_| | | (_| | (_| |
|_| |_| |_|\__,_|_|\__, |\__,_|
|___/
Payment orchestration for Brazil
Orquestração de pagamentos para o Brasil
Malga is a Brazilian payment orchestrator and provider. A single integration gives merchants access to multiple payment gateways, antifraud providers, intelligent routing (Fluxos Inteligentes), tokenization, 3DS2, split, recurrence, and analytics.
Use this skill when the user is at the start of their integration journey or is unsure which integration path to take.
X-Client-Id — the client identifierX-Api-Key — the secret API keymerchant is provisioned so charges can be created immediately.tokenization skill.All API calls authenticate via HTTP headers:
curl --location --request GET 'https://api.malga.io/v1/' \
--header 'X-Client-Id: <YOUR_CLIENT_ID>' \
--header 'X-Api-Key: <YOUR_SECRET_KEY>'
Base URL: https://api.malga.io/v1/
POST /charges/{id}/sandbox-status and PATCH /charges/{id}/sandbox-antifraud-status.Recommend the path based on the merchant's context:
| Scenario | Recommend | Why |
|---|---|---|
| Full backend control, custom UX | API Charges (direct REST) | Maximum flexibility; works with any frontend |
| Hosted checkout, minimal backend | API Sessions + Malga Checkout | Sessions describe an order; Malga renders the checkout |
| Node.js backend | SDK Node (@malga/node) | Typed client wrapping the REST API |
| Drop-in frontend, fast time-to-market | Checkout SDK or Checkout Full | Pre-built UI components; PCI-safe |
| No-code, sell without a site | Link de Pagamento | Create a link in Dashboard or via Sessions API |
| Already on VTEX | VTEX connector | Native plugin; Smart Flows + antifraud + Pix/Card/Boleto |
Always confirm:
split-paymentsrecurrencetokenizationantifraud and/or three-ds-twocharge.succeeded.Do not embed sample credentials in any code you generate. Always reference environment variables (e.g., MALGA_CLIENT_ID, MALGA_API_KEY).
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub plughacker/malga-claude-plugins --plugin malga-integration-toolkit