ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

lemonsqueezy-admin

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abakermi/lemonsqueezy-admin
Or

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 - [email protected] (Paid)

Subscriptions

ls-admin subscriptions
# Output: Active: 15 | MMR: $450

Stores

ls-admin stores

Metadata

Author@abakermi
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abakermi-lemonsqueezy-admin": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.