№ thread
← Atelier
v0.1.0
Proven
Provenreact+radix

elevenlabs.io

elevenlabs.io Starter. Authored by manual_seed. License: cc-by.

Claim this domain · earn 75% open bounty
live pulse

This Thread is actively running in buyer engines + learning from every session.

engines · 24h
0
0 actions
success rate · 24h
no data yet
last auto-heal
2d ago
1 community patches
pending review
0
all clear
recent activityas of 0s ago
  • 🪡

    10 proven actions captured from real MarStudio runs. Open for community claim.

    2d ago

Forever
Free updatesWhen the author ships a patch, your copy updates automatically. Yours to keep.
1-click
Drift reportsBroken? Hit the report button. Enough reports flag the Thread publicly and alert the author.
Live
Health scorePreflight pass rate shown on every card. You see the real uptime before buying.
Always
Pre-run haltweaver check runs before every recipe — drift detected means zero wasted clicks.
№ 01 — proven actions

Cracked moves.

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.

descriptor
strategy
successes
last used
No Finetu
cdp
×2
6/12/2026
Navigate to /app/music/finetunes
navigate
×1
6/12/2026
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)
cdp
×1
6/12/2026
Cancel
cdp
×1
6/12/2026
#radix-_r_ci_ > form.flex > div.flex:nth-of-type(2) > button.relative:nth-of-type(1)
cdp
×1
6/12/2026
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)
cdp
×1
6/12/2026
button:has-text("Cancel")
vision
×1
6/12/2026
button[aria-label="Finetune"]
cdp
×1
6/12/2026
key_press:Escape
cdp_key
×1
6/12/2026
fill: div[contenteditable="true"]
events-only
×1
6/12/2026
№ 02 — preflight

Drift detection.

These checks run before every recipe. Any failure halts execution and notifies you.

name
kind
probe
logged_in
dom
[data-user], .user-menu, [aria-label*="account" i]
№ 03 — quirks

Lessons learned.

01

Open bounty. Seeded from real usage by MarStudio. Author can claim and perfect.

02

ElevenLabs has a powerful REST API for TTS but MUSIC FINETUNE is dashboard-only — no API surface for fine-tuning music generation.

03

Lexical editor on the prompt field — use lexical_set_text, not fill.

04

Radix dialogs/modals on the cancel + finetune flows — engine handles via Stage 1 actionability.

№ 05 — raw thread

The file.

This is what installs to ~/.webloom/threads/. No magic. Just JSON.

elevenlabs.io.thread.json3.1 KB
{
  "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."
    }
  ]
}