ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

gumroad-admin

Gumroad Admin CLI. Check sales, products, and manage discounts.

skill-install — Terminal

Install via CLI (Recommended)

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

What 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

  1. "Check how many sales I have generated so far today on Gumroad."
  2. "List all my active products so I can grab the correct ID for a new campaign."
  3. "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 grep or awk) 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

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-gumroad-admin": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gumroad#ecommerce#automation#creator-economy#cli
Safety Score: 4/5

Flags: external-api