/install gumroad-product-images
Gumroad Product Images
Generate professional Gumroad product images from HTML templates using Edge headless screenshots.
Image Types
| Type | Size | Use |
|---|---|---|
| Cover | 600x600 | Gumroad thumbnail, Discover, profile page |
| Preview | 1280x720 | Product page showcase image |
Workflow
1. Gather Product Info
Collect from user:
- Product name
- Subtitle / value proposition
- Category tags (3-5 short labels with emoji)
- "What's inside" list (5-6 items)
- Color theme preference (or auto-select from assets/themes.json)
2. Generate HTML
Use templates in assets/ as base. Key rules:
- All emoji must use HTML entities (e.g.
⚡not ⚡) to prevent encoding corruption on Windows - Never include prices or "free" on images — prices may change
- Set
html { background: \x3Cdarkest-color>; }to prevent white edges on screenshot - Use
100vw/100vhfor body dimensions, not fixed pixels - Font:
'Segoe UI', system-ui, sans-serif
Cover (600x600)
Layout: centered card with badge, icon/number, title, subtitle, tags.
Preview (1280x720)
Layout: left side (badge + icon + title + subtitle + tags) | right side (content list card + CTA button).
CTA button text: "Get Instant Access →" (never mention price/free).
3. Serve & Screenshot
Start a local HTTP server if not running:
cd \x3Cproduct-images-dir>; npx http-server -p 8765 --cors -c-1
Screenshot with Edge headless:
# Cover (600x600)
& "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --headless --screenshot="cover.png" --window-size=600,600 --force-device-scale-factor=1 "\x3Curl>/cover.html"
# Preview (1280x720)
& "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --headless --screenshot="preview.png" --window-size=1280,720 --force-device-scale-factor=1 "\x3Curl>/preview.html"
4. Batch Processing
For multiple products, loop:
$products = @("product-a","product-b","product-c")
foreach($name in $products) {
$types = @(@{file="cover";w=600;h=600}, @{file="preview";w=1280;h=720})
foreach($t in $types) {
$png = "F:\path\$name\$($t.file).png"
& "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --headless --screenshot="$png" --window-size="$($t.w),$($t.h)" --force-device-scale-factor=1 "http://127.0.0.1:8765/$name/$($t.file).html"
}
Write-Host "Done: $name"
}
5. Verify
After screenshot, check:
- No white edges (right/bottom)
- No emoji garbled text (use HTML entities only)
- No prices or "free" text on images
- File size > 50KB (not blank)
Color Themes
See assets/themes.json for predefined themes. Each theme has:
bg: gradient stops for body backgroundhtml_bg: solid color for html elementaccent: primary accent color for badges/CTAsaccent2: secondary accent for gradientsdot: color for list dotshighlight: color for headings/titles
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gumroad-product-images - 安装完成后,直接呼叫该 Skill 的名称或使用
/gumroad-product-images触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products" 是什么?
Generate professional product cover images (600x600) and preview/showcase images (1280x720) for Gumroad digital products. Use when creating, updating, or bat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products"?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gumroad-product-images」即可一键安装,无需额外配置。
Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products" 是免费的吗?
是的,Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products" 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products" 支持哪些平台?
Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products" 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gumroad Product Images" --version 1.0.0 --changelog "Initial release: cover + preview image generation for Gumroad products"?
由 careytian(@careytian-ai)开发并维护,当前版本 v1.0.0。