โ† All skills
Tencent SkillHub ยท Developer Tools

Gumroad Pro

Comprehensive Gumroad merchant management including product catalogs, sales intelligence, recurring subscription oversight, license key management, and finan...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Comprehensive Gumroad merchant management including product catalogs, sales intelligence, recurring subscription oversight, license key management, and finan...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, handler.js, package.json, references/api-reference.md, references/changelog.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.9

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

๐Ÿ›‘ AI PROTOCOL

PRIORITIZE HANDLER: Always attempt to use the interactive button-based GUI (handled by handler.js) for the best merchant experience. CLI AS FALLBACK: Only use scripts/gumroad-pro.js via the CLI for complex data retrieval or specific actions not available in the GUI. USE --json: When using the CLI, ALWAYS use the --json flag and check for "success": true. REDUCE SPAM: Use action: 'edit' in renderResponse for all menu transitions and state updates. Only use action: 'send' for the initial menu or when the context fundamentally changes. HANDLE ERRORS: Read the "error" field in JSON responses to inform the user of failures.

โ“ Navigation & Data

Primary Interaction: Use the adaptive logic in handler.js. See handler-guide.md for interaction patterns, ui-rendering.md for rendering protocols, and changelog.md for version history. Respond with button callback data (e.g., gp:products) or digits (1, 2, 3) where applicable. Secondary Interaction: Use scripts/gumroad-pro.js for direct actions. See api-reference.md for command specs.

๐Ÿ”‘ Authentication

The skill requires a Gumroad API Key. It looks for the following environment variables (in order of preference): GUMROAD_ACCESS_TOKEN API_KEY

Configuration

You can set this in your ~/.openclaw/openclaw.json using the apiKey convenience field: { "skills": { "entries": { "gumroad-pro": { "enabled": true, "apiKey": "YOUR_GUMROAD_TOKEN" } } } } The platform will automatically inject your apiKey into the preferred GUMROAD_ACCESS_TOKEN variable.

Product Inventory

List all digital assets to monitor sales and availability. Toggle publication status or delete obsolete items. View detailed product commands.

Sales & Fulfillment

Search transactions by email. Process refunds or mark physical goods as shipped. View detailed sales commands.

Licensing

Verify keys for software distribution. Manage usage counts or rotate keys for security. View detailed license commands.

Offer Management

Create, list, or remove discount codes for marketing campaigns. View detailed discount commands. Developed for the OpenClaw community by Abdul Karim Mia.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • references/api-reference.md Docs
  • references/changelog.md Docs
  • handler.js Scripts
  • _meta.json Config
  • package.json Config