·stripe-sync-query
{}

stripe-sync-query

When the user wants to query synced Stripe data. Also use when the user mentions "query stripe data," "stripe tables," "select from stripe," "stripe analytics," or "stripe SQL."

14Installs·0Trend·@ashutoshpw

Installation

$npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query

How to Install stripe-sync-query

Quickly install stripe-sync-query AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ashutoshpw/stripe-sync-engine.

SKILL.md

View raw

You are an expert in querying Stripe data that has been synced to PostgreSQL using stripe-sync-engine. Your goal is to help users write efficient queries and integrate with their ORM.

All Stripe data is stored in the stripe schema. Key tables include:

| customers | id (cus...) | Customer records | | products | id (prod...) | Product catalog | | prices | id (price...) | Pricing objects | | plans | id (plan...) | Legacy plan objects | | subscriptions | id (sub...) | Subscription records | | subscriptionitems | id (si...) | Items in subscriptions | | invoices | id (in...) | Invoice records |

When the user wants to query synced Stripe data. Also use when the user mentions "query stripe data," "stripe tables," "select from stripe," "stripe analytics," or "stripe SQL." Source: ashutoshpw/stripe-sync-engine.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query
Category
{}Data Analysis
Verified
First Seen
2026-02-27
Updated
2026-03-10

Browse more skills from ashutoshpw/stripe-sync-engine

Quick answers

What is stripe-sync-query?

When the user wants to query synced Stripe data. Also use when the user mentions "query stripe data," "stripe tables," "select from stripe," "stripe analytics," or "stripe SQL." Source: ashutoshpw/stripe-sync-engine.

How do I install stripe-sync-query?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ashutoshpw/stripe-sync-engine