composiohq/awesome-claude-skills
Overview
This skill automates Lemon Squeezy store management using natural language via the Composio MCP integration. It exposes tools to list and filter stores, products, variants, orders, subscriptions, customers, discounts, redemptions, and checkouts. Set up your Composio MCP connection and authenticate with your Lemon Squeezy API key to start issuing commands.
How this skill works
The skill maps natural language requests to Composio MCP toolkit endpoints that call Lemon Squeezy APIs. It supports listing and filtering across resources using the API-style bracket filters (e.g., filter[store_id], page[number]). Common workflows include discovering stores/products, drilling into orders and order items, monitoring subscriptions, and auditing discounts and checkouts.
When to use it
- Quickly enumerate stores and discover store IDs before any filtered queries
- Audit orders, order items, and checkout sessions for reconciliation or support
- Monitor subscription status and recurring revenue with rich filters
- Find and manage customer records including revenue and portal links
- Track discount usage and redemption history for promotions
Best practices
- Always call LEMON_SQUEEZY_LIST_ALL_STORES first to obtain valid store_id values
- Use exact bracket-style filter names (e.g., filter[store_id], filter[user_email]) to avoid errors
- Apply pagination (page[number], page[size]) for larger result sets; max 100 per page
- Filter queries by store_id or other entity IDs to reduce noise and API usage
- Distinguish subscription invoices from one-time orders and use the appropriate endpoints
Example use cases
- "List all my Lemon Squeezy stores and their published products" — get store and product IDs for reporting
- "Show all orders from alice@example.com" — surface order history and drill into order items
- "Show active subscriptions for product 987" — monitor recurring revenue and churn signals
- "List discounts for store 12345 and their redemption history" — validate promo usage and fraud checks
- "Show all checkouts for variant 42" — debug checkout failures and confirm conversions
FAQ
Yes. Connect your Lemon Squeezy account via the Composio MCP flow and provide API key authentication.
What if I get incomplete results?
Use pagination parameters (page[number], page[size]) and ensure you filter by the correct store_id. Many endpoints return paged responses.
Can I modify resources or only list them?
This toolkit focuses on listing and auditing resources (products, orders, subscriptions, customers, discounts, checkouts). Use Composio or Lemon Squeezy APIs for mutation workflows if available.
9 skills
This skill automates Lemon Squeezy store management with natural language, helping you track orders, subscriptions, customers, discounts, and checkouts.
This skill automates Openweather API tasks via Composio Rube MCP, enabling tool discovery, connection management, and workflow execution.
This skill automates Google Ads analytics tasks via Rube MCP to list links, run GA4 reports, and verify compatibility for faster insights.
This skill automates Zoho Mail tasks via Rube MCP, enabling email sending, folder management, and label handling with tool discovery first.
This skill automates WhatsApp Business tasks via Rube MCP, enabling sending messages, templates, media, and contact sharing with current schema awareness.
This skill automates Tavily tasks via Rube MCP, ensuring tool schemas are fetched first to optimize workflows.
This skill automates Perplexityai tasks via Rube MCP, always discovering current tool schemas first to ensure accurate tool usage and workflow execution.
This skill automates Instagram tasks via Rube MCP, enabling posting, carousels, insights, and publishing limit checks for streamlined social media workflows.
This skill lets you run Firecrawl web crawling and extraction from Claude Code to scrape pages, crawl sites, and map website structures.