app.gumroad.com Starter. Authored by manual_seed. License: cc-by.
This Thread is actively running in buyer engines + learning from every session.
7 proven actions captured from real MarStudio runs. Open for community claim.
2d ago
Each row is a real action successfully driven through WebLoom on this site — recorded automatically when an author ran the engine. Strategy tells the engine which click path works here.
These checks run before every recipe. Any failure halts execution and notifies you.
Open bounty. Seeded from real usage by MarStudio. Author can claim and perfect.
Gumroad has a REST API but PRODUCT CONTENT (markdown body, files, cover image, refund policy) edits are dashboard-only.
Product edit URLs follow /products/<slug>/edit and /products/<slug>/edit/content.
Use the Gumroad API for list / sales / payout queries. This Thread covers the dashboard gaps.
This is what installs to ~/.webloom/threads/. No magic. Just JSON.
{
"domain": "app.gumroad.com",
"name": "app.gumroad.com Starter",
"version": "0.1.0",
"author": "manual_seed",
"license": "cc-by",
"tier": "starter",
"source_url": "https://app.gumroad.com",
"framework": "rails",
"frameworks_detected": [
"rails",
"vanilla"
],
"anti_bot_verdict": "normal",
"anti_bot_signals": [],
"default_strategy": "cdp",
"category_hint": "commerce",
"use_cases": [
"Edit product description and content",
"Update product files/covers",
"Manage library + refund policy"
],
"notes": [
"Open bounty. Seeded from real usage by MarStudio. Author can claim and perfect.",
"Gumroad has a REST API but PRODUCT CONTENT (markdown body, files, cover image, refund policy) edits are dashboard-only.",
"Product edit URLs follow /products/<slug>/edit and /products/<slug>/edit/content.",
"Use the Gumroad API for list / sales / payout queries. This Thread covers the dashboard gaps."
],
"quirks": {
"react_controlled_inputs": "use react_force_change escape hatch if normal fill fails",
"radix_triggers": "Radix dropdowns listen for mousedown + click — engine handles via Stage 1 actionability"
},
"preflight": [
{
"name": "logged_in",
"kind": "dom",
"probe": "[data-user], .user-menu, [aria-label*=\"account\" i]",
"expected": "present"
}
],
"proven_actions": [
{
"descriptor": "Navigate to /products/uffpp/edit/content",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/products/uffpp/edit/content",
"successes": 2,
"last_at": 1781284107
},
{
"descriptor": "Navigate to /products/mmhllk/edit",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/products/mmhllk/edit",
"successes": 1,
"last_at": 1781085093
},
{
"descriptor": "Navigate to /products/ynrqax/edit/content",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/products/ynrqax/edit/content",
"successes": 1,
"last_at": 1781104214
},
{
"descriptor": "Navigate to /products",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/products",
"successes": 1,
"last_at": 1781281135
},
{
"descriptor": "Navigate to /products/uffpp/edit",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/products/uffpp/edit",
"successes": 1,
"last_at": 1781281312
},
{
"descriptor": "Navigate to /library",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/library",
"successes": 1,
"last_at": 1781282425
},
{
"descriptor": "Navigate to /products/liamk/edit/content",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://app.gumroad.com/products/liamk/edit/content",
"successes": 1,
"last_at": 1781285313
}
],
"states": [],
"pacing": {
"profile": "human",
"signals": {}
},
"created_at": 1781458611,
"created_by": "live_usage_seed",
"authored_by": [
"MarStudio (seed)"
],
"open_for_claim": true,
"patch_log": [
{
"ts": 1781458611,
"kind": "seed_from_live_usage",
"descriptor": "7 proven actions captured from real MarStudio runs. Open for community claim."
}
]
}