Get the FREE Ultimate OpenClaw Setup Guide →

Gumroad Automation

Scanned
npx machina-cli add skill ComposioHQ/awesome-claude-skills/gumroad-automation --openclaw
Files (1)
SKILL.md
4.3 KB

Gumroad Automation

Automate your Gumroad storefront -- list products, track sales, verify licenses, and manage real-time webhooks -- all through natural language commands.

Toolkit docs: composio.dev/toolkits/gumroad


Setup

  1. Add the Composio MCP server to your client configuration:
    https://rube.app/mcp
    
  2. Connect your Gumroad account when prompted (API key authentication).
  3. Start issuing natural language commands to manage your Gumroad store.

Core Workflows

1. List All Products

Retrieve every product in your authenticated Gumroad account to get product IDs for downstream operations.

Tool: GUMROAD_LIST_PRODUCTS

Example prompt:

"List all my Gumroad products"

Parameters: None required -- returns all products for the authenticated account.


2. Track Sales with Filters

Retrieve successful sales with optional filtering by email, date range, product, or pagination.

Tool: GUMROAD_GET_SALES

Example prompt:

"Show me all Gumroad sales from January 2025 for product prod_ABC123"

Key parameters:

  • after -- ISO8601 date/time to filter sales after (e.g., 2025-01-01T00:00:00Z)
  • before -- ISO8601 date/time to filter sales before
  • email -- Filter by customer email address
  • product_id -- Filter by specific product ID
  • page -- Page number for paginated results (minimum 1)

3. Verify License Keys

Check if a license key is valid against a specific product, inspect usage count, or verify membership entitlement.

Tool: GUMROAD_VERIFY_LICENSE

Example prompt:

"Verify license key ABCD-EFGH-IJKL-MNOP for product prod_ABC123"

Key parameters (all required):

  • product_id -- The product ID to verify against (required for products created on/after Jan 9, 2023)
  • license_key -- The license key string (e.g., ABCD-EFGH-IJKL-MNOP)
  • increment_uses_count -- Whether to increment usage count (defaults to true)

4. Subscribe to Webhook Events

Set up real-time event notifications by subscribing your endpoint URL to specific Gumroad resource events.

Tool: GUMROAD_SUBSCRIBE_TO_RESOURCE

Example prompt:

"Subscribe my webhook https://example.com/hook to Gumroad sale events"

Key parameters (all required):

  • resource_name -- One of: sale, refund, dispute, dispute_won, cancellation, subscription_updated, subscription_ended, subscription_restarted
  • post_url -- Your endpoint URL that receives HTTP POST notifications

5. List Active Webhook Subscriptions

Review existing webhook subscriptions for a given resource type before adding new ones to avoid duplicates.

Tool: GUMROAD_GET_RESOURCE_SUBSCRIPTIONS

Example prompt:

"Show all my active Gumroad webhook subscriptions for sale events"

Key parameters (required):

  • resource_name -- One of the eight supported event types (e.g., sale, refund)

Known Pitfalls

  • Product ID required for license verification: Products created on or after January 9, 2023 require the product_id parameter. Older products may work without it but providing it is recommended.
  • Pagination on sales: Sales results are paginated. Always check if more pages exist by incrementing the page parameter.
  • Webhook deduplication: Before subscribing to a resource, use GUMROAD_GET_RESOURCE_SUBSCRIPTIONS to check for existing subscriptions and avoid duplicate webhooks.
  • ISO8601 date format: Date filters on sales must use ISO8601 format (e.g., 2025-01-01T00:00:00Z), not plain dates.

Quick Reference

ActionTool SlugRequired Params
List productsGUMROAD_LIST_PRODUCTSNone
Get salesGUMROAD_GET_SALESNone (all optional filters)
Verify licenseGUMROAD_VERIFY_LICENSEproduct_id, license_key
Subscribe to eventsGUMROAD_SUBSCRIBE_TO_RESOURCEresource_name, post_url
List webhook subsGUMROAD_GET_RESOURCE_SUBSCRIPTIONSresource_name

Powered by Composio

Source

git clone https://github.com/ComposioHQ/awesome-claude-skills/blob/master/composio-skills/gumroad-automation/SKILL.mdView on GitHub

Overview

Gumroad Automation lets you manage your Gumroad storefront using natural language commands. It covers listing products, tracking sales, verifying licenses, and handling real-time webhook subscriptions via the Composio MCP integration. This approach streamlines routine tasks without manual navigation.

How This Skill Works

Set up the MCP server at the specified URL and connect your Gumroad account with API key authentication. Then issue natural language prompts that map to Gumroad tools (e.g., GUMROAD_LIST_PRODUCTS, GUMROAD_GET_SALES, GUMROAD_VERIFY_LICENSE, GUMROAD_SUBSCRIBE_TO_RESOURCE) to perform actions like listing products, filtering sales, validating licenses, or managing webhooks.

When to Use It

  • When you need a complete inventory of Gumroad products by listing all items to obtain their IDs.
  • When you want to view sales data with filters (by date, email, product, or pagination).
  • When validating a license key for a customer before granting access or use.
  • When setting up or updating real-time webhook notifications for sales or other events.
  • When auditing existing webhooks to avoid duplicates before subscribing to a resource.

Quick Start

  1. Step 1: Add the Composio MCP server to your client configuration: https://rube.app/mcp
  2. Step 2: Connect your Gumroad account when prompted (API key authentication)
  3. Step 3: Start issuing natural language commands to manage your Gumroad store

Best Practices

  • Provide product_id for license verification, especially for products created on/after Jan 9, 2023.
  • Remember that sales results are paginated; increment the page parameter to retrieve more results.
  • Check existing subscriptions with GUMROAD_GET_RESOURCE_SUBSCRIPTIONS before subscribing to avoid duplicates.
  • Use ISO8601 date formats for all sales filters (e.g., 2025-01-01T00:00:00Z).
  • Test prompts in a non-production environment to validate mappings before live use.

Example Use Cases

  • List all my Gumroad products
  • Show me all Gumroad sales from January 2025 for product prod_ABC123
  • Verify license key ABCD-EFGH-IJKL-MNOP for product prod_ABC123
  • Subscribe my webhook https://example.com/hook to Gumroad sale events
  • Show all my active Gumroad webhook subscriptions for sale events

Frequently Asked Questions

Add this skill to your agents

Related Skills

Sponsor this space

Reach thousands of developers