Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill lemon-squeezy-store-admin --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lemon Squeezy Store Admin?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-lemon-squeezy-store-admin)More formats (shields.io, HTML) on the badges page.
---
name: lemon-squeezy-store-admin
description: "Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers."
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!