skill-stripe-integration

skill-stripe-integration is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 37 tokens per session (754 once invoked), scanned A, original, Apache-2.0.

Guidance for connecting Stripe, a payment service, to an application that handles checkout, subscriptions, invoices, trials, coupons, and customer billing pages.

In plain words
What is it for?
It is for implementing checkout and billing flows, customer portals, webhook handling, subscription state, and payment-related access rules.
Why use it?
It helps keep payment events and a SaaS user’s access or entitlements in sync with Stripe.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for implementing checkout and billing flows, customer portals, webhook handling, subscription state, and payment-related access rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-stripe-integration
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 IAPro-Community/Orquestrador-Maestro --skill skill-stripe-integration
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

Made for: Claude Code, Codex.

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 skill-stripe-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-stripe-integration/github.svg)](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-stripe-integration)
Your own site
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-stripe-integration"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-stripe-integration/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 skill-stripe-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-stripe-integration"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-stripe-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 754 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00037 $0.00754
Opus 5 $0.00018 $0.00377
Sonnet 5 $0.00007 $0.00151
Haiku 4.5 $0.00004 $0.00075

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

Security

Grade A, and why

skill-stripe-integration 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 12d 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.

codex/skills/skill-stripe-integration/SKILL.md · 67 lines

How it starts

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

skill-stripe-integration

Workflow

  1. Inspect existing backend boundaries, env naming, Stripe SDK usage, price/product mapping, subscription tables, and entitlement tables.
  2. Keep Stripe secret keys and webhook secrets in server-only code. Browser code may only receive publishable keys and backend-created session/portal URLs.
  3. Create Checkout or Portal sessions on the backend with authenticated actor context and stable metadata.
  4. Verify webhook signatures with the raw request body before parsing business data.
  5. Deduplicate events by Stripe event ID and store relevant Stripe IDs for support: customer, checkout session, subscription, invoice, payment intent, price, and product.
  6. Sync product access from backend subscription/payment state and local entitlement policy, not from the success redirect alone.
  7. Validate with Stripe test mode, CLI/webhook events, and the project build/typecheck.

Guardrails

  1. Use official Stripe libraries for webhook signature verification.
  2. Configure the framework route so the webhook endpoint receives the raw body.
  3. Listen only to required event types.
  4. Return a 2xx quickly; move heavy processing to a queue/job when possible.
  5. Re-fetch critical Stripe objects when event ordering or stale local state matters.
  6. Keep plan and entitlement rules in local product tables; Stripe prices/products are billing evidence, not the whole access model.
  7. Never log secret keys, webhook secrets, complete card/payment details, or unnecessary PII.

API Versioning

  • Pin the Stripe API version in the server SDK/client or endpoint configuration instead of relying silently on the account default.
  • The current Stripe API version at verification time is 2026-02-25.clover; treat this as a maintenance reference, not a reason to upgrade production automatically.
  • Review the Stripe changelog and run a test-mode webhook migration before adopting a new breaking release. Monthly releases within a major release are designed to be backward-compatible, but twice-yearly major releases can require code changes.

Read the full file on GitHub · 67 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. 12d ago First seen · 67 lines · 37 tokens per session scan A 4070dad1c303

Subscribe to this mod's changes

skill-stripe-integration is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (42 stars, last pushed yesterday), licensed Apache-2.0. It adds 37 tokens to every session and 754 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-08-30.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

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

Braintree Automation

Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions.

ComposioHQ/awesome-claude-skills · 25 tokens

amazon-returns-recovery

Suede-affiliated Amazon money-recovery audit for restocking fees, short or denied refunds, and Amazon-billed subscriptions. Use when the user mentions a restocking fee, a short or denied Amazon refund, or a forgotten Prime Video Channel, Audible, Kindle Unlimited, or Prime charge, or asks whether Amazon still owes or…

JasonColapietro/suede-creator-skills · 138 tokens

stripe-payments

Add Stripe payments to a web app — Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Covers the decision of which Stripe API to use, produces working integration code, and handles webhook verification. No MCP server needed — uses Stripe npm package directly. Triggers…

jezweb/claude-skills · 101 tokens

stripe

Read Stripe account state from a terminal or agent: balance, payment intents, and subscriptions — and perform guarded mutations like canceling a subscription — backed by a bundled stripe-cli script that is read-only first and gates every state-changing command behind a --dry-run/--yes confirmation. Use when an agent…

magnus919/agent-skills · 116 tokens