gumroad-admin
Gumroad Admin CLI. Check sales, products, and manage discounts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abakermi/gumroad-adminWhat This Skill Does
The gumroad-admin skill is a powerful command-line interface integration for OpenClaw that allows creators and store managers to interact directly with their Gumroad accounts. Instead of logging into the web dashboard, users can perform routine store management tasks directly from their terminal or via natural language commands within the OpenClaw interface. This skill bridges the gap between store operations and developer workflows, enabling real-time analytics and quick administration without context switching.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/abakermi/gumroad-admin
Once installed, you must authenticate your session. Navigate to your Gumroad Settings, select the Advanced tab, and locate the Applications section to generate your Personal Access Token. Once obtained, set it as an environment variable in your shell configuration: export GUMROAD_ACCESS_TOKEN="your_token". Ensure your environment variables are sourced before attempting to run any commands.
Use Cases
This skill is ideal for creators who require fast, recurring access to store data. Use it to quickly monitor performance during a launch, verify product IDs for affiliate setups, or programmatically issue discount codes during a flash sale. It is particularly useful for automation tasks where you might want to script store management actions based on external triggers like social media mentions or customer support tickets.
Example Prompts
- "Check how many sales I have generated so far today on Gumroad."
- "List all my active products so I can grab the correct ID for a new campaign."
- "Create a 25% off discount code named 'VIP25' for my web design course product."
Tips & Limitations
- Data Freshness: Always ensure your token has the correct scope permissions, specifically for 'sales' and 'products' access.
- Automation: Since this is a CLI tool, you can chain these commands with other system tools (like
greporawk) to pipe data into local spreadsheets or logging files. - Limitations: This skill is designed for administrative read/write operations and does not support complex financial accounting or tax report generation which should be performed via the primary Gumroad web dashboard. Keep your Access Token secure; never share your terminal session logs if they contain sensitive API output.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abakermi-gumroad-admin": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
postsyncer
Manage your PostSyncer social media workflows.
Kanbanflow Skill
Skill by abakermi
lemonsqueezy-admin
Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
product-hunt-launch
Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.