
stripe / ai
✓ Official★ 1,600A skill package that teaches your agent 7 capabilities — every one documented and browsable below, no GitHub required · by Stripe.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.
8 files — installable on its own
Decision guide for Stripe API selection, Connect setup, billing, and integration patterns. Routes integration decisions across six domains: one-time payments (Checkout Sessions), custom payment forms (Payment Element), saved payment methods (Setup Intents), marketplaces (Accounts v2), subscriptions (Billing APIs), and embedded financial accounts (Treasury) Provides reference documentation for each integration type, including API version guidance (latest: 2026-02-25.clover) and pre-launch...
8 files — installable on its own
Latest Stripe API version: 2026-04-22.dahlia . Always use the latest API version and SDK unless the user specifies otherwise.
8 files — installable on its own
Stripe Projects is a CLI for provisioning software stacks.
1 file — installable on its own
Provision third-party services and retrieve API keys/tokens using the Stripe Projects CLI plugin.
1 file — installable on its own
Guide for upgrading Stripe API versions and SDKs
1 file — installable on its own
Guide for upgrading Stripe API versions and SDKs
1 file — installable on its own

Stripe AI
This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe.
It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including:
@stripe/ai-sdk- for integrating Stripe's billing infrastructure with Vercel'saiand@ai-sdklibraries.@stripe/token-meter- for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies.
Model Context Protocol (MCP)
Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.
You can also build autonomous agents with MCP as well.
Agent skills
Agent skills are instructions that agents can use to build faster and more accurately. Stripe offers a collection of skills that help your agents use the latest best practices when building with Stripe.
If you use one of these popular agent harnesses, we recommend installing the official Stripe plugins, which include additional agent tools and update automatically.
Claude Code
Run this command in your project:
claude plugin install stripe@claude-plugins-officialCodex
Run this command in your project:
codex plugin add stripe@openai-curatedCursor
Run this command in your project:
/add-plugin stripeYou can also install through the Cursor marketplace.
Manual installation
Manually installed skills don’t auto-update. Run
npx skills update -yto get the latest versions.
Run this command in your project:
npx skills add https://docs.stripe.comLicense
Install the whole package (7 skills):
npx skills add https://github.com/stripe/aiOr install a single skill:
npx skills add https://github.com/stripe/ai --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.