paymob

paymob is a skill for Claude Code, Codex from carofi-auto/agent-skills. It costs 112 tokens per session (728 once invoked), scanned A, original, MIT.

A guide for connecting an application to Paymob, a payment processor used across parts of the Middle East and North Africa. It covers payment setup, checkout pages, payment links, and payment notifications.

In plain words
What is it for?
Use it to create payment intentions, build hosted or embedded checkout, connect mobile checkout, generate payment links, and handle verified webhooks for cards and digital wallets.
Why use it?
It helps developers connect regional payment methods without having to work out each Paymob integration flow from scattered documentation. It also explains how to verify that payment notifications are genuine using HMAC signatures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create payment intentions, build hosted or embedded checkout, connect mobile checkout, generate payment links, and handle verified webhooks for cards and digital wallets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/carofi-auto/agent-skills/paymob
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 carofi-auto/agent-skills --skill paymob
Clone the repo
git clone --depth 1 https://github.com/carofi-auto/agent-skills

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/carofi-auto/agent-skills/paymob"><img src="https://agentmods.dev/badge/skills/carofi-auto/agent-skills/paymob.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 728 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.
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.00112 $0.00728
Opus 5 $0.00056 $0.00364
Sonnet 5 $0.00022 $0.00146
Haiku 4.5 $0.00011 $0.00073

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

Security

Grade A, and why

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

paymob/SKILL.md · 50 lines

How it starts

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

Paymob Integration

Attribution: This skill is built on top of the official Paymob LLM knowledge base published at paymob.com/llms.txt. All API knowledge, integration patterns, and flow documentation originate from Paymob's own documentation. Credit and thanks to the Paymob team for making their docs AI-agent-friendly.

Paymob is the dominant payment processor in the MENA region, operating in Egypt, Saudi Arabia, UAE, Kuwait, Oman, Bahrain, Jordan, and Pakistan.

When this skill activates

  • User mentions "Paymob" or references Paymob credentials (PAYMOB_SECRET_KEY, PAYMOB_PUBLIC_KEY, PAYMOB_INTEGRATION_ID)
  • User is building payment flows targeting Egypt, Saudi Arabia, UAE, Kuwait, Oman, Bahrain, Jordan, or Pakistan
  • User asks about payment intentions, hosted checkout, embedded checkout, HMAC callbacks, or QuickLinks
  • User's codebase contains Paymob API calls or SDK initialization

Non-negotiable rules

These rules apply to every Paymob integration regardless of what the user asks:

  1. HMAC validation is mandatory — never process a payment callback without first verifying the HMAC signature. A callback without valid HMAC must be rejected.
  2. Backend webhook = source of truth — the server-to-server webhook callback (after HMAC verification) is the only authoritative signal for payment status. Frontend redirects and SDK callbacks are UX signals only — never use them to confirm order fulfillment.
  3. Amount is always integer cents10000 = 100.00 EGP. Never use floats or strings.
  4. Integration IDs are environment-specific — test integration IDs only work with test credentials; live IDs only work with live credentials. Mixing them causes silent 404s.
  5. Secret key is server-side only — never include it in client-side code, browser bundles, or mobile app source. Exposure allows unauthorized charges on the merchant account.

Before writing any integration code

Read the relevant reference file for the task at hand:

Read the full file on GitHub · 50 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 50 lines · 112 tokens per session scan A ad0a904ef51e

Subscribe to this mod's changes

paymob is a skill published in the GitHub repository carofi-auto/agent-skills (5 stars, last pushed 2mo ago), licensed MIT. It adds 112 tokens to every session and 728 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-wholesale-sourcing

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

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

payment-processor

Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens