webpay-checkout

webpay-checkout is a skill for Claude Code from theYahia/WWmcp. It costs 23 tokens per session (490 once invoked), scanned A, original, MIT.

A payment flow for taking Orange Money WebPay payments in French-speaking African markets. It creates a customer payment page and checks the payment until it reaches a final state.

In plain words
What is it for?
Use it to create an Orange Money payment link, send it to a customer, and check the result using the order details and payment token.
Why use it?
It removes the need to manually build the payment request, keep its tracking token, and decide whether a long-pending payment was actually completed.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to create an Orange Money payment link, send it to a customer, and check the result using the order details and payment token.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theyahia/wwmcp/webpay-checkout
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add theYahia/WWmcp --skill webpay-checkout
Clone the repo
git clone --depth 1 https://github.com/theYahia/WWmcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for webpay-checkout

README.md
[![agentmods](https://agentmods.dev/badge/skills/theyahia/wwmcp/webpay-checkout/github.svg)](https://agentmods.dev/skills/theyahia/wwmcp/webpay-checkout)
Your own site
<a href="https://agentmods.dev/skills/theyahia/wwmcp/webpay-checkout"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/webpay-checkout/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for webpay-checkout

Your own site · 80×15
<a href="https://agentmods.dev/skills/theyahia/wwmcp/webpay-checkout"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/webpay-checkout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 490 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00490
Opus 5 $0.00012 $0.00245
Sonnet 5 $0.00005 $0.00098
Haiku 4.5 $0.00002 $0.00049

Measured 6d ago against content hash b5750f09cfe4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

webpay-checkout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

servers/orange-money/.claude/skills/webpay-checkout/SKILL.md · 52 lines

What it actually says

/webpay-checkout — Orange Money WebPay

Algorithm

  1. Call list_supported_countries if the user is unsure which market this account serves. It also tells you the currency: XOF for West Africa, XAF for Central Africa.
  2. Collect amount (in whole local units — these currencies have no minor unit), currency, order_id (unique per attempt), return_url, cancel_url and notif_url.
  3. Call create_webpayment with those, plus optionally reference and lang (fr or en; fr is the right default for most of this footprint).
  4. Keep the pay_token from the response — you cannot query the payment without it. Send the customer to the returned payment URL, where they enter their Orange Money PIN.
  5. Call get_payment_status with order_id, amount and pay_token — all three are required and must match the original request exactly.
  6. Poll until the status is final. A customer who abandoned the PIN screen leaves the payment pending indefinitely — treat a long pending as abandoned, not as paid.

Response format

## Orange Money WebPay

**order_id**: CMD-2026-0142
**Amount**: 15,000 XOF
**Country**: Cote d'Ivoire
**Status**: SUCCESS
**txnid**: OM240903.1432.B00123

Payment link: https://webpayment.orange-money.com/...

Notes

  • XOF and XAF have no decimals. 15000 means fifteen thousand francs, not 150.00.
  • pay_token is single-use per order and is the only key to get_payment_status — losing it means losing the ability to check that payment from this server.
  • amount passed to get_payment_status must be identical to the one in create_webpayment; a mismatch returns an error rather than the payment.

Examples

/webpay-checkout 15000 XOF CMD-2026-0142
/webpay-checkout 5000 XAF ORDER-88
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 52 lines · 23 tokens per session scan A b5750f09cfe4

Subscribe to this mod's changes

webpay-checkout is a skill published in the GitHub repository theYahia/WWmcp (29 stars, last pushed 5d ago), licensed MIT. It adds 23 tokens to every session and 490 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

lemonsqueezy

Operate Lemon Squeezy — the Merchant of Record for digital products and SaaS — via its JSON:API REST endpoints. Covers stores, products, variants, checkouts, orders, subscriptions, customers, and license keys. Use when the user wants MoR billing (EU VAT, chargebacks, sales tax all handled for 5% + fees) instead of…

mnlt/teleport · 84 tokens

stripe-link-cli

Agent payments via Stripe Link — cards, SPT, approvals.

NousResearch/hermes-agent · 17 tokens

stripe-best-practices

Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax…

stripe/ai · 161 tokens

okx-cex-portfolio

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

okx/agent-trade-kit · 236 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

amazon-returns-recovery

Suede-affiliated Amazon money-recovery audit for restocking fees, short or denied refunds, and Amazon-billed subscriptions. Use when the user mentions a restocking fee, a short or denied Amazon refund, or a forgotten Prime Video Channel, Audible, Kindle Unlimited, or Prime charge, or asks whether Amazon still owes or…

JasonColapietro/suede-creator-skills · 138 tokens