What problem does it solve? Setting up third-party services like databases, auth providers, and hosting requires manual account creation, credential management, and environment configuration across multiple dashboards. This Skill automates provisioning and credential retrieval through the Stripe Projects CLI. ## Core Features & Use Cases - Service Provisioning: Browse the provider catalog and add services with exact provider/service slugs, custom resource names, and JSON configuration. - Credential Management: Inspect redacted environment variables, pull credentials into local .env files, and rotate credentials when they go stale. - Environment Management: Create, switch, and manage named project environments with per-environment resource and variable membership. - Use Case: While building a Next.js app, ask the agent to add a Postgres database and an Auth0 client; it provisions both, pulls the credentials into .env, and summarizes the env var prefixes ready for your code. ## Quick Start Ask the agent to check the current Stripe project status and provision a database service for the project.