Gumroad Admin for Openclaw

A comprehensive CLI tool for digital creators to manage sales, product inventory, and promotional discounts through Openclaw Skills.

abakermi
v0.1.0
Feb 1, 2026
1
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install gumroad-admin

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install gumroad-admin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Gumroad Admin?

The Gumroad Admin skill is a specialized interface designed for creators and digital merchants who want to manage their storefront operations efficiently. By integrating directly into your workflow via Openclaw Skills, it eliminates the need to navigate the web dashboard for routine administrative tasks. This tool provides direct access to the Gumroad API, allowing for rapid retrieval of financial data and store configurations.

Whether you are a developer building automation around your digital products or a creator looking for a faster way to generate promotional codes, this skill offers a professional-grade command-line experience. It leverages the power of Openclaw Skills to provide a centralized hub for store monitoring and management.

Gumroad Admin Use Cases

  • Tracking daily revenue and sales performance for 'today' or the 'last 30' days.
  • Retrieving a full list of store products for inventory audits or metadata checks.
  • Creating dynamic discount codes (percentage or fixed amount) for time-sensitive marketing campaigns.
  • Automating store reporting within a broader Openclaw Skills workflow.

How Gumroad Admin Works

  1. The skill initializes by authenticating via a secure Gumroad Access Token provided in the environment configuration.
  2. Users issue specific commands such as sales, products, or discounts to the CLI agent.
  3. The skill communicates with Gumroad's REST API to fetch or push data based on the requested action.
  4. Responses are processed and displayed as structured output, enabling users of Openclaw Skills to take immediate action based on store data.

Gumroad Admin Setup

To enable this skill within your Openclaw Skills setup, follow these steps:

  1. Generate a personal Access Token in your Gumroad account by visiting Settings > Advanced > Applications.
  2. Export the token to your environment to allow the skill to authenticate:
export GUMROAD_ACCESS_TOKEN="your_token"

Gumroad Admin Data Schema & Taxonomy

The skill interacts with several core data objects from the Gumroad ecosystem:

Component Description
Sales Data Aggregated revenue and transaction counts filtered by date ranges (e.g., today, last 30 days).
Product Metadata Information including unique product IDs, names, and pricing structures.
Discount Parameters Configuration for promo codes including the associated product ID, code string, amount, and type (percent or fixed).

Gumroad Admin Advanced Features

  • Support for granular sales period filtering to analyze short-term and long-term trends.
  • Multi-type discount creation allowing for both fixed-price drops and percentage-based sales.
  • Lightweight CLI architecture optimized for integration into larger Openclaw Skills automation scripts.
  • Real-time product listing to ensure accurate product ID targeting for admin actions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*