jpm-integrations-get-started

jpm-integrations-get-started is a skill for Claude Code, Codex from jpmorgan-payments/pdp-skills. It costs 88 tokens per session (1,824 once invoked), scanned A, original, Apache-2.0.

A guided starting-point skill for merchants who want to begin using J.P. Morgan Payments APIs, either by moving from another payment provider or starting a new integration.

In plain words
What is it for?
Use it to collect J.P. Morgan credentials, configure certificate and key paths, and prepare a project for OAuth and later Checkout or Online Payments integration.
Why use it?
It organizes the initial questions and credential setup needed before writing payment-integration code, including creating or updating a `.env` file.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Part of the jpm-payments-skills plugin — 5 skills shipped together

Good fit Use it to collect J.P. Morgan credentials, configure certificate and key paths, and prepare a project for OAuth and later Checkout or Online Payments integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started
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 jpmorgan-payments/pdp-skills --skill jpm-integrations-get-started
Clone the repo
git clone --depth 1 https://github.com/jpmorgan-payments/pdp-skills

Made for: Claude Code, Codex.

Or install jpm-payments-skills, the plugin that ships this one along with the rest of its 5 skills.

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 jpm-integrations-get-started

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started/github.svg)](https://agentmods.dev/skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started)
Your own site
<a href="https://agentmods.dev/skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started"><img src="https://agentmods.dev/badge/skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started/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 jpm-integrations-get-started

Your own site · 80×15
<a href="https://agentmods.dev/skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started"><img src="https://agentmods.dev/badge/skills/jpmorgan-payments/pdp-skills/jpm-integrations-get-started.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,824 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.00088 $0.01824
Opus 5 $0.00044 $0.00912
Sonnet 5 $0.00018 $0.00365
Haiku 4.5 $0.00009 $0.00182

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

Security

Grade A, and why

jpm-integrations-get-started 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-creds.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/jpm-integrations-get-started/SKILL.md · 141 lines

How it starts

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

JPM Integrations — Get Started

Run a conversational intake for merchants getting started with J.P. Morgan Payments APIs. Follow the steps in order. Use AskUserQuestion for every multiple-choice question.

Disclaimer (show before Step 1)

Before running the intake, show the user this disclaimer verbatim and wait for them to acknowledge before proceeding:

Disclaimer: We do not assume any responsibility for any issues, damages, or losses that may arise from using the code generated or modified by this skill. These skills rely on AI agents to produce code, and all generated code should be carefully reviewed and verified by a qualified engineer before being deployed to a production environment.

Use AskUserQuestion:

  • Question: "Do you acknowledge the disclaimer above and want to proceed?"
  • Header: "Acknowledge"
  • Options:
    • "Yes — proceed"
    • "No — exit"

If No, exit this skill.

Step 1 — Triage intent

Ask:

  • Question: "What are you trying to do with J.P. Morgan Payments?"
  • Header: "Goal"
  • Options:
    • "Migrate from another provider" — moving from a non-JPM processor (Stripe, Adyen, etc.)
    • "Start a new JPM integration" — greenfield project

Remember the answer as intent.

Step 2 — Onboarded?

Ask:

  • Question: "Have you completed JPM onboarding and received your clientId, certificate, and private key?"
  • Header: "Onboarded?"
  • Options:
    • "Yes — I have all three"
    • "No — not yet"

If No, go to Step 5. If Yes, go to Step 3.

Step 3 — Set up the .env file

Read templates/env.example (relative to this skill directory) to determine the variable names this integration expects. Then look in the user's current working directory for a .env file and branch based on what you find. Do not ask the user "generate or update?" — the file's presence and contents determine the branch.

3a — .env exists and has every expected variable set

Tell the user (one line): "Your .env already has all expected JPM variables — skipping .env setup." Go to Step 4.

Read the full file on GitHub · 141 lines

Files

What ships with it

2 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. 8d ago Changed 9e7f65a403b1
  2. 12d ago First seen · 141 lines · 88 tokens per session scan A 0ec0f5d6a223

Subscribe to this mod's changes

jpm-integrations-get-started is a skill published in the GitHub repository jpmorgan-payments/pdp-skills (8 stars, last pushed today), licensed Apache-2.0. It adds 88 tokens to every session and 1,824 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

messari-x402

Access Messari's full API via x402 pay-per-request — no API key needed. Asset data, market metrics, signals, news, fundraising, token unlocks, on-chain networks, and AI chat, all paid with USDC on Base.

moonpay/skills · 55 tokens

sumup-mcp

Use the SumUp MCP server (https://mcp.sumup.com/mcp) from Cursor, Claude Code, Codex, or any MCP-capable client. Use when the user mentions SumUp MCP, needs to wire mcp.sumup.com, or wants tool-based access to SumUp APIs.

sumup/sumup-skills · 66 tokens

payuni-query

A tool for checking PAYUNi transaction records through its Query API. PAYUNi is a Taiwan payment gateway, and a transaction query asks the gateway for an order’s current payment result.

paid-tw/skills · 37 tokens

kryptogo-pay-query

An implementation guide for querying KryptoGO Payment, a stablecoin payment service, to check individual or multiple payment records.

paid-tw/skills · 49 tokens

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

tushare

A Python interface for Tushare, a financial data service that provides market and company information for stocks, funds, futures, and digital assets. It returns queried data as pandas tables.

HKUDS/Vibe-Trading · 79 tokens