The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞
Stripe SDKs, skills, and plugins for AI builds
Stripe AI packages the Stripe pieces builders add to agent-led product work: SDKs for billing, MCP access, and agent skills and plugins. The repo is organized into reusable parts like `llm/`, `skills/`, and `providers/`, so you can install the Stripe integration that fits your agent or editor.
Builders who want Stripe integrations inside Claude Code, Codex, Cursor, or other agent workflows.
You can add Stripe billing and agent-aware Stripe workflows without assembling the pieces yourself.
What it does
Stripe AI SDKs
`llm/ai-sdk` connects Stripe billing to Vercel AI and `@ai-sdk`; `llm/token-meter` connects Stripe billing to native OpenAI, Anthropic, and Gemini SDKs.
Remote MCP server
The repo documents Stripe’s remote MCP server at `https://mcp.stripe.com` for OAuth-backed client access.
Agent skills
`skills/` contains reusable Stripe skills such as connect, verification, apps, directory, projects, and upgrade guidance.
Official plugins
`providers/claude`, `providers/codex`, `providers/cursor`, and `providers/grok` package Stripe agent plugins for those clients.
Manual skills install
The README gives a direct manual install path with `npx skills add https://docs.stripe.com`.
How to get it
- 1Run this command in your project
npx skills add https://docs.stripe.com
README

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-official
Codex
Run this command in your project:
codex plugin add stripe@openai-curated
Cursor
Run this command in your project:
/add-plugin stripe
You can also install through the Cursor marketplace.
Grok Build
Run this command in your project:
grok plugin install stripe --trust
Agent Plugins
Installation methods currently vary by client for the new Agent Plugins standard, but you can point your client to our package via:
- Git URL:
https://github.com/stripe/ai - Subdirectory:
providers/agent-plugins/plugin/.
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.com
License
Files in the repo
- .claude-plugin
- .codex-plugin
- .cursor-plugin
- .github
- .grok-plugin
- .vscode
- benchmarks
- llm
- providers
- scripts
- skills
- tests
- tools
- .gitattributes
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- gemini-extension.json
- LICENSE
- README.md
- SECURITY.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More collections
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.
A collection of MCP servers.
Model Context Protocol Servers
Official, Anthropic-managed directory of high quality Claude Code Plugins.