Lemon Squeezy Automation
Automate Lemon Squeezy store management -- products, orders, subscriptions, customers, discounts, and checkout tracking -- using natural language through the Composio MCP integration.
npx skills add ComposioHQ/awesome-claude-skills --skill lemon-squeezy-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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](https://composio.dev/toolkits/lemon_squeezy) --- ## Setup 1. Add the Composio MCP server to your client configuration: ``` https://rube.app/mcp ``` 2. Connect your Lemon Squeezy account when prompted (API key authentication). 3. 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 required - `LEMON_SQUEEZY_LIST_ALL_PRODUCTS` -- Filter by `filter[store_id]` - `LEMON_SQUEEZY_LIST_ALL_VARIANTS` -- Filter by `filter[product_id]`, `filter[status]` (pending/draft/published) --- ### 2. Track Orders and Order
- Setup
- Core Workflows
- 1. Discover Stores and Products
- 2. Track Orders and Order Items
- 3. Monitor Subscriptions
- 4. Manage Customers
- 5. Audit Discounts and Redemptions
- 6. Review Checkouts
- Known Pitfalls
- Quick Reference
What does the Lemon Squeezy Automation skill do?
Automate Lemon Squeezy store management -- products, orders, subscriptions, customers, discounts, and checkout tracking -- using natural language through the Composio MCP integration.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill lemon-squeezy-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
