Setup bcl
Set up, build, debug, review, and explain BCL payment gateway, BCL Pay, BCL Payment Link, BCL QR Terminal, BCL Forms, Bayarcash-linked setup, portal keys, transactions, webhooks, direct debit forms, client info, payment redirects, and BCL operating procedures using BCL docs.From its SKILL.md
npx -y skills add afu-it/malaysia-payment-gateway --skill setup-bclAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.9 KB, 371 tokens by cl100k_base, as published. Nobody here has run it
BCL Payment Gateway
Use this skill for BCL payment gateway and BCL Pay work.
Read references/bcl-docs.md before giving factual BCL guidance or writing integration code. It contains source URLs, product boundaries, setup flow, portal key guidance, transaction/webhook notes, and known links from docs.bcl.my.
Read references/account-setup.md when user asks how to register, which keys are needed, where credentials come from, or what dashboard setup is required.
Core Workflow
- Identify surface: BCL Pay setup, Payment Link, QR Terminal, Forms, client info, transactions, webhook, or direct debit.
- Check whether task is BCL-owned, Bayarcash-linked, or pure Bayarcash API work.
- Use BCL docs for BCL UI/workflow details; use Bayarcash docs only for raw Bayarcash API fields and checksum/callback specifics.
- Keep API keys, portal keys, and token values server-side unless BCL docs explicitly show public use.
- Treat payment status, callbacks, webhooks, and direct debit as high impact. Verify identity, amount, order/reference uniqueness, and idempotency before fulfilment.
Boundary Rules
- BCL is not the same documentation set as Bayarcash. BCL docs reference connecting BCL Pay to Bayarcash and exposing a Bayarcash portal key.
- Do not merge BCL procedures into the Bayarcash skill unless user asks for Bayarcash API details.
- Do not invent BCL endpoint schemas. If exact fields are missing from local reference, use live docs at
https://docs.bcl.my/. - For latest fees, supported channels, account-specific settings, dashboard UI changes, or webhook payload shape, verify live docs or account console first.
What ships with it: 3 files
8.1 KB alongside SKILL.md
agents/
- openai.yaml159 B
references/
- account-setup.md3.3 KB
- bcl-docs.md4.6 KB