browser-use--browser-harness
cba31dfec0
Adds a domain skill for enumerating Loom library folders (loom.com/looms/videos/<slug>-<id>) — the private workspace variant that requires an authenticated session. yt-dlp's existing LoomFolderIE covers public-shared folders (loom.com/share/folder/<id>) but the underlying /v1/folders/<id> endpoint returns Forbidden for library IDs even with cookies. That makes browser-harness with the user's open Chrome tab the only practical programmatic route for private workspace content. Field-tested on a 78-video folder; documents the data-videoid selector, the scrollIntoView mechanic that beats scrollTop's silent cap, dead-end endpoints, and the pipe-to-yt-dlp setup.