🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Lemonsqueezy Admin

by @abakermi

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

Versionv0.1.0
Downloads2,205
Stars⭐ 1
TERMINAL
clawhub install lemonsqueezy-admin

πŸ“– About This Skill


name: lemonsqueezy-admin version: 1.0.0 description: Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers. author: abakermi metadata: openclaw: emoji: "πŸ‹" requires: env: ["LEMONSQUEEZY_API_KEY"]

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

βš™οΈ Configuration

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