More screenshots
Works with the AI tools you already use
🛒 Gumroad Bulk Uploader Pro
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.
$19
· or 95 creditsSecure checkout via Stripe
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
--resumeinstead 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.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
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.
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
Browse More Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.

humanize-writing
Transform robotic AI drafts into natural, human-sounding prose with native-level flow and tone.

frontend-motion-wizard
Advanced responsive layout and interactive micro-interaction engine for React, Tailwind CSS, and Framer Motion. Automatically injects fluid element states, mobile-first touch behaviors, adaptive viewports, and non-destructive layout transitions into static codebases
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.