lemon_squeezy-automation

Automate Lemon Squeezy product, order, and subscription operations via Rube MCP toolkit integration.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill lemon-squeezy-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lemon_squeezy-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/lemon_squeezy-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill lemon-squeezy-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing digital sales operations, allowing you to programmatically handle products, orders, and subscriptions without navigating the Lemon Squeezy dashboard.

Core Features & Use Cases

  • Automated Sales Operations: Manage products, orders, subscriptions, and checkouts through a unified interface.
  • Dynamic Tool Discovery: Automatically fetch and utilize current tool schemas to ensure compatibility with the latest API changes.
  • Use Case: Automatically sync new subscription data from Lemon Squeezy into your internal CRM or database whenever a new sale occurs.

Quick Start

Use the lemon_squeezy-automation skill to search for available tools and then execute a workflow to list recent orders.

Frequently Asked Questions about lemon_squeezy-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Lemon Squeezy to my agent?

Connect by calling RUBE_MANAGE_CONNECTIONS with the toolkit set to lemon_squeezy. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I search for tools before executing?

Tool schemas and available operations for Lemon Squeezy may update frequently. Searching first ensures you use the correct tool slugs and input schemas, preventing execution errors.

Can I perform bulk operations with this skill?

Yes, use RUBE_REMOTE_WORKBENCH to execute bulk operations. You can implement parallel processing using run_composio_tool within a loop to handle large datasets efficiently.

What should I do if my connection fails?

Verify the connection status is ACTIVE. If the connection has expired, re-authenticate using RUBE_MANAGE_CONNECTIONS to refresh your OAuth tokens.

Does this skill support pagination for list operations?

Many list operations support pagination. Check the tool response for next_cursor or page_token fields and continue fetching until all data is retrieved.