gumroad

Automates publishing of products to the cloud via manifest-driven workflows and the Gumroad API.

1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Mattyreed1/fractal-agent-skills --skill gumroad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gumroad
Source: https://github.com/Mattyreed1/fractal-agent-skills/tree/main/gumroad
Command: npx skills add https://github.com/Mattyreed1/fractal-agent-skills --skill gumroad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires certifi, and includes scripts (resource) components.

What problem does it solve?

This skill removes the manual friction of creating, configuring, and publishing digital products on Gumroad by automating the entire lifecycle from file upload to live listing.

Core Features & Use Cases

  • Manifest-Driven Publishing: Define your product details and files in a YAML manifest for consistent, repeatable deployments.
  • Multipart File Handling: Automatically manages complex S3 multipart uploads for large digital files up to 20GB.
  • Workflow Integration: Ideal for creators and developers who want to programmatically list n8n workflows, ebooks, or software assets directly from their local development environment.

Quick Start

Use the gumroad skill to publish the product defined in the manifest file located at path/to/manifest.yaml.

Frequently Asked Questions about gumroad

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing digital products to Gumroad via API?

Automate Gumroad product publishing by using a YAML manifest to define product details and files, which handles creation, configuration, and publication through the v2 API. This removes manual friction by programmatically managing the entire listing lifecycle from a local environment.

Can I upload large digital files to Gumroad automatically through an API workflow?

Yes, you can upload large digital assets automatically because the workflow manages multipart S3 uploads for files up to 20GB. It handles the complex multipart file handling process required by the Gumroad v2 API for large digital product assets.

Do I need a Gumroad access token to automate product creation?

Yes, a valid GUMROAD_ACCESS_TOKEN is required to authenticate with the v2 API and automate product creation. This token allows the workflow to securely access your account, attach cover images, generate offer codes, and publish listings.

What's the best way to programmatically list n8n workflows or ebooks on Gumroad?

The best way to programmatically list n8n workflows or ebooks is through manifest-driven publishing. By defining your product details and files in a YAML manifest, you ensure consistent and repeatable deployments directly from your local development environment.

Does automated Gumroad publishing support offer code generation and cover image attachment?

Yes, automated Gumroad publishing supports multi-stage workflows including cover image attachment and offer code generation. It handles these configuration steps via the v2 API alongside the core file upload and product creation processes.

Why does my Gumroad API automation fail when uploading large assets?

Gumroad API automation for large assets relies on multipart S3 uploads, which can fail if the process is interrupted or incorrectly configured. The automation handles multipart file handling natively for files up to 20GB to prevent these upload errors.