April 7, 2026•7 min read••
Tags ▼
- Etsy
- Claude
- Ai
- Money
The video demonstrates data-driven workflows using Claude to validate, clone, and launch high-ticket, brandable digital downloads on Etsy with templates.
This tutorial demonstrates how to use Claude with local code execution to rapidly create and sell high-quality Google Sheets digital products on Etsy. The core problem being solved is the time-intensive process of designing polished, sellable spreadsheet templates. Instead of manual creation, the workflow uses prompt engineering + Claude’s coding capabilities (via Python + openpyxl) to generate fully functional, styled spreadsheet products in minutes.
The process includes:
Navigate to: https://claude.com/download
Install for:
.exe).dmg)Run installer:
Open Claude desktop app
Switch from Chat mode → Code mode
Select working directory (critical):
C:\Users\<your-user>\Etsy\
To create:
Etsy)Important:
Inside Profit Tree:
Filters:
Keyword: "digital" Min Price: $20 Max Listing Age: 12 months Listing Type: Digital
Validation Signals:
Example products:
Core Prompt Structure:
You are a premium digital product builder. You create sellable Excel spreadsheet products using Python openpyxl. When given an Etsy listing: - Analyze screenshots - Identify tabs, features, UI - Rebuild a premium version ($15–$50 value) Requirements: - Gridlines OFF - Max 2 fonts - Styled headers - Color palettes - Clean spacing - Interactive dashboards
Enhancements:
Paste Etsy product URL into Claude
Claude outputs:
Example Output:
Tabs: - Dashboard - Setup - Tracker - Calendar - Wishlist - Analytics
Add custom instructions:
- Add pie charts - Add line graphs - Improve spacing - Match color palette - Include instructional tab
⚠️ Important:
Claude uses:
Output:
.xlsx file saved locallySteps:
.xlsx fileFix common issues:
Enhancements:
Tabs:
Features:
Inside Etsy:
Select Digital Product
Upload files:
Prompt:
Create a PDF user guide explaining: - Setup - Navigation - Use cases
Analyze competitors:
Strategy:
Split test:
Recreate multiple products:
Duplicate listings with variations
A/B test thumbnails
.xlsx → uploaded to Google DriveNeeds structured prompts
Performs best with:
Front-load prompt quality
Use screenshots
Force UI constraints
Always start new session per product
Iterate visually, not structurally
“Automate the Boring Stuff with Python” – Al Sweigart Paperback, Kindle This book te. ches practical automation using Python, including file handling and Excel manipulation. It directly supports the workflow of generating spreadsheets programmatically using libraries like openpyxl.
“Python for Data Analysis” – Wes McKinney Paperback, Kindle A deeper dive into data structures and data processing in Python. Useful for enhancing spreadsheet logic, calculations, and analytics dashboards beyond basic templates.
“Excel Power Programming with VBA” – Michael Alexander & Dick Kusleika Paperback, eTextbook While focused on VBA, it builds strong mental models for spreadsheet automation, structure, and advanced features that can be replicated using Python-generated spreadsheets.
“Designing Data-Intensive Applications” – Martin Kleppmann Paperback, Kindle, Audiobook Helps understand how data systems and structures work at scale. Valuable for designing robust spreadsheet systems with multiple tabs, relationships, and computed metrics.
“Hooked: How to Build Habit-Forming Products” – Nir Eyal Hardcover, Kindle, Audiobook Provides insight into why users repeatedly engage with tools. This is directly applicable when designing spreadsheet products that customers will consistently use (and recommend).
Follow on your preferred channel for new articles, notes, and experiments.