skills$openclaw/lemonsqueezy-admin
abakermi7.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.

7.9k stars9.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namelemonsqueezy-admin
descriptionAdmin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers. OpenClaw Skills integration.
ownerabakermi
repositoryabakermi/lemonsqueezy-admin
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @abakermi/lemonsqueezy-admin
last updatedFeb 7, 2026

Maintainer

abakermi

abakermi

Maintains lemonsqueezy-admin in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
290 B
SKILL.md
734 B
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.
  2. 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
README.md

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.