setup-chip
Set up, build, debug, and explain CHIP Collect payment integrations using the official CHIP Collect API documentation. Use when working with CHIP Collect purchases, checkout URLs, payment links, direct post, FPX, DuitNow QR, cards, e-wallets, callbacks, webhooks, signature verification, clients, recurring tokens, subscriptions, pre-authorization, refunds, captures, releases, payment methods, statements, account balance, account turnover, API keys, Brand ID, or CHIP Collect endpoint schemas.
npx skills add afu-it/malaysia-payment-gateway --skill setup-chip --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# CHIP Collect API Use this skill for CHIP Collect payment integration work. ## Source Read `references/chip-collect-docs.md` before giving factual API guidance or writing integration code. It contains all downloaded CHIP Collect markdown pages plus embedded OpenAPI blocks from: `https://docs.chip-in.asia/chip-collect/overview/introduction` Read `references/account-setup.md` when user asks how to register, which API keys are needed, where credentials come from, or what dashboard setup is required. ## Core Facts - Base URL: `https://gate.chip-in.asia/api/v1/` - Auth: `Authorization: Bearer <secret key>` for every request. - Credentials: API key and Brand ID come from CHIP Collect Developers pages in portal. - Amounts: money values are smallest currency units. Example: `price: 100` equals `RM 1.00`. - Create checkout/payment link flow: `POST /purchases/`, then use response `checkout_url`. - Payment status options: success callback, `GET /purchases/{id}/`, or webhook events. - Test cards: `4444 3333 2222 1111` non-3DS, `5555 5555 5555 4444` 3DS, CVC `123`, expiry >= current month/year. - Callback signature: `X-Signature` is base64 RSA PKCS#1 v1.5 over SHA256 digest of raw request body
- Source
- Core Facts
- Lookup Map
- Working Rules
What does the setup-chip skill do?
Set up, build, debug, and explain CHIP Collect payment integrations using the official CHIP Collect API documentation. Use when working with CHIP Collect purchases, checkout URLs, payment links, direct post, FPX, DuitNow QR, cards, e-wallets, callbacks, webhooks, signature verification, clients, recurring tokens, subscriptions, pre-authorization, refunds, captures, releases, payment methods, statements, account balance, account turnover, API keys, Brand ID, or CHIP Collect endpoint schemas.
How do I install it?
Run `npx skills add afu-it/malaysia-payment-gateway --skill setup-chip --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From afu-it/malaysia-payment-gateway, a repository with 67 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
