stripe-projects

stripe projects

stripe ↓ 48k
Claude Code
View source ↗

What it does

  • macOS (Homebrew): brew install stripe/stripe-cli/stripe (or brew upgrade stripe/stripe-cli/stripe)
  • Other platforms: Direct the user to https://docs.stripe.com/stripe-cli/install for up-to-date instructions.

Requirements & configuration

  • If the user’s request is vague (for example, “I need a database”), browse the catalog to suggest options:
  • The CLI manages all state under .projects/ and generates .env files. Don’t hand-edit these files. If you need to inspect project state, use the appropriate CLI command:
  • Use project variables when the user wants to store an environment variable that doesn’t come from a provisioned provider resource, such as an app URL, feature flag, or self-managed API key.
  • | PROVIDERNOTLINKED | Provider requires OAuth linking | Run stripe projects link <provider> — may open a browser |
  • | PLANREQUIRED | Deployable needs a plan provisioned first | Provision the plan listed in the error, then retry |

Configuration: TOS_ACCEPTANCE_REQUIREDMISSINGBROWSER_AUTH_REQUIREDACCOUNT_NOT_ELIGIBLEPROVIDER_NOT_LINKEDPLAN_REQUIREDUNKNOWN_ERROR

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

stripe projects

Source

Repository: https://github.com/stripe/ai

stripe-projects FAQ

What does the stripe-projects skill do?

> 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. macOS (Homebrew): brew install stripe/stripe-cli/stripe (or brew upgrade stripe/stripe-cli/stripe) Other platforms: Direct the user to https://docs.stripe.com/stripe-cli/install for up-to-date instructions.

What does stripe-projects require?

If the user’s request is vague (for example, “I need a database”), browse the catalog to suggest options: The CLI manages all state under .projects/ and generates .env files. Don’t hand-edit these files. If you need to inspect project state, use the appropriate CLI command: Use project variables when the user wants to store an environment variable that doesn’t come from a provisioned provider resource, such as an app URL, feature flag, or self-managed API key. | PROVIDERNOTLINKED | Provider requires OAuth linking | Run stripe projects link <provider> — may open a browser | | PLANREQUIRED | Deployable needs a plan provisioned first | Provision the plan listed in the error, then retry | Configuration keys: TOS_ACCEPTANCE_REQUIRED, MISSING, BROWSER_AUTH_REQUIRED, ACCOUNT_NOT_ELIGIBLE, PROVIDER_NOT_LINKED, PLAN_REQUIRED, UNKNOWN_ERROR.

How do I install stripe-projects?

Run: npx -y skills add https://github.com/stripe/ai --skill stripe-projects --agent claude-code — the source lives at github.com/stripe/ai.

Maintain stripe-projects?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

stripe-projects on getagentictools
[![stripe-projects on getagentictools](https://getagentictools.com/badge/skills/stripe-ai-stripe-projects.svg)](https://getagentictools.com/skills/stripe-ai-stripe-projects?ref=badge)
npx agentictools info skills/stripe-ai-stripe-projects

The second line is the CLI lookup for this page — handy in READMEs and docs.