What problem does it solve? Setting up third-party infrastructure like databases, auth, caching, or email sending normally requires manually signing up for each provider, configuring accounts, and hunting down API keys. This Skill automates that entire provisioning workflow through the Stripe Projects CLI plugin. ## Core Features & Use Cases - Service Discovery: Search and browse a catalog of provisionable services (databases, auth, hosting, AI providers, observability) with stripe projects search and stripe projects catalog. - Automated Provisioning: Initialize projects, accept terms of service, link provider accounts via OAuth, and add services with a guided step-by-step workflow. - Credential & Env Management: Retrieve API keys, manage environment variables, and set custom project variables that sync to .env files automatically. - Use Case: A developer says "I need a Postgres database and Redis cache." The Skill checks CLI installation, searches the catalog, initializes the project, provisions both services, and reports the generated environment variable names. ## Quick Start Ask the assistant to provision a Postgres database for your project using Stripe Projects and list the environment variables it creates.