Skills lemonsqueezy-admin

Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abakermi/lemonsqueezy-admin" ~/.claude/skills/openclaw-skills-lemonsqueezy-admin && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/abakermi/lemonsqueezy-admin" ~/.openclaw/skills/openclaw-skills-lemonsqueezy-admin && rm -rf "$T"
manifest: skills/abakermi/lemonsqueezy-admin/SKILL.md
source content

Lemon Squeezy Admin 🍋

Manage your Lemon Squeezy store from the command line.

Setup

  1. Get an API Key from Lemon Squeezy Settings > API.
  2. Set it:
    export LEMONSQUEEZY_API_KEY="your_key"

Commands

Orders

ls-admin orders --limit 10
# Output: #1234 - $49.00 - john@example.com (Paid)

Subscriptions

ls-admin subscriptions
# Output: Active: 15 | MMR: $450

Stores

ls-admin stores