Agent skill · AI & Agents

Lemon Squeezy Automation

Automate Lemon Squeezy store management -- products, orders, subscriptions, customers, discounts, and checkout tracking -- using natural language through the Composio MCP integration.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: composio-skills/lemon-squeezy-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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](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

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Discover Stores and Products
  4. 2. Track Orders and Order Items
  5. 3. Monitor Subscriptions
  6. 4. Manage Customers
  7. 5. Audit Discounts and Redemptions
  8. 6. Review Checkouts
  9. Known Pitfalls
  10. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
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.

Keep going