Back to skills
SkillHub ClubShip Full StackFull Stack

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.

Stars
3,071
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B81.2

Install command

npx @skill-hub/cli install openclaw-skills-lemonsqueezy-admin

Repository

openclaw/skills

Skill path: skills/abakermi/lemonsqueezy-admin

Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.

Open repository

Best 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

Claude CodeCodex CLIGemini CLIOpenCode

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": []
}

```

lemonsqueezy-admin | SkillHub