lemonsqueezy-admin
Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-lemonsqueezy-admin
Repository
Skill path: skills/abakermi/lemonsqueezy-admin
Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install lemonsqueezy-admin into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding lemonsqueezy-admin to shared team environments
- Use lemonsqueezy-admin for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
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
```
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "abakermi",
"slug": "lemonsqueezy-admin",
"displayName": "Lemonsqueezy Admin",
"latest": {
"version": "0.1.0",
"publishedAt": 1769888820776,
"commit": "https://github.com/clawdbot/skills/commit/dd23f9dd6c054d192ad43e298db5022725f62697"
},
"history": []
}
```