Skill Stripe Monitor by @ordo-tech
Stripe revenue dashboard in your agent — MRR, churn, new subscriptions, failed payments, and alerts. Use when the operator asks about revenue, subscriptions,...
⚡ When to Use
Trigger Action - "What's my MRR?" - "Any failed payments today?" - "How many new subscribers this month?" - "Show me my Stripe status" - `/stripe mrr`, `/stripe failures`, `/stripe subscribers`, `/stripe status` - Scheduled daily revenue briefing ❌ **DON'T use this skill when:** - Modifying Stripe data (charges, refunds, plan changes) — this skill is read-only - Detailed invoice reconciliation — use Stripe dashboard directly - Tax reporting — use Stripe Tax or an accountant ---
⚙️ Configuration
1. Get your Stripe API key Go to dashboard.stripe.com/apikeys .
Use a Restricted Key (recommended) with read-only access to:
customers — read
subscriptions — read
invoices — read
charges — read
products / prices — readOr use your Secret Key (sk_live_...) for full access — fine for personal use.
2. Store the key Set the STRIPE_SECRET_KEY environment variable:
export STRIPE_SECRET_KEY="sk_live_..."
Use a Restricted Key scoped to read-only access for safety.
3. Verify connection Ask your agent: "Check my Stripe connection" or run /stripe status.
📋 Tips & Best Practices
All amounts from Stripe are in smallest currency unit (cents for USD/EUR). Always divide by 100 before displaying.
MRR calculation normalizes annual and weekly plans to monthly. This is an approximation.
The Stripe API paginates at 100 items. For businesses with >100 active subscriptions, always paginate (see MRR pattern above).
Test mode keys (sk_test_...) work identically — the status check will flag livemode: false so you don't accidentally report test data as real. ▸ Show full description clawhub install skill-stripe-monitorCopy
🧪 Use this skill with your agent Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.
🔍 Can't find the right skill?
Search 60,000+ AI agent skills — free, no login needed.
Search Skills →