Skip to main content
ClaudeWave
Skill5.3k repo starsupdated 3d ago

stripe-safe-operations

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

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/stripe-safe-operations && cp -r /tmp/stripe-safe-operations/examples/plugin-packages/stripe/skills/stripe-safe-operations ~/.claude/skills/stripe-safe-operations
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

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