elevenlabs.io Starter. Authored by manual_seed. License: cc-by.
This Thread is actively running in buyer engines + learning from every session.
10 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.
ElevenLabs has a powerful REST API for TTS but MUSIC FINETUNE is dashboard-only — no API surface for fine-tuning music generation.
Lexical editor on the prompt field — use lexical_set_text, not fill.
Radix dialogs/modals on the cancel + finetune flows — engine handles via Stage 1 actionability.
This is what installs to ~/.webloom/threads/. No magic. Just JSON.
{
"domain": "elevenlabs.io",
"name": "elevenlabs.io Starter",
"version": "0.1.0",
"author": "manual_seed",
"license": "cc-by",
"tier": "starter",
"source_url": "https://elevenlabs.io",
"framework": "react+radix",
"frameworks_detected": [
"react",
"radix",
"tailwind"
],
"anti_bot_verdict": "normal",
"anti_bot_signals": [],
"default_strategy": "cdp",
"category_hint": "ai_tools",
"use_cases": [
"Train a custom music finetune",
"Generate music with a finetune",
"Manage finetune library"
],
"notes": [
"Open bounty. Seeded from real usage by MarStudio. Author can claim and perfect.",
"ElevenLabs has a powerful REST API for TTS but MUSIC FINETUNE is dashboard-only — no API surface for fine-tuning music generation.",
"Lexical editor on the prompt field — use lexical_set_text, not fill.",
"Radix dialogs/modals on the cancel + finetune flows — engine handles via Stage 1 actionability."
],
"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": "No Finetu",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 2,
"last_at": 1781295579
},
{
"descriptor": "Navigate to /app/music/finetunes",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://elevenlabs.io/app/music/finetunes",
"successes": 1,
"last_at": 1781295128
},
{
"descriptor": "div.flex > div.relative:nth-of-type(3) > div.grid > div.col-span-full:nth-of-type(2) > div.flex:nth-of-type(5) > button.relative:nth-of-type(1)",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1781295217
},
{
"descriptor": "Cancel",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1781295380
},
{
"descriptor": "#radix-_r_ci_ > form.flex > div.flex:nth-of-type(2) > button.relative:nth-of-type(1)",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1781295455
},
{
"descriptor": "div.relative > div.flex-1:nth-of-type(2) > div > div.flex:nth-of-type(2) > div.flex:nth-of-type(1) > button.inline-flex:nth-of-type(4)",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1781295513
},
{
"descriptor": "button:has-text(\"Cancel\")",
"kind": "click",
"strategy": "vision",
"selector_pattern": "",
"successes": 1,
"last_at": 1781295689
},
{
"descriptor": "button[aria-label=\"Finetune\"]",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1781295914
},
{
"descriptor": "key_press:Escape",
"kind": "key_press",
"strategy": "cdp_key",
"selector_pattern": "",
"successes": 1,
"last_at": 1781296410
},
{
"descriptor": "fill: div[contenteditable=\"true\"]",
"kind": "fill",
"strategy": "events-only",
"selector_pattern": "div[contenteditable=\"true\"]",
"successes": 1,
"last_at": 1781296432
}
],
"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": "10 proven actions captured from real MarStudio runs. Open for community claim."
}
]
}