Stripe Safe Operations

Review and execute explicitly requested Stripe writes with exact environment, object, amount, currency, customer, and irreversible-effect confirmation.

gabrielmoreira Updated 17 repo stars

File contents

Stripe Safe Operations

Use this skill for refunds, cancellations, subscription changes, or other material Stripe writes.

  1. Read the target object immediately before acting.
  2. Present test/live mode, account, object ID, customer, amount and currency, current state, requested change, and irreversible effects.
  3. Require explicit user confirmation for the exact operation. A general request to investigate is not confirmation to write.
  4. Execute once and avoid blind retries when the result is uncertain.
  5. Re-read the object and report the final state and identifiers.

Never expose credentials or full sensitive payment details. Never switch from test to live mode implicitly.

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/Devin-AXIS@iPolloWork/examples/plugin-packages/stripe/skills/stripe-safe-operations commit 71ba6bbe08

Frequently asked questions

npx skillmds@latest add gabrielmoreira/stripe-safe-operations