[STG-1680] docs: show bb CLI usage alongside curl in search, fetch, functions skills#55
Open
[STG-1680] docs: show bb CLI usage alongside curl in search, fetch, functions skills#55
Conversation
Update SKILL.md and REFERENCE.md to reflect new browse env local behavior: auto-discovers existing Chrome with remote debugging, --isolated flag, and explicit CDP target (port or URL). Sister PR to browserbase/stagehand#1886. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… functions skills Each skill now leads with `bb` CLI examples so agents try the CLI first. cURL and SDK examples are kept for reference but the CLI is presented as the quickest path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
de29bef to
26f9acb
Compare
The --isolated flag, port/CDP URL arguments to `browse env local`, auto-discovery of running Chrome, and localStrategy/localSource status fields do not exist in the released browse-cli (0.2.0) or on main. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
bbCLI examples to search, fetch, and functions skills so agents try the CLI firstbb searchvs curl,bb fetchvs curl, etc.)Test plan
bb search,bb fetch,bb functions invokecommands shown match current CLI flags🤖 Generated with Claude Code
Note
Low Risk
Low risk documentation-only updates that mainly reorder/add CLI snippets; risk is limited to potential mismatch between documented CLI flags and the actual
bbinterface.Overview
Updates Browserbase skill docs to prefer the
bbCLI over direct HTTP calls by adding CLI-first examples and references forfetch,search, andfunctions invoke.Adds a new “CLI is the preferred interface” section in
skills/browserbase-cli/SKILL.mdthat maps common API operations (search/fetch/functions/resources) to theirbbequivalents, and refreshes tips/best-practices text to include the relevant CLI flags (e.g.,--output,--allow-redirects,--proxies,--num-results).Written by Cursor Bugbot for commit 630ac23. This will update automatically on new commits. Configure here.