# stripe-projects

> Claude/Codex skill by [@stripe](https://omgskills.com/library/stripe/index.md) · 1.8k stars · 63k installs · Updated 2026-08-30

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.

Tags: ai, llm, llm-agents, mcp, python, typescript, workflows

## Install

```sh
git clone https://github.com/stripe/ai /tmp/ai && ln -s /tmp/ai/skills/stripe-projects ~/.claude/skills/stripe-projects
```

## From README

Stripe Projects — Service Provisioning Provision third-party services (databases, auth, hosting, analytics, caching, AI, observability) and retrieve API keys/tokens using the Stripe Projects CLI plugin. Workflow Step 1: Ensure Stripe CLI + Projects Plugin Check if the Stripe CLI is available: If not installed or below version 1.40.0: macOS (Homebrew): brew stripe/stripe-cli/stripe (or brew upgrade stripe/stripe-cli/stripe) Other platforms: Direct the user to https://docs.stripe.com/stripe-cli/ for up-to-date instructions. Then ensure the Projects plugin is installed: Step 2: Search the Catalog Confirm the requested provider/service exists: If resultcount is 0, inform the user the service was not found and stop.

## Links

- HTML page: https://omgskills.com/skills/stripe/ai/stripe-projects/
- GitHub: https://github.com/stripe/ai
- Author: [@stripe](https://omgskills.com/library/stripe/index.md)

## More from this repo

- [connect-recommend](https://omgskills.com/skills/stripe/ai/connect-recommend/index.md) — Used when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started...
   - [@stripe](https://omgskills.com/library/stripe/index.md) · 1.8k stars
- [stripe-best-practices](https://omgskills.com/skills/stripe/ai/stripe-best-practices/index.md) — Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup...
   - [@stripe](https://omgskills.com/library/stripe/index.md) · 1.8k stars
- [stripe-directory](https://omgskills.com/skills/stripe/ai/stripe-directory/index.md) — Identifies external providers, merchants, nonprofits, platforms, APIs, and software services, and resolves the...
   - [@stripe](https://omgskills.com/library/stripe/index.md) · 1.8k stars
