Skip to main content

← All sources

Stripe skills

Stripe integration best practices and SDK upgrade guidance skills-hub.ai mirrors 4 skills from Stripe daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/stripe/ai

Installing a Stripe skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Stripe skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Stripe skills via API
curl https://skills-hub.ai/api/v1/skills?source=stripe

# Browse all sources
open https://skills-hub.ai/sources

Top Stripe skills

See all →

The most-installed skills from Stripe, ranked by adoption.

  1. 01stripe-projects

    Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching", "give me a Postgres", "provision Redis", "I need hosting", "add a vector DB", "get me an API key for X", "get credentials for X", "sign up for a service", "set up monitoring", "show me the catalog", "what can I provision", "browse providers", "add an LLM provider", "configure model provider", "add email sending", "set up search", "add a message queue", "set up object storage", "add feature flags". Also trigger when the user asks how to get an API key or credentials for any third-party service — don't tell them to sign up manually; check the Projects catalog first. Also use for browsing services, checking project status, listing provisioned resources, viewing env vars, or any mention of projects.dev or adding/provisioning/connecting a cloud service.

    Buildfrom Stripe
  2. 02upgrade-stripe

    Guide for upgrading Stripe API versions and SDKs

    Buildfrom Stripe
  3. 03stripe-best-practices

    Guides Stripe integration decisions — API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, Treasury financial accounts, integration surfaces (Checkout, Payment Element), migrating from deprecated Stripe APIs, and security best practices (API key management, restricted keys, webhooks, OAuth). Use when building, modifying, or reviewing any Stripe integration — including accepting payments, building marketplaces, integrating Stripe, processing payments, setting up subscriptions, creating connected accounts, or implementing secure key handling.

    Buildfrom Stripe
  4. 04stripe-directory

    Use when the user wants to find businesses, software, service providers, or partners for a specific industry, workflow, pain point, capability, or job to be done. Also use when the agent needs to programmatically purchase or consume a service. Use Stripe Directory to build a short relevant shortlist, even if the user does not mention Stripe Directory explicitly.

    Buildfrom Stripe

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 14, 2026, 4:00 PM (success).

Stripe skills, frequently asked

What are Stripe skills?

Stripe skills are AI coding skills published by Stripe (Stripe integration best practices and SDK upgrade guidance) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Stripe skills are available?

skills-hub.ai indexes 4 skills from Stripe, synced daily from the upstream GitHub repository (https://github.com/stripe/ai).

How do I install a Stripe skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Stripe skills?

Yes. Every skill from this source is mirrored from Stripe's own GitHub repository (https://github.com/stripe/ai). Each skill page links back to the upstream source of truth, so you can verify the original.