skills$openclaw/gumroad-admin
abakermi5.5k

by abakermi

gumroad-admin – OpenClaw Skill

gumroad-admin is an OpenClaw Skills integration for security workflows. Gumroad Admin CLI. Check sales, products, and manage discounts.

5.5k stars1.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namegumroad-admin
descriptionGumroad Admin CLI. Check sales, products, and manage discounts. OpenClaw Skills integration.
ownerabakermi
repositoryabakermi/gumroad-admin
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @abakermi/gumroad-admin
last updatedFeb 7, 2026

Maintainer

abakermi

abakermi

Maintains gumroad-admin in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
280 B
SKILL.md
693 B
SKILL.md

name: gumroad-admin version: 1.0.0 description: Gumroad Admin CLI. Check sales, products, and manage discounts. author: abakermi metadata: openclaw: emoji: "💸" requires: env: ["GUMROAD_ACCESS_TOKEN"]

Gumroad Admin

Manage your Gumroad store from OpenClaw.

Setup

  1. Get your Access Token from Gumroad (Settings > Advanced > Applications).
  2. Set it: export GUMROAD_ACCESS_TOKEN="your_token"

Commands

Sales

gumroad-admin sales --day today
gumroad-admin sales --last 30

Products

gumroad-admin products

Discounts

gumroad-admin discounts create --product <id> --code "TWITTER20" --amount 20 --type percent
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 gumroad-admin?

Run openclaw add @abakermi/gumroad-admin in your terminal. This installs gumroad-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/gumroad-admin. Review commits and README documentation before installing.