int-stripe

Query and manage Stripe resources via the Stripe API.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-stripe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: int-stripe
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-stripe
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-stripe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Stripe data is often locked behind API calls and ad-hoc scripts; this skill provides a direct, scriptable way to query and manage Stripe data without third-party proxies.

Core Features & Use Cases

  • List charges, customers, invoices, subscriptions, and more directly from Stripe.
  • Create refunds and update customer details using a simple CLI-like interface.
  • Use cases include auditing recent transactions, reconciling balances, and verifying customer data in real-time.

Quick Start

List the last 10 charges from your Stripe account.

Frequently Asked Questions about int-stripe

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

FAQPage Schema
How do I query Stripe charges and customers via the API?▼

You can query Stripe charges and customers by running Python scripts that call the Stripe API directly, listing resources with filters and pagination without needing third-party proxies.

Can I create refunds and manage Stripe subscriptions using a script?▼

Yes, you can create refunds and manage Stripe subscriptions by executing write operations against the Stripe API via a command-line interface script.

Do I need a Stripe secret key to list invoices and payment intents?▼

Yes, you must provide a STRIPE_SECRET_KEY in your environment and run a Python 3 runtime to authenticate and list Stripe invoices and payment intents.

What is the best way to audit recent Stripe transactions without third-party proxies?▼

The best way to audit recent Stripe transactions without proxies is using a scriptable skill that queries Stripe API resources directly, enabling real-time reconciliation and verification.

Does the Stripe API skill support filtering and pagination for listing products and prices?▼

Yes, the Stripe API skill supports filters and pagination when listing resources such as products and prices directly from the https://api.stripe.com/v1 endpoint.

Why would I use a direct Stripe API script instead of other payment query tools?▼

You would use a direct Stripe API script to bypass third-party proxies, providing a scriptable way to query and manage locked Stripe data for auditing and reconciliation.