stripe-projects
Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up au
Open source Repository Open in the app JSON README (API)
About
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.
Details
- Kind
- Agent skills
- Topic
- Cloud & DevOps
- Publisher
- stripe
- Origin
- directory
- Category
- ferramentas
- Stars
- 1,791
- Forks
- 331
- Open pull requests
- 62
- Last push
- 2026-09-03T22:54:46Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-30 01:59:06
- Updated
- 2026-09-11 16:02:07
- Origin id
stripe/ai/skills/stripe-projects
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`](/llm/ai-sdk) - for integrating Stripe's billing infrastructure with Vercel's [`ai`](https://npm.im/ai) and [`@ai-sdk`](https://ai-sdk.dev/) libraries. * [`@stripe/token-meter`](/llm/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](https://docs.stripe.com/mcp#connect). You can also [build autonomous agents](https://docs.stripe.com/mcp#agents) with MCP as well. ## Agent skills [Agent skills](https://agentskills.io/home) 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: ```bash claude plugin install stripe@claude-plugins-official ``` ### Codex Run this command in your project: ```bash codex plugin add stripe@openai-curated ``` ### Cursor Run this command in your project: ```bash /add-plugin stripe ``` You can also install through the [Cursor marketplace](https://cursor.com/marketplace/stripe). ### Grok Build Run this command in your project: ```bash grok plugin install stripe --trust ``` ### Agent Plugins Installation methods currently vary by client for the new [Agent Plugins](https://agent-plugins.org/) standard, but you can point your client to our package via: - Git URL: `https://github.com/stripe/ai` - Subdirectory: [`providers/agent-plugins/plugin/`](/providers/agent-plugins/plugin). ## Manual installation > Manually installed skills don’t auto-update. Run `npx skills update -y` to get the latest versions. Run this command in your project: ```bash npx skills add https://docs.stripe.com ``` ## License [MIT](LICENSE)