2
    Gumroad Bulk Uploader Pro

    Gumroad Bulk Uploader Pro

    by JustHandled Labs

    Bulk-create Gumroad products from a CSV: upload and attach files, add covers, set prices, tags, and custom permalinks, with duplicate detection and rate-limit resume so a big catalog finishes without rebuilding each listing by hand. Uses the Gumroad API plus Playwright to complete the Content tab steps the API can't.

    Updated Jun 2026
    Instant install

    $19

    · or 95 credits

    30-day refund guarantee

    Secure checkout via Stripe

    Also available in a bundle

    Included in download

    • Sync an entire product catalog from a spreadsheet to Gumroad drafts.
    • Validate product CSVs for pricing errors and missing assets before uploading.
    • terminal, env_vars, file_read automation included
    • Includes example output and usage patterns
    • Instant install

    Sample input

    Process the digital assets in ./dist using products.csv to create new draft listings on Gumroad, and give me a summary of the operation results.

    Sample output

    Gumroad Bulk Upload Summary

    | Row | Product | Status | Product ID | Message | |---:|---|---|---|---| | 1 | Pro Icons | success | g4j9k | Created as draft | | 2 | Logo Kit | success | 8hs3x | Created as draft | | 3 | Old Asset | failed | | File not found: ./dist/old.zip |

    Created: 2, Failed: 1

    About This Skill

    Automate Your Gumroad Product Catalog

    Building a large catalog of digital products by hand in Gumroad's web interface is slow and easy to get wrong. This skill batch-creates products straight from a CSV, attaches their files, sets covers, and finishes the steps the API can't reach, so a full catalog goes up in one structured run instead of an afternoon of copy-paste.

    What it does

    • Batch Product Creation: Creates multiple Gumroad products from a standardized CSV, each starting safely as a draft so nothing goes live before you review it.
    • File Upload and Content-Tab Attachment: Uploads local ZIP files and attaches them to each product, including the Gumroad Content tab through a Playwright browser phase the API alone can't handle.
    • Cover Images: Adds covers from an image URL, or hands off to the Product Image Creator skill when you need one generated.
    • Duplicate Detection: Checks each custom permalink against your existing products before creating, so re-running a batch updates instead of duplicating.
    • Rate-Limit Resume: Saves progress after every row and, if Gumroad throttles the run, picks up exactly where it left off with --resume instead of starting over.
    • Smart Validation: Pre-checks CSV structure, price formatting, and file existence before any API call, so errors surface before they cost you.
    • Failure Resilience: Keeps processing even if individual rows fail, then returns a Markdown summary table of every create, update, skip, and error.

    Supported Tools

    The skill includes a dedicated Python script (batch_upload.py) for the Gumroad API, plus an optional Playwright phase for Content-tab attachment. The expanded v2 CSV schema covers name, price_cents, description, tags, custom_permalink, file_path, cover_image_path, cover_image_url, file_display_name, and file_description.

    Why use this skill?

    Instead of prompting an AI to "try" to use an API, this skill runs a structured, throttled, two-phase workflow: the Gumroad API for product creation and file upload, then a Playwright browser pass to finish the Content tab. It handles rate limiting by saving progress and resuming, detects duplicates before creating, keeps every product as a draft until you approve it, and ends with a clean Markdown summary of the whole run.

    Use Cases

    • Sync an entire product catalog from a spreadsheet to Gumroad drafts.
    • Automate the attachment of local ZIP files to digital products in bulk.
    • Validate product CSVs for pricing errors and missing assets before uploading.
    • Migrate digital stores from other platforms to Gumroad with custom permalinks.

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Environment Variables
    Read Files
    Network Access

    Allowed Hosts

    ...
    example.com
    api.gumroad.com

    File Scopes

    .env
    *.csv
    *.zip
    ./products/**/*.zip

    Gumroad Bulk Uploader Pro needs terminal access to run Python scripts for batch processing. Network access calls the Gumroad API to create product drafts and upload files. File read access reads the CSV product list and zip files for upload. Environment variables read the Gumroad access token from .env. No write, browser, or other network access required.

    Works with Claude Code and Codex. Requires Gumroad access token (free, instructions included). No external dependencies beyond Python 3.8+.

    Creator

    JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.

    Frequently Asked Questions

    More Premium Skills