← Back to Skills
Exec

lemonsqueezy-admin

abakermi By abakermi 👁 15 views ▲ 0 votes

Admin CLI for Lemon Squeezy stores.

GitHub
---
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](https://app.lemonsqueezy.com/settings/api).
2. Set it: `export LEMONSQUEEZY_API_KEY="your_key"`

## Commands

### Orders
```bash
ls-admin orders --limit 10
# Output: #1234 - $49.00 - [email protected] (Paid)
```

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

### Stores
```bash
ls-admin stores
```
exec

Comments

Sign in to leave a comment

Loading comments...