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.
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."
Quickly install stripe-sync-query AI skill to your development environment via command line
Source: ashutoshpw/stripe-sync-engine.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-queryWhen 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.
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
https://github.com/ashutoshpw/stripe-sync-engine