What problem does it solve? Setting up third-party services like databases, SMS, or hosting normally requires creating accounts on each provider, generating API keys, and manually copying credentials into your project. This Skill wraps the Stripe Projects CLI so an agent can provision services, generate credentials, and sync them into your .env from one place. ## Core Features & Use Cases - Service Provisioning: Add providers like Neon Postgres, Twilio SMS, or Vercel hosting with a single stripe projects add command. - Credential Management: Automatically sync generated keys into the project .env and store them in an encrypted per-project vault, with support for rotation and removal. - Billing & Tier Management: Upgrade plans, list active providers, and browse the full provider catalog through Stripe. - Use Case: You are starting a new web app and need a Postgres database and SMS capability. The agent runs stripe projects init, then stripe projects add neon/postgres and stripe projects add twilio/sms, and your .env is populated with working credentials. ## Quick Start Ask the agent to set up a Neon Postgres database for this project using Stripe Projects and sync the credentials into my .env file.