connect-ai-stripe

Query Stripe payment data via SQL through CData Connect AI.

4|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-stripe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-ai-stripe
Source: https://github.com/CDataSoftware/connect-ai-skills/tree/main/skills/connectors/connect-ai-stripe
Command: npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-stripe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of querying and managing Stripe data, enabling users to efficiently handle payment transactions, invoices, and subscriptions within the CData Connect AI framework.

Core Features & Use Cases

  • Stripe Data Querying: Access and retrieve Stripe data using SQL queries for detailed insights into customer transactions, billing, and payment history.
  • API Surface Identification: Distinguish between classic and V2 Stripe API surfaces for specific data model and query pattern requirements.
  • Use Case: A finance team can leverage this Skill to pull payment intent data for the last 30 days and analyze the transaction volume and customer payment trends.

Quick Start

Run the query: SELECT [Id], [Amount], [Currency], [Status], [Created] FROM [YourConnection].[Stripe].[PaymentIntent] WHERE [Created] >= '2023-01-01'

Frequently Asked Questions about connect-ai-stripe

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

FAQPage Schema
How do I query Stripe payment data using SQL?

Query Stripe payment data using SQL through CData Connect AI by constructing SELECT statements to retrieve and analyze transactional records like PaymentIntent, invoices, and subscriptions for detailed financial insights.

Can I manage Stripe subscriptions and invoices with SQL querying?

Yes, you can manage Stripe subscriptions and invoices using SQL querying through CData Connect AI to perform lifecycle management operations and retrieve billing data for transaction analysis.

Do I need CData Connect AI to analyze Stripe transaction data?

Yes, CData Connect AI is required as the framework to facilitate Stripe data retrieval and manipulation, enabling SQL queries for transactional analysis and API surface identification for classic and V2 endpoints.

What is the difference between classic and V2 Stripe API surfaces for data querying?

Classic and V2 Stripe API surfaces differ in their specific data models and query pattern requirements. Identifying the correct surface within CData Connect AI ensures accurate data retrieval and lifecycle management for payment intents and billing.

How do I pull Stripe payment intent data for a specific date range?

Pull Stripe payment intent data by executing an SQL query filtering on the Created column. Select fields like Id, Amount, Currency, and Status from the PaymentIntent table where the creation date meets your specified criteria.

What are the limitations of SQL querying for Stripe transaction management?

SQL querying for Stripe transaction management requires CData Connect AI and Stripe API access. Users must distinguish between classic and V2 API surfaces, as specific data models and query patterns dictate how payment intents and subscriptions can be queried.