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.
**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.
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
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.