What problem does it solve? Operators need a safe way to check Stripe financial health—current balance and open or failed invoices—without any risk of accidentally issuing refunds, payouts, or customer changes. This Skill enforces a strict read-only boundary over the stripe-mcp connection. ## Core Features & Use Cases - Balance Reporting: Calls stripe_get_balance to report current amounts and currencies. - Invoice Status Review: Calls stripe_list_invoices to list open and failed invoices as a dated status card. - Hard Write Boundary: Refuses any refund, payout, capture, void, or customer-update request, and forbids using the Stripe Dashboard as a write fallback. - Use Case: Produce the weekly stripe-watch card showing balance, invoice counts by status, and the single row that needs the owner's attention. ## Quick Start Ask the assistant to report the current Stripe balance and list any open or failed invoices for this week's stripe-watch card.