lemonsqueezy
Lemon Squeezy — digital products, subscriptions, orders, customers, checkouts, license keys, and discounts. Digital commerce CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/lemonsqueezyWhat This Skill Does
The Lemon Squeezy skill for OpenClaw is a powerful digital commerce CLI tool designed to bridge your AI agent with your Lemon Squeezy account. It enables seamless interaction with your digital products, subscription management, order tracking, and customer records. By integrating this skill, your agent gains the ability to autonomously handle license key validation, initiate checkout sessions, and query sales data directly from the Lemon Squeezy API, making it an essential tool for digital entrepreneurs and SaaS developers.
Installation
To integrate this skill into your OpenClaw environment, use the following installation command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/lemonsqueezy
Once installed, ensure you have your LEMONSQUEEZY_API_KEY configured in your environment variables. Without this key, the agent will be unable to authenticate with the Lemon Squeezy backend to retrieve or modify your store information. Always verify your environment variables before initiating your first session to ensure connectivity.
Use Cases
- Automated License Management: Use your agent to validate customer license keys during support interactions, reducing manual verification time.
- Customer Support Automation: Allow the agent to look up specific order history or subscription statuses to resolve user queries faster.
- Sales Analysis: Retrieve high-level data on product sales and subscription performance to provide quick business insights.
- Marketing and Conversion: Trigger custom checkout sessions dynamically based on conversation flow with potential leads.
Example Prompts
- "Check the status of the subscription for user with email [email protected] and let me know if it is active."
- "Validate this license key: LS-12345-ABCDE to see if it is still active for the customer."
- "List all my currently active digital products and their associated variants so I can review my catalog."
Tips & Limitations
- Security First: Keep your
LEMONSQUEEZY_API_KEYsecure. Never hardcode it in shared scripts or push it to public repositories. - Read-Only vs Write: While the tool excels at reporting, ensure you have tested write-access actions (like creating checkouts) in a sandbox environment before deploying them to production agents.
- Rate Limiting: Lemon Squeezy has API rate limits. Avoid high-frequency polling; instead, trigger calls only when necessary during a conversation flow.
- Context Awareness: Ensure your agent is properly initialized so it knows which store ID to reference when multiple stores are associated with your API key.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-lemonsqueezy": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.