Lemon Squeezy Automation by ranbot-ai/awesome-skills
npx skills add https://github.com/ranbot-ai/awesome-skills --skill 'Lemon Squeezy Automation'管理您的 Lemon Squeezy 数字产品业务——通过自然语言命令跟踪订单、监控订阅、分析客户、审核折扣以及检查结账记录。
工具包文档: composio.dev/toolkits/lemon_squeezy
将 Composio MCP 服务器添加到您的客户端配置中:
在提示时连接您的 Lemon Squeezy 账户(API 密钥认证)。
开始发出自然语言命令来管理您的商店。
列出所有商店以获取商店 ID,然后检索特定商店的产品及其变体。
工具: LEMON_SQUEEZY_LIST_ALL_STORES, LEMON_SQUEEZY_LIST_ALL_PRODUCTS, LEMON_SQUEEZY_LIST_ALL_VARIANTS
示例提示:
"列出我所有的 Lemon Squeezy 商店及其产品"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
关键参数:
LEMON_SQUEEZY_LIST_ALL_STORES -- 无需参数LEMON_SQUEEZY_LIST_ALL_PRODUCTS -- 通过 filter[store_id] 过滤LEMON_SQUEEZY_LIST_ALL_VARIANTS -- 通过 filter[product_id], filter[status] (pending/draft/published) 过滤检索所有订单,可按商店、用户邮箱或订单号进行可选过滤,并深入查看单个订单项。
工具: LEMON_SQUEEZY_LIST_ALL_ORDERS, LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS
示例提示:
"显示我 Lemon Squeezy 商店中来自 johndoe@example.com 的所有订单"
订单关键参数:
filter[store_id] -- 按商店 ID 过滤filter[user_email] -- 按客户邮箱过滤filter[order_number] -- 按特定订单号过滤page[number] / page[size] -- 分页(每页最多 100 条)订单项关键参数:
filter[order_id], filter[product_id], filter[variant_id] -- 按相关实体过滤列出所有订阅,提供丰富的过滤选项以跟踪经常性收入。
工具: LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS
示例提示:
"显示我 Lemon Squeezy 商店中所有活跃的订阅"
关键参数:
filter[status] -- 按状态过滤(例如 active, cancelled)filter[store_id] -- 按商店过滤filter[product_id] -- 按产品过滤filter[user_email] -- 按订阅者邮箱过滤filter[variant_id] -- 按变体过滤page[number] / page[size] -- 分页(每页最多 100 条)检索客户记录,包括邮箱、月度经常性收入、总收入和客户门户网址等详细信息。
工具: LEMON_SQUEEZY_LIST_ALL_CUSTOMERS
示例提示:
"查找邮箱为 johndoe@example.com 的 Lemon Squeezy 客户"
关键参数:
filter[email] -- 按精确邮箱地址过滤filter[store_id] -- 按商店 ID 过滤page[number] / page[size] -- 分页(每页最多 100 条)列出所有折扣代码并跟踪它们在订单中的兑换情况。
工具: LEMON_SQUEEZY_LIST_ALL_DISCOUNTS, LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS
示例提示:
"显示商店 12345 的所有折扣及其兑换历史"
折扣关键参数:
filter[store_id] -- 按商店过滤page[number] / page[size] -- 分页兑换记录关键参数:
filter[discount_id] -- 按折扣过滤filter[order_id] -- 按订单过滤列出所有结账会话,可按商店或变体进行可选过滤。
工具: LEMON_SQUEEZY_LIST_ALL_CHECKOUTS
示例提示:
"显示我 Lemon Squeezy 商店中变体 42 的所有结账记录"
关键参数:
filter[store_id] -- 按商店 ID 过滤filter[variant_id] -- 按变体 ID 过滤store_id。在过滤其他资源之前,务必先调用 LEMON_SQUEEZY_LIST_ALL_STORES 来发现有效的商店 ID。page[number] / page[size] 分页(每页最多 100 条)。不要假设第一页就是完整的数据集。filter[store_id], page[number])。确保使用准确的参数名称。LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICES) 与一次性订单是分开的。请根据您的使用场景选择合适的端点。| 操作 | 工具标识 | 必需参数 |
|---|---|---|
| 列出商店 | LEMON_SQUEEZY_LIST_ALL_STORES | 无 |
| 列出产品 | LEMON_SQUEEZY_LIST_ALL_PRODUCTS | 无(可选过滤器) |
| 列出变体 | LEMON_SQUEEZY_LIST_ALL_VARIANTS | 无(可选过滤器) |
| 列出订单 | LEMON_SQUEEZY_LIST_ALL_ORDERS | 无(可选过滤器) |
| 列出订单项 | LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS | 无 |
每周安装次数
–
代码仓库
GitHub 星标数
3
首次出现时间
–
安全审计
Manage your Lemon Squeezy digital products business -- track orders, monitor subscriptions, analyze customers, review discounts, and audit checkouts -- all through natural language commands.
Toolkit docs: composio.dev/toolkits/lemon_squeezy
Add the Composio MCP server to your client configuration:
Connect your Lemon Squeezy account when prompted (API key authentication).
Start issuing natural language commands to manage your store.
List all stores to get store IDs, then retrieve products and variants for a specific store.
Tools: LEMON_SQUEEZY_LIST_ALL_STORES, LEMON_SQUEEZY_LIST_ALL_PRODUCTS, LEMON_SQUEEZY_LIST_ALL_VARIANTS
Example prompt:
"List all my Lemon Squeezy stores and their products"
Key parameters:
LEMON_SQUEEZY_LIST_ALL_STORES -- No parameters requiredLEMON_SQUEEZY_LIST_ALL_PRODUCTS -- Filter by filter[store_id]LEMON_SQUEEZY_LIST_ALL_VARIANTS -- Filter by filter[product_id], filter[status] (pending/draft/published)Retrieve all orders with optional filtering by store, user email, or order number, and drill into individual order items.
Tools: LEMON_SQUEEZY_LIST_ALL_ORDERS, LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS
Example prompt:
"Show all orders from johndoe@example.com in my Lemon Squeezy store"
Key parameters for orders:
filter[store_id] -- Filter by store IDfilter[user_email] -- Filter by customer emailfilter[order_number] -- Filter by specific order numberpage[number] / page[size] -- Pagination (max 100 per page)Key parameters for order items:
filter[order_id], filter[product_id], filter[variant_id] -- Filter by related entityList all subscriptions with rich filtering options to track recurring revenue.
Tool: LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS
Example prompt:
"Show all active subscriptions in my Lemon Squeezy store"
Key parameters:
filter[status] -- Filter by status (e.g., active, cancelled)filter[store_id] -- Filter by storefilter[product_id] -- Filter by productfilter[user_email] -- Filter by subscriber emailfilter[variant_id] -- Filter by variantpage[number] / page[size] -- Pagination (max 100 per page)Retrieve customer records with details including email, MRR, total revenue, and customer portal URLs.
Tool: LEMON_SQUEEZY_LIST_ALL_CUSTOMERS
Example prompt:
"Find the Lemon Squeezy customer with email johndoe@example.com"
Key parameters:
filter[email] -- Filter by exact email addressfilter[store_id] -- Filter by store IDpage[number] / page[size] -- Pagination (max 100 per page)List all discount codes and track how they have been redeemed across orders.
Tools: LEMON_SQUEEZY_LIST_ALL_DISCOUNTS, LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS
Example prompt:
"Show all discounts for store 12345 and their redemption history"
Key parameters for discounts:
filter[store_id] -- Filter by storepage[number] / page[size] -- PaginationKey parameters for redemptions:
filter[discount_id] -- Filter by discountfilter[order_id] -- Filter by orderList all checkout sessions with optional filtering by store or variant.
Tool: LEMON_SQUEEZY_LIST_ALL_CHECKOUTS
Example prompt:
"Show all checkouts for variant 42 in my Lemon Squeezy store"
Key parameters:
filter[store_id] -- Filter by store IDfilter[variant_id] -- Filter by variant IDstore_id. Always call LEMON_SQUEEZY_LIST_ALL_STORES first to discover valid store IDs before filtering other resources.page[number] / page[size] pagination (max 100 per page). Do not assume the first page is complete.filter[store_id], page[number]). Ensure exact parameter names are used.LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICES) are separate from one-time orders. Use the appropriate endpoint for your use case.| Action | Tool Slug | Required Params |
|---|---|---|
| List stores | LEMON_SQUEEZY_LIST_ALL_STORES | None |
| List products | LEMON_SQUEEZY_LIST_ALL_PRODUCTS | None (optional filters) |
| List variants | LEMON_SQUEEZY_LIST_ALL_VARIANTS | None (optional filters) |
| List orders | LEMON_SQUEEZY_LIST_ALL_ORDERS | None (optional filters) |
| List order items | LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS |
Weekly Installs
–
Repository
GitHub Stars
3
First Seen
–
Security Audits
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
31,600 周安装
AgentOps技能转换器 - 一键将技能转换为Codex、Cursor等AI平台格式
212 周安装
Agile Skill Build:快速创建和扩展ace-skills的自动化工具,提升AI技能开发效率
1 周安装
LLM评估工具lm-evaluation-harness使用指南:HuggingFace模型基准测试与性能分析
212 周安装
Agently TriggerFlow 状态与资源管理:runtime_data、flow_data 和运行时资源详解
1 周安装
Agently Tools 工具系统详解:Python 代理工具注册、循环控制与内置工具使用
1 周安装
Agently Prompt配置文件技能:YAML/JSON提示模板加载、映射与导出指南
1 周安装
| None |