Gumroad Launcher
/install gumroad-launcher
Gumroad Launcher
Full pipeline: niche research → product creation → copy → publish.
Step 1: Niche Research
Use web_search to validate the product idea:
- Search:
"[topic] template gumroad"— check how many exist and what they sell for - Search:
"[topic] cheatsheet filetype:pdf"— gauge free competition - Search:
site:gumroad.com "[topic]"— see real listings and prices
Green lights: \x3C 20 competitors, clear pain point, people pay $9–$49 for similar things.
Step 2: Create the Product
Based on product type:
Skill (.skill file): Build using skill-creator workflow. Package with package_skill.py.
Markdown ebook/guide: Write directly, save as product/[slug].md. Convert to PDF if needed.
HTML template: Build the file(s), zip into product/[slug].zip.
Checklist/cheatsheet: Create as a clean single-page HTML or Markdown file.
Prompt pack: Write 10–25 tested prompts, save as product/[slug].md.
Save everything to: ~/workspace/products/[slug]/
Step 3: Write Sales Copy
Use this structure for the Gumroad description:
**[HEADLINE — outcome-focused, under 10 words]**
[1-2 sentence hook — the pain this solves]
**What you get:**
- [Deliverable 1]
- [Deliverable 2]
- [Deliverable 3]
**Who this is for:**
[2-3 sentences describing the ideal buyer]
**Why it works:**
[1 paragraph — the mechanism / why this approach is different]
**[Price justification — what they'd pay otherwise or time saved]**
[CTA: "Get instant access →"]
See references/copy-examples.md for real examples.
Step 4: Set Pricing
| Product Type | Suggested Price |
|---|---|
| Single skill / template | $9–$19 |
| Workflow / system | $19–$29 |
| Bundle (3–5 items) | $37–$57 |
| Course / deep guide | $49–$97 |
Default: price at $19 for first launch, raise after 10 sales.
Step 5: Publish to Gumroad
Use web_fetch or exec to interact with Gumroad API.
Gumroad credentials: [email protected] account (Dawn's store — do NOT use for MJW products) MJW Gumroad: Use MJ's account for all MJW Design Studio products.
Gumroad API base: https://api.gumroad.com/v2
Create product:
$body = @{
name = "[Product Name]"
description = "[Sales copy from Step 3]"
price = 1900 # in cents
url = "https://mjwdesignstudio.com"
} | ConvertTo-Json
Invoke-RestMethod -Uri "https://api.gumroad.com/v2/products" -Method POST -Body $body -Headers @{ Authorization = "Bearer [ACCESS_TOKEN]" }
After creating, upload the product file via the Gumroad dashboard or API.
Output
Always report:
- ✅ Product file location
- ✅ Gumroad listing URL
- ✅ Suggested price
- ✅ Sales copy (full text, ready to paste)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gumroad-launcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/gumroad-launcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gumroad Launcher 是什么?
Research a digital product niche, generate the product (ebook, template, script, checklist, or skill), write high-converting Gumroad sales copy, and publish... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Gumroad Launcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gumroad-launcher」即可一键安装,无需额外配置。
Gumroad Launcher 是免费的吗?
是的,Gumroad Launcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gumroad Launcher 支持哪些平台?
Gumroad Launcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gumroad Launcher?
由 michelle447(@michelle447)开发并维护,当前版本 v1.0.0。