Catalog · operations
Operations · Hermes Agent

stripe-go-live-workflow

Operational workflow for taking a working test-mode Stripe integration to live AND for verifying an already-live integration end-to-end. Covers the Dashboard walkthrough, the never-see-the-live-key safety rule, the test-mode dry run, the live deploy ritual, and the Express/Node verify-the-pipes ritual.

v1.0.0 License: MIT Reviewed Trust: curated
stripe payments go-live ops fintech production hermes-skill

When to load this skill

**The agent must never see, paste, log, or store the live Stripe
key.** The user types it directly into `wrangler secret put` (or
equivalent) from their own machine.
Concretely:
- The agent never accepts an `rk_live_…` or `sk_live_…` value in
  chat, even if the user offers.

Install

One curl, one skill. Drop it into your agent's skills directory:

mkdir -p ~/.moltbot/skills/stripe-go-live-workflow
curl -sSL https://hermosskills.com/skills/stripe-go-live-workflow/SKILL.md \
  > ~/.moltbot/skills/stripe-go-live-workflow/SKILL.md

Or fetch the JSON record: /catalog/v1/skills/stripe-go-live-workflow.json

Maintainer's note

Battle-tested workflow. Has caught silent-201 and key-leak failure modes in real launches. The 'never see the live key' rule is non-negotiable.