5.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
| name | gumroad-admin |
| description | Gumroad Admin CLI. Check sales, products, and manage discounts. OpenClaw Skills integration. |
| owner | abakermi |
| repository | abakermi/gumroad-admin |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @abakermi/gumroad-admin |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
280 BSKILL.md
693 BSKILL.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
- Get your Access Token from Gumroad (Settings > Advanced > Applications).
- 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.
