SKILL.md
Lemon Squeezy Automation
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
Setup
- Add the Composio MCP server to your client configuration:
https://rube.app/mcp - Connect your Lemon Squeezy account when prompted (API key authentication).
- Start issuing natural language commands to manage your store.
Core Workflows
1. Discover Stores and Products
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 byfilter[store_id]LEMON_SQUEEZY_LIST_ALL_VARIANTS-- Filter byfilter[product_id],filter[status](pending/draft/published)
2. Track Orders and Order Items
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:
