Skip to content

feat: update skills to use verified Browserbase sessions#106

Open
Kylejeong2 wants to merge 1 commit into
mainfrom
codex/gro-1459-update-browse-skill-to-use-verified-instead
Open

feat: update skills to use verified Browserbase sessions#106
Kylejeong2 wants to merge 1 commit into
mainfrom
codex/gro-1459-update-browse-skill-to-use-verified-instead

Conversation

@Kylejeong2
Copy link
Copy Markdown
Member

@Kylejeong2 Kylejeong2 commented May 13, 2026

Summary

  • replace --advanced-stealth references with --verified in Browserbase CLI skill docs
  • update skill copy to describe Browserbase remote mode in terms of Identity and Verified browsers instead of stealth
  • rename the cookie-sync helper flag from --stealth to --verified and set browserSettings.verified = true

Validation

  • node --check skills/cookie-sync/scripts/cookie-sync.mjs
  • rg -n --hidden --glob '!*node_modules*' --glob '!*dist*' "advanced stealth|--advanced-stealth|--stealth|advancedStealth|anti-bot stealth|stealth mode" .

Note

Low Risk
Low risk documentation and CLI-flag updates, with a small behavior change in cookie-sync.mjs to request verified Browserbase sessions; main risk is breaking users relying on the old --stealth flag.

Overview
Shifts all skill copy/examples to describe Browserbase remote mode in terms of Browserbase Identity + Verified browsers rather than stealth/advanced-stealth, including updating bb sessions create examples from --advanced-stealth to --verified.

Renames the cookie-sync script flag from --stealth to --verified and changes session creation to set browserSettings.verified = true when requested.

Reviewed by Cursor Bugbot for commit 10f7d5b. Bugbot is set up for automated code reviews on this repo. Configure here.

@Kylejeong2 Kylejeong2 changed the title [codex] Update skills to use verified Browserbase sessions feat: update skills to use verified Browserbase sessions May 13, 2026
@Kylejeong2 Kylejeong2 marked this pull request as ready for review May 13, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant