paymob-integration

paymob-integration is a skill for Claude Code, Codex from PaymobAccept/Paymob-AI-Integration-Skill. It costs 54 tokens per session (5,595 once invoked), scanned A, original, MIT.

Guidance for adding Paymob payments to websites, mobile apps, Shopify stores, and backend systems in Egypt, the UAE, Saudi Arabia, and Oman. Paymob is a payment service that processes online transactions.

In plain words
What is it for?
Use it when implementing Paymob checkout, the Intention API, mobile SDKs, HMAC webhook verification, refunds, subscriptions, or payment reconciliation.
Why use it?
It helps developers handle the provider-specific checkout, payment requests, notifications, refunds, subscriptions, and reconciliation work.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Part of the paymob-integration plugin — 1 skill, 3 commands, 1 MCP server shipped together

Good fit Use it when implementing Paymob checkout, the Intention API, mobile SDKs, HMAC webhook verification, refunds, subscriptions, or payment reconciliation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paymobaccept/paymob-ai-integration-skill/paymob-integration
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 PaymobAccept/Paymob-AI-Integration-Skill --skill paymob-integration
Clone the repo
git clone --depth 1 https://github.com/PaymobAccept/Paymob-AI-Integration-Skill

Made for: Claude Code, Codex.

Or install paymob-integration, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 1 MCP server.

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 paymob-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/paymobaccept/paymob-ai-integration-skill/paymob-integration/github.svg)](https://agentmods.dev/skills/paymobaccept/paymob-ai-integration-skill/paymob-integration)
Your own site
<a href="https://agentmods.dev/skills/paymobaccept/paymob-ai-integration-skill/paymob-integration"><img src="https://agentmods.dev/badge/skills/paymobaccept/paymob-ai-integration-skill/paymob-integration/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 paymob-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/paymobaccept/paymob-ai-integration-skill/paymob-integration"><img src="https://agentmods.dev/badge/skills/paymobaccept/paymob-ai-integration-skill/paymob-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,595 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.00054 $0.05595
Opus 5 $0.00027 $0.02797
Sonnet 5 $0.00011 $0.01119
Haiku 4.5 $0.00005 $0.00560

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

Security

Grade A, and why

paymob-integration 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 9d 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.

skills/paymob-integration/SKILL.md · 255 lines

How it starts

The opening of the file, as written. The whole thing — 255 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Paymob Payment Gateway Integration

This skill guides an AI coding agent (Claude Code, Codex, Replit, Lovable, etc.) through integrating a merchant's project with Paymob, covering Shopify app installation, the Intention API for web/backend (via Unified Checkout), and Mobile SDKs for native iOS/Android/Flutter/React Native apps. Paymob operates in Egypt, UAE, KSA, and Oman.

If the user asked for "a payment gateway" generically (without naming Paymob) for a business in one of these four markets, briefly confirm Paymob is the right fit (or ask if they already have a different provider in mind) before proceeding — don't silently assume.

Stay current. This skill embeds known-good specs as of 2026-06, but Paymob updates endpoints, field orders, and SDK versions independently of this file. Before finalizing code for exact request shapes, HMAC field orders, or SDK method signatures, cross-check the live docs — see Live Paymob resources at the bottom of this file (references/live-resources.md), especially the machine-readable llms.txt doc index. When the embedded spec and the live docs disagree, the live docs win.

Live account access (optional). Paymob also runs an official MCP server (https://mcp.paymob.com/mcp) that lets you act on the merchant's real account from inside the agent — create intentions/payment links, pull transactions/balances, export reports, request settlements — using the merchant's own API credentials. It's ideal for interactive testing and reconciliation, but it does not replace the HMAC-verified webhook as the source of truth for the merchant's app. Connection, authentication, and the full tool list are in references/mcp-server.md. The server is bundled when this skill is installed as a Claude or Codex plugin.

Live Paymob action safety

These rules apply to every authenticated account action, whether the host uses one agent or many:

  • Keep credentials and authenticated Paymob tools with the primary agent. Never give secrets or live-tool access to a subagent.
  • Before each live write, obtain the user's explicit confirmation for the current account, test/live mode, operation, target, amount, and currency. Do not reuse a broad or earlier approval for a different operation.
  • Read the current remote state first. Build a stable operation fingerprint from the account, mode, operation, target, amount, currency, and merchant reference; reuse the same merchant reference/idempotency key for the same intended action.
  • Never automatically retry a write after a timeout or ambiguous response. Query Paymob by the reference/fingerprint to learn whether the first request succeeded; retry only after the result is known and the user reconfirms if the action could duplicate or move money.
  • After a write, query and report the resulting remote object/status. A successful tool call is not by itself proof of the intended financial outcome.

Read the full file on GitHub · 255 lines

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. 9d ago First seen · 255 lines · 54 tokens per session scan A b3d4b335b45b

Subscribe to this mod's changes

paymob-integration is a skill published in the GitHub repository PaymobAccept/Paymob-AI-Integration-Skill (30 stars, last pushed 25d ago), licensed MIT. It adds 54 tokens to every session and 5,595 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

tariff-calculator-amazon

Universal tariff calculator for Amazon sellers. Calculate import duties, landed costs, and VAT/GST for any trade route. Supports CN→US, CN→EU, US→EU, EU→US, US→CN and custom origin/destination pairs. Includes Section 301 tariffs, trade agreement rates (USMCA, EVFTA), and HS code lookup. No API key required.

nexscope-ai/Amazon-Skills · 84 tokens

amazon-fba-calculator

Amazon FBA Calculator - Complete fee breakdown and profit analysis.

nexscope-ai/Amazon-Skills · 17 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 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

stripe-payments

Add Stripe payments to a web app — Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Covers the decision of which Stripe API to use, produces working integration code, and handles webhook verification. No MCP server needed — uses Stripe npm package directly. Triggers…

jezweb/claude-skills · 101 tokens

weekly-fno-trade-planner

Weekly F&O trade planning skill for Indian markets. Analyzes news/macro events, identifies trending sectors and instruments, determines probable direction, suggests option strategy with entry/exit levels, and manages stop-loss and profit booking after position entry. Use when user wants a weekly trade idea, F&O…

ajeeshworkspace/indian-trading-skills · 86 tokens