7.9k★by abakermi
lemonsqueezy-admin – OpenClaw Skill
lemonsqueezy-admin is an OpenClaw Skills integration for coding workflows. Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
Skill Snapshot
| name | lemonsqueezy-admin |
| description | Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers. OpenClaw Skills integration. |
| owner | abakermi |
| repository | abakermi/lemonsqueezy-admin |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @abakermi/lemonsqueezy-admin |
| last updated | Feb 7, 2026 |
Maintainer

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
- Get an API Key from Lemon Squeezy Settings > API.
- 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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install lemonsqueezy-admin?
Run openclaw add @abakermi/lemonsqueezy-admin in your terminal. This installs lemonsqueezy-admin into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/abakermi/lemonsqueezy-admin. Review commits and README documentation before installing.
