This skill automates the entire flow of provisioning third-party services through Stripe's Projects platform. It checks if a provider is available on projects.dev, installs the Stripe CLI if needed, searches the catalog, initializes a project (handling the browser auth redirect), and then hands off to a local skill to actually add services and manage API keys. The workflow is thorough about checking prerequisites at each step and uses non-interactive flags to keep things moving. It's most useful when you need to quickly spin up credentials for external APIs without leaving your terminal or manually signing up through multiple web forms. The handoff pattern to a locally installed skill is a bit unusual but makes sense for keeping secrets out of the main skill's scope.
npx skills add https://github.com/stripe/ai --skill stripe-projects