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.
npx agentmods add skills/p2pdotme/payment-integrators/new-integratornpx skills add p2pdotme/payment-integrators --skill new-integratorgit clone --depth 1 https://github.com/p2pdotme/payment-integratorsWrote 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/skills/p2pdotme/payment-integrators/new-integrator)<a href="https://agentmods.dev/skills/p2pdotme/payment-integrators/new-integrator"><img src="https://agentmods.dev/badge/skills/p2pdotme/payment-integrators/new-integrator.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.00072 | $0.02003 |
| Opus 5 | $0.00036 | $0.01001 |
| Sonnet 5 | $0.00014 | $0.00401 |
| Haiku 4.5 | $0.00007 | $0.00200 |
Grade A, and why
new-integrator 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.
How it starts
The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scaffold a new integrator
Scaffold a new integrator named $name under contracts/integrators/<name>/. This is a guided multi-step workflow that follows CONTRIBUTING.md. At every step, default to the convention and soft-warn on deviation — never hard-block.
Step 0 — Preconditions
Run these and abort with a clear message if any fail:
- Confirm CWD is the
payment-integratorsrepo: readpackage.jsonand check"name": "@p2pdotme/payment-integrators". If not, tell the user "this skill only runs inside the payment-integrators repo" and stop. - Confirm
git statusis clean OR the only diff is untracked.claude/. If there are unstaged changes, ask the user to commit or stash before continuing. - Confirm the canonical template exists at
contracts/templates/MyIntegrator.sol. If not, the repo is in an unexpected state — abort.
Step 1 — Resolve the name
If $name is empty, ask: "What's the integrator name? Use kebab-case for the directory (e.g. acme-checkout → contracts/integrators/acme-checkout/)."
Derive these three forms and confirm with the user:
| Form | Example for acme-checkout |
Used where |
|---|---|---|
kebab |
acme-checkout |
directory, filenames, deploy script |
Pascal |
AcmeCheckout |
Solidity contract name (AcmeCheckoutCheckoutIntegrator ← yes, doubled — see warn below) |
display |
Acme Checkout |
docs page title, PR title |
Soft-warn if the user-supplied name doesn't match ^[a-z][a-z0-9-]{1,30}$. The convention is lowercase kebab; warn but accept anything that's a valid filesystem identifier.
Naming convention for the Solidity contract: <Pascal>CheckoutIntegrator.sol. If Pascal already ends in Checkout (e.g. LotPotCheckout), the contract name would double up (LotPotCheckoutCheckoutIntegrator) — warn the user and offer to drop the suffix to <Pascal>Integrator.sol instead.
Step 2 — Gather four facts
Ask the user, one question at a time, with sensible defaults. Show the default in [brackets] and accept enter-to-confirm.
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.
- 6d ago First seen · 127 lines · 72 tokens per session scan A b73023f9fc37
new-integrator is a skill published in the GitHub repository p2pdotme/payment-integrators (5 stars, last pushed 11d ago), licensed Apache-2.0. It adds 72 tokens to every session and 2,003 once invoked, about $0.0004 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.
Other skills, from other repositories
nemoclaw-contributor-implement-issue
Implement an accepted NemoClaw GitHub issue in the current checkout. Use when a user asks to pick up an issue for implementation, implement or fix a named issue, or add the issue's tests. Confirm accepted scope, deliver the smallest independently valuable capability slice, and record validation and remaining gates…
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…