Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
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 - john@example.com (Paid)
```
### Subscriptions
```bash
ls-admin subscriptions
# Output: Active: 15 | MMR: $450
```
### Stores
```bash
ls-admin stores
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.