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.
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill is explicitly built around the Stripe CLI and the Stripe "Projects" plugin and even states it can "retrieve API keys/tokens" (SKILL.md:3). It includes concrete Stripe CLI commands (e.g., `stripe`, `stripe plugin install projects`, `stripe projects ...`) and hands off to a bundled stripe-projects-cli skill for managing credentials and configuring projects. Because Stripe is a payment gateway and the skill exposes Stripe-specific tooling and credential management, this is a direct financial-execution-capable skill per the policy (Payment Gateways: Stripe).
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The workflow ingests outsider-authored free text only via user-supplied `<query>` arguments to `stripe projects search <query> --json` and potentially `stripe projects catalog --json`, which are read by the workflow without requiring prior selection of a specific pre-identified item.
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.