← Back to Skills Marketplace
1952
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gumroad-admin
Description
Gumroad Admin CLI. Check sales, products, and manage discounts.
README (SKILL.md)
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 \x3Cid> --code "TWITTER20" --amount 20 --type percent
Usage Guidance
This skill's behavior is inconsistent: it tells you to run a 'gumroad-admin' CLI but does not include or document that CLI or how to install it. Before installing or supplying your Gumroad token, ask the publisher for an official install instruction or source for the CLI (repository or release URL). If you must test it, do so with a throwaway Gumroad token with minimal scope in an isolated environment. Do not paste your primary access token into shared shells or public logs. If you cannot verify the CLI's origin, prefer an official Gumroad integration or request a self-contained implementation that clearly documents what it will install and why.
Capability Analysis
Type: OpenClaw Skill
Name: gumroad-admin
Version: 0.1.0
The skill bundle is benign. The `SKILL.md` clearly states its purpose to manage a Gumroad store and declares a necessary dependency on `GUMROAD_ACCESS_TOKEN` for its functionality. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation within the provided files. The instructions are straightforward and align with the stated purpose.
Capability Assessment
Purpose & Capability
The skill's stated purpose (manage Gumroad sales/products/discounts) justifies asking for GUMROAD_ACCESS_TOKEN. However, the SKILL.md shows example commands invoking a 'gumroad-admin' CLI binary that is neither provided by the skill nor declared as a required binary or installed by an install spec. That is an incoherence: the skill expects a tool that isn't supplied or documented.
Instruction Scope
The instructions are narrowly scoped to Gumroad operations and only ask the user to export the Gumroad token and run CLI commands. They do not request unrelated files, other credentials, or system paths. Note: storing the access token in environment variables is sensitive and should be done carefully (avoid shared shells, CI logs, etc.).
Install Mechanism
There is no install spec and no code files. That limits risk from arbitrary installs but creates a functional gap: the SKILL.md expects a CLI to exist. A benign explanation is that the author assumes the user already has a third-party 'gumroad-admin' binary; absent that, an agent might try to download/execute a binary at runtime — which would be risky. The skill should either provide an install path or declare the required binary.
Credentials
The only required environment variable is GUMROAD_ACCESS_TOKEN, which is proportional to the described Gumroad functionality. This credential is sensitive; the skill does not request unrelated secrets or multiple credentials.
Persistence & Privilege
The skill does not request always:true and has no install actions or config paths, so it does not demand persistent or escalated privileges. Model invocation is allowed (the platform default) but that alone is not concerning here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gumroad-admin - After installation, invoke the skill by name or use
/gumroad-admin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Manage your Gumroad store from the command line.
- Check and list recent sales data.
- View available products.
- Create and manage product discounts.
- Requires GUMROAD_ACCESS_TOKEN for authentication.
Metadata
Frequently Asked Questions
What is Gumroad Admin?
Gumroad Admin CLI. Check sales, products, and manage discounts. It is an AI Agent Skill for Claude Code / OpenClaw, with 1952 downloads so far.
How do I install Gumroad Admin?
Run "/install gumroad-admin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gumroad Admin free?
Yes, Gumroad Admin is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gumroad Admin support?
Gumroad Admin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gumroad Admin?
It is built and maintained by abakermi (@abakermi); the current version is v0.1.0.
More Skills