Add CDP event tailing docs to browser and browserbase-cli skills - #60
Merged
Conversation
aq17
self-requested a review
July 9, 2026 18:50
aq17
force-pushed
the
derek/add_cdp_tailing_docs
branch
from
July 9, 2026 18:52
50d5ca9 to
db17075
Compare
aq17
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
browse cdp <url|port>command documentation to the browser skill (SKILL.md + REFERENCE.md)bb sessions debug+browse cdp) to the browserbase-cli skill (SKILL.md + REFERENCE.md)--domainfiltering,--prettymode, piping/jq usageContext
The
browse cdpcommand is being added in browserbase/stagehand#1905. These docs describe the new command for Claude Code skill users.Test plan
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime or security impact.
Overview
Documents the upcoming
browse cdpcommand in the browser skill so agents know how to stream Chrome DevTools Protocol events without going through the browse daemon.SKILL.md adds a quick-reference block: attach by port or WebSocket URL, filter with repeatable
--domain, use--prettyor pipe NDJSON to files andjq, and notes that the process runs until Ctrl+C with default domains Network, Console, Runtime, Log, and Page.REFERENCE.md expands the same with a dedicated CDP Event Tailing section: option table, jq filtering examples, sample pretty-print lines, and a Browserbase flow (
bb sessions debug→ copywsUrl→browse cdp wss://...).Reviewed by Cursor Bugbot for commit db17075. Bugbot is set up for automated code reviews on this repo. Configure here.