·stripe-sync-query
{}

stripe-sync-query

当用户想要查询同步的Stripe数据时。当用户提及“查询条带数据”、“条带表”、“从条带中选择”、“条带分析”或“条带 SQL”时也可使用。

14安装·0热度·@ashutoshpw

安装

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

如何安装 stripe-sync-query

通过命令行快速安装 stripe-sync-query AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:ashutoshpw/stripe-sync-engine。

SKILL.md

查看原文

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 |

当用户想要查询同步的Stripe数据时。当用户提及“查询条带数据”、“条带表”、“从条带中选择”、“条带分析”或“条带 SQL”时也可使用。 来源:ashutoshpw/stripe-sync-engine。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query
分类
{}数据分析
认证
收录时间
2026-02-27
更新时间
2026-03-10

Browse more skills from ashutoshpw/stripe-sync-engine

快速解答

什么是 stripe-sync-query?

当用户想要查询同步的Stripe数据时。当用户提及“查询条带数据”、“条带表”、“从条带中选择”、“条带分析”或“条带 SQL”时也可使用。 来源:ashutoshpw/stripe-sync-engine。

如何安装 stripe-sync-query?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-query 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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