int-stripe

Query and manage Stripe resources directly via the Stripe API.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-stripe-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-stripe
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/int-stripe
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-stripe-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Stripe data is often siloed and hard to access programmatically. This Skill lets you query and manage Stripe resources directly via the Stripe API, enabling quick insights and automated workflows without proxy services.

Core Features & Use Cases

  • List charges, customers, invoices, subscriptions, and other resources directly from api.stripe.com
  • Filter results and perform basic create/update actions such as updating a customer or creating refunds
  • Use cases include reconciliation, financial reporting, and on-demand account maintenance

Quick Start

Query Stripe for the last 10 charges.

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 API data like charges, invoices, and customers programmatically?

You query Stripe API data by making direct requests to api.stripe.com for charges, invoices, and customers. This Skill uses a Stripe secret key in the STRIPE_SECRET_KEY environment variable to list and filter these resources without proxy services.

Can I create refunds or update customer details directly via the Stripe API?

Yes, you can create refunds or update customer details directly via the Stripe API. The Skill supports basic create and update actions for managing resources, enabling on-demand account maintenance and automated workflows.

Do I need a proxy service or intermediary to manage Stripe payments and subscriptions?

No, you do not need a proxy service to manage Stripe payments and subscriptions. The Skill connects directly to api.stripe.com using your STRIPE_SECRET_KEY, bypassing intermediaries for quick financial insights and reconciliation.

What's the best way to list and filter Stripe payment intents and prices?

The best way to list and filter Stripe payment intents and prices is by querying api.stripe.com directly. This Skill applies filters to your resource lists, returning targeted results for financial reporting and reconciliation.

Why does my Stripe API query require a secret key environment variable?

Your Stripe API query requires a secret key environment variable because direct requests to api.stripe.com need authentication. You must set up the STRIPE_SECRET_KEY environment variable before listing charges, customers, or subscriptions.

Are there limitations when using direct Stripe API requests for financial reporting?

Limitations of direct Stripe API requests include supporting only basic create and update actions for financial reporting. It handles listing and filtering resources like charges and invoices, but complex modifications may require additional logic.