new-integrator

new-integrator is a skill for Claude Code from p2pdotme/payment-integrators. It costs 72 tokens per session (2,003 once invoked), scanned A, original, Apache-2.0.

A guided setup for adding a new payment provider to the payment-integrators code repository, starting from the repository's standard template. It creates the expected contract, tests, deployment script, and documentation page.

In plain words
What is it for?
Use it when starting a new payment provider integration, creating its initial files, or preparing a feature branch according to the repository's contribution rules.
Why use it?
It removes the need to remember the repository layout and the files required for a new payment integration.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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.

agentmods
npx agentmods add skills/p2pdotme/payment-integrators/new-integrator
Any agent
npx skills add p2pdotme/payment-integrators --skill new-integrator
Clone the repo
git clone --depth 1 https://github.com/p2pdotme/payment-integrators

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 new-integrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/p2pdotme/payment-integrators/new-integrator.svg)](https://agentmods.dev/skills/p2pdotme/payment-integrators/new-integrator)
Your own site
<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>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,003 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00072 $0.02003
Opus 5 $0.00036 $0.01001
Sonnet 5 $0.00014 $0.00401
Haiku 4.5 $0.00007 $0.00200

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

Security

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.

.claude/skills/new-integrator/SKILL.md · 127 lines

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-integrators repo: read package.json and check "name": "@p2pdotme/payment-integrators". If not, tell the user "this skill only runs inside the payment-integrators repo" and stop.
  • Confirm git status is 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-checkoutcontracts/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.

Read the full file on GitHub · 127 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. 6d ago First seen · 127 lines · 72 tokens per session scan A b73023f9fc37

Subscribe to this mod's changes

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.

Related

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…

NVIDIA/NemoClaw · 134 tokens

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…

browser-act/skills · 124 tokens

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.

browser-act/skills · 48 tokens

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.

Bitterbot-AI/bitterbot-desktop · 53 tokens

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.

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

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…

nexscope-ai/eCommerce-Skills · 126 tokens