omgskills Get the Mac app
Skill

stripe-projects

@stripe 1.7k stars 50k installs Trending #216 on Skills.Sh Updated 2026-07-27 Author match: High

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.

aillmllm-agentsmcppythontypescriptworkflows

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

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

View on GitHub

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.

More from this repo