Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add PaymobAccept/Paymob-AI-Integration-Skill/plugin install paymob-integrationWrote 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.
[](https://agentmods.dev/commands/paymobaccept/paymob-ai-integration-skill/paymob-explain-error)<a href="https://agentmods.dev/commands/paymobaccept/paymob-ai-integration-skill/paymob-explain-error"><img src="https://agentmods.dev/badge/commands/paymobaccept/paymob-ai-integration-skill/paymob-explain-error.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.00716 |
| Opus 5 | $0.00010 | $0.00358 |
| Sonnet 5 | $0.00004 | $0.00143 |
| Haiku 4.5 | $0.00002 | $0.00072 |
Grade A, and why
paymob-explain-error 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 7d 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.
What it actually says
The user wants this Paymob error explained: $ARGUMENTS
Locating the skill files. SKILL.md and its references/ directory live together. Use the first of these that exists:
${CLAUDE_PLUGIN_ROOT}/skills/paymob-integration/— plugin install~/.claude/skills/paymob-integration/— personal skill install.~is the user's home directory; on Windows expand it yourself (%USERPROFILE%\.claude\skills\…), since a literal~will not resolve there.skills/paymob-integration/— repository checkout, relative to the working directory
${CLAUDE_PLUGIN_ROOT} is substituted only for plugin installs. If you see it unexpanded, you are not in one — use path 2 or 3. If none resolve, search for SKILL.md under any paymob-integration directory. Paths written as references/… below are relative to whichever root you resolved.
If you cannot read the files, say so and stop. Do not explain a Paymob error from memory — a plausible-sounding wrong cause sends the merchant to debug the wrong layer.
- Read the Troubleshooting table in
SKILL.mdand match$ARGUMENTSagainst its rows (by HTTP status, error text, or symptom). Quote the cause(s) listed for the matching row — do not paraphrase from memory, read the table each time in case it has changed. - If the fix involves code, open the reference file matching the user's project language/framework —
references/code-nodejs.md,references/code-python.md,references/code-php.md,references/code-dotnet.md,references/code-ruby.md, orreferences/code-frontend.md— and adapt its corrected snippet to the user's project. Do not write a fix that contradicts what's in that file (for example, don't invent a different HMAC digest, header scheme, or amount unit than what the reference shows). - If the matching row is the HMAC-mismatch row, also read
references/hmac-verification.mdbefore answering and get the field order, digest algorithm, and theobj.id/order.id(POST) vsid/order_id(GET redirect) distinction from that file directly — never restate the field order from memory or from this command file, since this file intentionally carries no copy of it. - If
$ARGUMENTSdoes not match any row in the table, say so explicitly rather than guessing at a cause. Then:- Point the user to
references/live-resources.md, in particular thellms.txtdoc index, to look up the current, authoritative explanation. - Offer to fetch the relevant Paymob docs page yourself, or ask the user to paste the relevant section if the docs are blocked to automated fetches (Paymob's docs sit behind Cloudflare, which can 403 some fetchers).
- If the user has narrowed it to a specific unlisted status code, note that it may be an account, region, or method-specific error not yet cataloged in this skill.
- Point the user to
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.
- 7d ago First seen · 26 lines · 20 tokens per session scan A 5b85d0ae2131
paymob-explain-error is a command published in the GitHub repository PaymobAccept/Paymob-AI-Integration-Skill (30 stars, last pushed 22d ago), licensed MIT. It adds 20 tokens to every session and 716 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-08-30.
Other commands, from other repositories
burn-rate
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
replay
Summarize one Agent Monitor session by id — header plus a concise transcript recap.
secular-trends
Secular technology trends analysis — technology adoption cycles, disruption risk, strategic positioning.
unit-economics
Unit economics analysis — CAC/LTV estimation, churn inference, gross margin per unit.
competitive
Competitive landscape analysis — peer positioning, market-share dynamics, moat assessment.
linkerd
Linkerd-specific diagnostics — mTLS verification, proxy injection issues, authorization policy debugging, traffic management, and multi-cluster connectivity problems.