[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>
Removes all direct API (cURL) and SDK (Node.js/Python) code blocks from fetch, search, and functions skills. Each skill now shows only `bb` CLI usage, keeping the docs focused on the preferred interface. 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 reframe examples around the
bbCLI; the main risk is minor confusion if any referenced flags drift from the current CLI.Overview
Updates the Browserbase
fetch,search, andfunctionsskill docs to prefer thebbCLI over raw APIcurl/SDK examples, rewriting examples and references aroundbb fetch,bb search, andbb functions invoke(including--output,--num-results,--allow-redirects,--proxies, and--check-status).Adds an explicit “CLI is the preferred interface” section to
browserbase-cli/SKILL.mdmapping common API endpoints to theirbbequivalents, and trims/adjusts related guidance and security notes (e.g.,--allow-insecure-ssl).Written by Cursor Bugbot for commit cc1a919. This will update automatically on new commits. Configure here.