← Back to Skills Marketplace
aiwithabidi

Lemonsqueezy

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
323
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lemonsqueezy
Description
Lemon Squeezy — digital products, subscriptions, orders, customers, checkouts, license keys, and discounts. Digital commerce CLI.
README (SKILL.md)

🍋 Lemon Squeezy

Digital products and subscriptions — orders, checkouts, licenses, and discounts.

Features

  • Products & variants — list digital products
  • Orders — view purchase history
  • Subscriptions — manage, cancel subscriptions
  • Checkouts — create checkout sessions
  • License keys — activate, validate licenses
  • Customers & discounts — manage customers

Requirements

Variable Required Description
LEMONSQUEEZY_API_KEY API key/token for Lemon Squeezy

Quick Start

python3 {baseDir}/scripts/lemonsqueezy.py stores
python3 {baseDir}/scripts/lemonsqueezy.py products
python3 {baseDir}/scripts/lemonsqueezy.py orders
python3 {baseDir}/scripts/lemonsqueezy.py subscriptions
python3 {baseDir}/scripts/lemonsqueezy.py license-validate \x3Ckey>
python3 {baseDir}/scripts/lemonsqueezy.py me

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Usage Guidance
This skill appears to do what it says: a simple CLI that uses your Lemon Squeezy API key to call api.lemonsqueezy.com. Before installing, verify you trust the author/homepage, and be aware: if LEMONSQUEEZY_API_KEY isn't set, the script will try to read a .env file under WORKSPACE (defaults to ~/.openclaw/workspace/.env) to obtain the key. Use a key with minimal permissions, avoid putting production secrets in an untrusted workspace .env, consider testing with a scoped/test key, and review the included script (scripts/lemonsqueezy.py) yourself. If you ever suspect the key was exposed, rotate it immediately.
Capability Analysis
Type: OpenClaw Skill Name: lemonsqueezy Version: 1.0.0 The skill bundle is a standard CLI implementation for the Lemon Squeezy API using only the Python standard library. The script 'scripts/lemonsqueezy.py' correctly handles API authentication via environment variables or a local .env file and interacts exclusively with the official 'api.lemonsqueezy.com' endpoint for managing products, orders, and subscriptions. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included Python script all target the Lemon Squeezy API (products, orders, checkouts, licenses). The requested credential (LEMONSQUEEZY_API_KEY) is appropriate for the stated purpose.
Instruction Scope
The runtime instructions tell the agent to run the included CLI scripts which only call Lemon Squeezy endpoints. The script contains a fallback that will open a .env file under a WORKSPACE path (default ~/.openclaw/workspace/.env) to find the API key if the environment variable is not set; this file-read behavior is not mentioned in SKILL.md and is the only scope creep to note.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). No external downloads, packages, or installers are invoked; the script uses only Python stdlib network calls.
Credentials
Only LEMONSQUEEZY_API_KEY is declared and used as the primary credential, which is proportional. The script optionally reads the WORKSPACE environment variable to locate a .env file for the key; WORKSPACE is not declared as required in metadata, so users should be aware the script may attempt to read that file if the env var is absent.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or system-wide settings. Default autonomous invocation remains allowed (platform default) but is not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lemonsqueezy
  3. After installation, invoke the skill by name or use /lemonsqueezy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the lemonsqueezy skill. - Provides CLI tools for managing Lemon Squeezy digital products, orders, subscriptions, license keys, customers, checkouts, and discounts. - Requires only a Lemon Squeezy API key; no dependencies (Python 3.10+ stdlib only). - Includes quick start CLI commands for common actions. - Part of the AgxntSix Skill Suite for OpenClaw agents.
Metadata
Slug lemonsqueezy
Version 1.0.0
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lemonsqueezy?

Lemon Squeezy — digital products, subscriptions, orders, customers, checkouts, license keys, and discounts. Digital commerce CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.

How do I install Lemonsqueezy?

Run "/install lemonsqueezy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lemonsqueezy free?

Yes, Lemonsqueezy is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Lemonsqueezy support?

Lemonsqueezy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lemonsqueezy?

It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.

💬 Comments