
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.
- 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.
$19
· or 95 creditsSecure checkout via Stripe
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
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
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
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
--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.
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.
Known Limitations
- Products created as drafts (user must review and publish)
- Cover images must be publicly accessible URLs (local images not supported)
- API rate limits: 100 requests per minute
- File size limit: 2GB per upload (Gumroad limit)
- No automatic product variant creation (coming in v2)
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/gumroad-bulk-uploader-pro -o /tmp/gumroad-bulk-uploader-pro.zip && unzip -o /tmp/gumroad-bulk-uploader-pro.zip -d ~/.claude/skills && rm /tmp/gumroad-bulk-uploader-pro.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
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.
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
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.