stripe

Interact with Stripe REST API to manage transactions and accounts via curl commands.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Vero-Ventures/fuzzycat --skill stripe-vero-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe
Source: https://github.com/Vero-Ventures/fuzzycat/tree/main/.claude/skills/stripe
Command: npx skills add https://github.com/Vero-Ventures/fuzzycat --skill stripe-vero-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides direct access to Stripe's REST API, enabling comprehensive administration, debugging, and data inspection of payment-related operations for the FuzzyCat platform.

Core Features & Use Cases

  • Payment Management: List and inspect customers, payments, and payment intents.
  • Connect Administration: Manage connected accounts for clinics, view payouts, and track transfers.
  • Debugging & Auditing: Examine webhook events and checkout sessions for troubleshooting.
  • Use Case: A clinic owner needs to verify a recent payout. This Skill can be used to list recent transfers to connected accounts and inspect the details of a specific transfer.

Quick Start

Use the stripe skill to list the 10 most recent customers.

Frequently Asked Questions about stripe

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

FAQPage Schema
How do I list recent Stripe payments and customers via the API?

To list recent Stripe payments and customers, this Skill interacts with the Stripe REST API using curl commands. It retrieves and inspects customer records, payment intents, and transactions for administrative data access.

How do I debug Stripe webhook events for troubleshooting?

Debugging Stripe webhook events is done by examining webhook payloads and checkout sessions through the API. This Skill allows administrators to inspect event details directly to identify and resolve transaction discrepancies.

Can I manage Stripe Connect accounts and view payouts?

Yes, you can manage Stripe Connect accounts and view payouts. This Skill supports Connect administration by listing connected accounts, tracking transfers, and verifying payout details for platform sub-accounts.

Do I need a Stripe secret key to check my account balance?

Yes, you need a Stripe secret key to check your account balance. This Skill requires authentication via the secret key to authorize curl requests against the Stripe REST API for financial data retrieval.

What is the best way to verify a recent Stripe transfer to a connected account?

The best way to verify a recent Stripe transfer is to list recent transfers to connected accounts via the API. This Skill inspects specific transfer details, allowing clinic owners to confirm payout completion.

What are the limitations of using curl for Stripe API administration?

Using curl for Stripe API administration limits interactions to direct REST requests without graphical interfaces. This Skill focuses on listing and inspecting data scopes like payments and webhooks rather than modifying account settings.