setup-curlec
Set up, build, debug, review, and explain Razorpay Curlec payment gateway integrations using Curlec and shared Razorpay documentation. Use when working with Curlec/Razorpay Standard Checkout, FPX or redirect payment methods, Orders API, Payments API, Refunds API, Payment Links, Basic Auth API keys, checkout.js options, callback_url, payment signature verification, webhook setup, webhook HMAC validation, sandbox/test mode, payment capture, payment status reconciliation, or Malaysia payment gateway go-live checks.
npx skills add afu-it/malaysia-payment-gateway --skill setup-curlec --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.
# Curlec Payment Gateway Use this skill for Razorpay Curlec payment gateway integration work. ## Source Read `references/curlec-payment-gateway.md` before giving factual API guidance or writing integration code. It contains source URLs, integration flow, endpoint map, signature rules, webhook rules, sandbox notes, and common failure fixes from Curlec docs. 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 Workflow 1. Identify product surface: Standard Checkout, redirect/FPX flow, Payment Links, Orders/Payments/Refunds API, mobile SDK, plugin, or payout/RazorpayX. 2. Identify environment: Test mode or Live mode. Keep keys, orders, webhooks, and dashboard checks separated by mode. 3. Create an internal transaction/order row first, then create a Curlec Order server-side. 4. Pass only the public Key ID and Curlec `order_id` to Checkout. Keep Key Secret server-side only. 5. On Checkout success, store `razorpay_payment_id`, `razorpay_order_id`, and `razorpay_signature`, then verify the signature on the server. 6. Use webhooks for durable asynchronous fulfilment and API fe
- Source
- Core Workflow
- Critical Rules
- Loophole Review Loop
What does the setup-curlec skill do?
Set up, build, debug, review, and explain Razorpay Curlec payment gateway integrations using Curlec and shared Razorpay documentation. Use when working with Curlec/Razorpay Standard Checkout, FPX or redirect payment methods, Orders API, Payments API, Refunds API, Payment Links, Basic Auth API keys, checkout.js options, callback_url, payment signature verification, webhook setup, webhook HMAC validation, sandbox/test mode, payment capture, payment status reconciliation, or Malaysia payment gateway go-live checks.
How do I install it?
Run `npx skills add afu-it/malaysia-payment-gateway --skill setup-curlec --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.
