stripe-read

Report Stripe balance and invoice status through read-only stripe-mcp tools.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/JYeswak/grok_bot_playground --skill stripe-read-jyeswak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-read
Source: https://github.com/JYeswak/grok_bot_playground/tree/main/plugin/skills/stripe-read
Command: npx skills add https://github.com/JYeswak/grok_bot_playground --skill stripe-read-jyeswak

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about stripe-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Stripe balance and open invoices with an AI assistant?

Connect stripe-mcp and ask for the balance or invoice list. The Skill calls stripe_get_balance and stripe_list_invoices, then returns a dated card with amounts, currencies, and invoice statuses.

What tools does stripe-mcp provide for reading Stripe data?

This deployment exposes exactly two read tools: stripe_get_balance for current balances and stripe_list_invoices for invoice listings. No refund, payout, or customer-update tools exist on this server.

Can this Skill issue a refund or payout in Stripe?

No. Refunds, payouts, captures, voids, and customer changes are explicitly refused. The Skill is read-only and also forbids opening the Stripe Dashboard as a workaround for write actions.

What happens if the stripe-mcp tools are missing?

If stripe_get_balance or stripe_list_invoices are not available on the Bot, the Skill directs you to the plugin-enable-verify flow instead of attempting any fallback. Figures must come from tool results, never memory.

Does the Stripe report include customer PII?

Only data already returned by the tools that the owner explicitly asked for is reported. Failed or open invoices are flagged as a list, and the output is never formatted as a dunning or collection email.