stripe-best-practices

stripe-best-practices is a skill for Claude Code from HigorAlves/orc. It costs 42 tokens per session (415 once invoked), scanned A, original, MIT.

A guide for choosing and securing Stripe integrations for payments, subscriptions, marketplaces, banking features, and webhooks. Stripe is a service that lets applications accept payments and manage financial operations.

In plain words
What is it for?
Use it when building, changing, upgrading, or reviewing Stripe payment, billing, marketplace, Connect, Treasury, or mobile integrations.
Why use it?
It helps avoid choosing the wrong Stripe API or overlooking security concerns such as secret keys, webhooks, OAuth, and account liability.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the orc plugin — 80 skills, 30 commands, 14 agents, 5 hooks shipped together

Good fit Use it when building, changing, upgrading, or reviewing Stripe payment, billing, marketplace, Connect, Treasury, or mobile integrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/higoralves/orc/stripe-best-practices
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 HigorAlves/orc --skill stripe-best-practices
Clone the repo
git clone --depth 1 https://github.com/HigorAlves/orc

Made for: Claude Code.

Or install orc, the plugin that ships this one along with the rest of its 80 skills, 30 commands, 14 agents, 5 hooks.

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 stripe-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/higoralves/orc/stripe-best-practices/github.svg)](https://agentmods.dev/skills/higoralves/orc/stripe-best-practices)
Your own site
<a href="https://agentmods.dev/skills/higoralves/orc/stripe-best-practices"><img src="https://agentmods.dev/badge/skills/higoralves/orc/stripe-best-practices/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 stripe-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/higoralves/orc/stripe-best-practices"><img src="https://agentmods.dev/badge/skills/higoralves/orc/stripe-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 415 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.00042 $0.00415
Opus 5 $0.00021 $0.00208
Sonnet 5 $0.00008 $0.00083
Haiku 4.5 $0.00004 $0.00042

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

Security

Grade A, and why

stripe-best-practices 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.

orc/skills/stripe-best-practices/SKILL.md · 31 lines

How it starts

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

Latest Stripe API version: 2026-04-22.dahlia. Always use the latest API version and SDK unless the user specifies otherwise.

Integration routing

Building… Recommended API Details
One-time payments Checkout Sessions <references/payments.md>
Custom payment form with embedded UI Checkout Sessions + Payment Element <references/payments.md>
Saving a payment method for later Setup Intents <references/payments.md>
Connect platform or marketplace Accounts v2 (/v2/core/accounts) <references/connect.md>
Subscriptions or recurring billing Billing APIs + Checkout Sessions <references/billing.md>
Embedded financial accounts / banking v2 Financial Accounts <references/treasury.md>
Security (key management, RAKs, webhooks, OAuth, 2FA, Connect liability) See security reference <references/security.md>
Upgrading API versions, SDKs, Stripe.js, or mobile SDKs See upgrading reference <references/upgrading.md>

Read the relevant reference file before answering any integration question or writing code.

Key documentation

When the user’s request does not clearly fit a single domain above, consult:

Read the full file on GitHub · 31 lines

Files

What ships with it

6 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. 7d ago First seen · 31 lines · 42 tokens per session scan A a305ea75ad3e

Subscribe to this mod's changes

stripe-best-practices is a skill published in the GitHub repository HigorAlves/orc (6 stars, last pushed 14d ago), licensed MIT. It adds 42 tokens to every session and 415 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

payments

This skill should be used when adding payments, subscriptions, billing, or pricing to a SaaS — Stripe integration, checkout, plans, the customer portal, webhooks, or deciding a pricing model. Trigger phrases include "add Stripe", "accept payments", "add a subscription", "charge users", "pricing tiers", "checkout"…

MartinOlivero/saas-builder · 110 tokens

pn-payment-integration

Stripe, PayPal, Square integration. Checkout, subscriptions, webhooks, PCI compliance. Use when implementing payments, billing, or subscription features.

perniemann/pnCore · 34 tokens

checkout-integration

Guide for starting hosted Checkout Sessions, payment links, and overlay or inline checkout for one-time and recurring products; use subscription-integration for post-checkout lifecycle management.

dodopayments/dodo-agent-plugin · 37 tokens

discounts-and-promotions

Guide for implementing discount codes and promotional pricing with Dodo Payments, including CRUD operations, eligibility rules, stacking, subscription-cycle limits, and plan-change preservation.

dodopayments/dodo-agent-plugin · 37 tokens

dodo-best-practices

Guide for initial Dodo Payments setup, including SDK installation, test and live environments, API keys, and the canonical checkout-to-webhook architecture.

dodopayments/dodo-agent-plugin · 36 tokens

refunds-and-disputes

Guide for issuing refunds, handling disputes and chargebacks, and reconciling customer access with Dodo Payments.

dodopayments/dodo-agent-plugin · 28 tokens