stripe-projects
The stripe-projects skill enables users to provision third-party infrastructure and services, such as databases, authentication, and hosting, directly through the Stripe CLI. It manages project initialization, service discovery via a catalog, and environment variable configuration.
Is stripe-projects safe to install?
Review the source first: our audit of stripe-projects's source files found 13 shell commands, 2 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the Stripe CLI, reads and writes project configuration files, and interacts with external service providers.
How we audit skills: our security review methodology.
Who is this skill for?
Developers using the Stripe CLI who need to provision and manage third-party cloud services and infrastructure within their projects.
What can you do with it?
- Provisioning databases, caching, and object storage
- Setting up authentication and monitoring services
- Retrieving API keys and credentials for third-party services
- Browsing the available service catalog
- Managing project status and environment variables
How good is this skill?
Quality score: 5/10. The skill documentation is clear, provides specific CLI commands for all workflows, and includes a structured error handling guide.
What does the skill file contain?
## Stripe Projects — Service Provisioning Provision third-party services (databases, auth, hosting, analytics, caching, AI, observability) and retrieve API keys/tokens using the Stripe Projects CLI plugin. ## Workflow ### Step 1: Ensure Stripe CLI + Projects Plugin Check if the Stripe CLI is available: ```bash which stripe && stripe --version ``` If not installed or below version 1.40.0: - **macOS (Homebrew):** `brew install stripe/stripe-cli/stripe` (or `brew upgrade stripe/stripe-cli/stripe`) - **Other platforms:** Direct the user to https://docs.stripe.com/stripe-cli/install for up-t...
Frequently asked questions
How do I check if my project is initialized?
Run the command stripe projects status --json to view the current project state.
What should I do if a service is not found in the catalog?
Inform the user that the service is unavailable and suggest running stripe projects catalog --json to browse for alternatives.
Can I manually edit the .env files generated by the CLI?
No. The CLI is the authoritative source for project state, and manual edits may be overwritten.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.