stripe-projects
Stripe Projects is a Stripe CLI plugin that provisions third-party SaaS services like Neon databases, Twilio communications, and Vercel hosting directly within a user's own accounts. Use it when a user requests to set up, provision, or manage external services for their project, generate their credentials automatically into a .env file, and track billing across multiple providers in one place. Currently available on Linux and macOS with the Stripe CLI and Projects plugin installed.
git clone --depth 1 https://github.com/NousResearch/hermes-agent /tmp/stripe-projects && cp -r /tmp/stripe-projects/optional-skills/payments/stripe-projects ~/.claude/skills/stripe-projectsSKILL.md
# Stripe Projects Skill Wraps the [Stripe Projects](https://projects.dev) CLI plugin so Hermes can provision SaaS services (Neon, Twilio, Vercel, etc.), generate and sync credentials into the user's `.env`, and manage billing across providers from one place. Gated `[linux, macos]` while the broader payments cluster matures on Windows. The Stripe CLI itself is cross-platform; this gate is a posture for the cluster, not a hard limit. ## When to Use Trigger phrases: - "set up <provider>", "provision <Neon|Twilio|Vercel|...>", "create a database" - "give me a <Postgres|Redis|Twilio number|...> for this project" - "manage my stack credentials", "rotate this key", "upgrade my plan" - "what providers can I add?" If the user already has the service set up manually and just wants to use it, this skill is not the right entry point. ## Prerequisites - Stripe CLI installed (Homebrew on macOS, package manager on Linux, or download from https://docs.stripe.com/stripe-cli/install) - Stripe Projects plugin installed - A Stripe account, logged in via `stripe login` ## Install macOS: ``` brew install stripe/stripe-cli/stripe stripe plugin install projects ``` Linux: follow the platform-specific install at https://docs.stripe.com/stripe-cli/install, then: ``` stripe plugin install projects ``` ## How to Run All commands run through the `terminal` tool from inside the user's project directory (the CLI writes `.env` and `.projects/vault/vault.json` into the CWD). ## Procedure ### 1. Initialize the project ``` cd <project-root> stripe projects init ``` This creates `.projects/vault/vault.json` (encrypted credential store) and prepares the project to receive providers. ### 2. Discover available providers ``` stripe projects catalog ``` Lists every provider Stripe Projects supports — databases, hosting, auth, AI, analytics, messaging, etc. ### 3. Add a service ``` stripe projects add <provider>/<service> ``` Examples: - `stripe projects add neon/postgres` - `stripe projects add twilio/sms` - `stripe projects add runloop/sandbox` The CLI provisions the service in the user's own account with the provider, generates credentials, syncs them into `.env`, and records the resource in the vault. The user may need to confirm a tier selection or pricing prompt. ### 4. Verify ``` stripe projects list ``` Should show the newly added provider and its `.env` keys. ### 5. Manage / upgrade / remove ``` stripe projects upgrade <provider> # tier change stripe projects remove <provider> # deprovision stripe projects rotate <provider> # rotate credentials ``` ## Pitfalls - **`.env` writes are real writes.** The CLI appends to whatever `.env` is in the project root. If the user's `.env` is gitignored (normal), the keys land safely; if not, this skill could be a credential-leak vector. Always check `.gitignore` first. - **Per-project state.** `.projects/vault/vault.json` is per-project. Provisioning the same service in two different projects creates two separate resources — and two bills. - **Billing happens on Stripe's side.** Tier prompts during `add`/`upgrade` are real charges; surface them to the user before confirming. - **Provider availability changes.** The catalog grows; if a provider the user names isn't listed, `stripe projects catalog | grep <name>` first instead of failing the `add` call. - **Credentials in vault are encrypted but `.env` is plaintext.** Standard `.env` hygiene applies — never commit it. - **Removing a service does NOT always destroy the underlying resource.** Some providers leave a paused/dormant resource behind. Check the provider's own dashboard after `remove` for high-cost services (managed databases especially). ## Verification ``` stripe projects --version && stripe projects list ``` Exit code 0 inside an initialized project means the plugin is healthy.
Operate the Antigravity CLI (agy): plugins, auth, sandbox.
Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requires the blackbox CLI and a Blackbox AI API key.
Delegate coding to xAI Grok Build CLI (features, PRs).
Configure and use Honcho memory with Hermes -- cross-session user modeling, multi-profile peer isolation, observation config, dialectic reasoning, session summaries, and context budget enforcement. Use when setting up Honcho, troubleshooting memory, managing profiles with Honcho peers, or tuning observation, recall, and dialectic settings.
Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).
Read-only EVM client: wallets, tokens, gas across 8 chains.
Hyperliquid market data, account history, trade review.
Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.