BML Connect Claude Code Skill
Description
A Claude Code skill for integrating with Bank of Maldives (BML) Connect payment API.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Skill — BML Connect
A Claude Code skill for integrating with Bank of Maldives (BML) Connect payment API.
When installed, Claude Code automatically knows how to work with BML Connect — correct endpoints, authentication, laari conversion, webhook signature verification, tokenization, and all the quirks that trip up developers.
What This Skill Covers
- Authentication (API key pattern, public vs secret keys)
- Creating and managing transactions (v2 API)
- Webhook handling and signature verification (SHA256, timing-safe)
- Card-on-file / tokenization (two-step charge flow)
- Customer management (
/public-customersdash URL) - QR code and payment link flow
- SMS/Email sending (and the known AWS auth fallback)
- Multi-merchant SaaS patterns
- Local development setup (webhook tunnel vs simulation)
- Money handling (laari/MVR integer conversion)
- MIB bank limitation
- Common pitfalls
Installation
git clone https://github.com/umarey/claude-skill-bml-connect ~/.claude/skills/bml-connect
Then add this line to your project's `CLAUDE.md` (or `~/.claude/CLAUDE.md` for global access):
@~/.claude/skills/bml-connect/SKILL.md
That's it. Next time you ask Claude Code to integrate BML Connect, it'll know exactly what to do.
Updating
git -C ~/.claude/skills/bml-connect pull
What's the difference?
Without this skill, Claude guesses BML-specific details and gets them wrong — wrong endpoints, wrong signature formula, no laari conversion, invented header names. With it, Claude gets every detail right:
| Test Case | With Skill | Without Skill |
|---|---|---|
| Express payment integration | 6/6 (100%) | 2/6 (33%) |
| Laravel webhook verification | 5/5 (100%) | 3/5 (60%) |
| Next.js card tokenization | 5/5 (100%) | 0/5 (0%) |
| Overall | 16/16 (100%) | 5/16 (31%) |
Tested Against
- BML Connect API (March 2026)
- Works with any framework — Node.js, Laravel, Next.js, Django, etc.
Contributing
Found som
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11