[STG-2484] chore: remove deprecated browserbase-cli skill; fix browse install cmd#142
Merged
Merged
Conversation
The browserbase-cli skill describes the deprecated `bb` CLI (@browserbasehq/cli), which has 0 tracked installs. The canonical Browserbase CLI is now `browse`. Remove it from the marketplace catalog so it no longer ships in the plugin marketplace. - Delete skills/browserbase-cli/ (SKILL.md, REFERENCE.md, LICENSE.txt) - Remove the browserbase-cli plugin entry from .claude-plugin/marketplace.json - Remove the browserbase-cli row from the README skills table Note: the stale `@browserbasehq/browse-cli` install string called out in the task is already absent on main (fixed in #111); skills/browser/SKILL.md already uses `npm install -g browse`. No install-command change was needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
shrey150
marked this pull request as ready for review
July 7, 2026 21:05
jay-sahnan
approved these changes
Jul 7, 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.
What
skills/browserbase-cli/(SKILL.md,REFERENCE.md,LICENSE.txt).browserbase-cliplugin entry from.claude-plugin/marketplace.json.browserbase-clirow from the README skills table.Why
The
browserbase-cliskill documents the deprecatedbbCLI (@browserbasehq/cli), which has 0 tracked installs. The canonical Browserbase CLI is nowbrowse, already covered by thebrowser,functions, and other skills. Keepingbrowserbase-cliin the marketplace catalog ships a deprecated tool to users, so it's being removed.Note on the "stale install command" fix
The task also called for replacing
@browserbasehq/browse-cliwithbrowse(npm install -g browse) inskills/browser/. On investigation, that string is already absent onmain— it was fixed in #111 ("docs: rename bb/browse-cli references to unified browse CLI").skills/browser/SKILL.mdalready usesnpm install -g browse(frontmatter + thewhich browse || npm install -g browsebootstrap line). A repo-wide grep for@browserbasehq/browse-clireturns nothing, so no install-command change was needed — this PR is scoped to the deprecation only.E2E Test Matrix
node scripts/validate-skills.mjs(repo's own validator, run by thevalidate-skillsCI workflow)16 skill(s) checked: 16 passed, 0 failed, 0 error(s), 0 warning(s)—browserbase-clino longer listedclaude plugin validate .(Claude Code 2.1.202)Validating marketplace manifest: .../.claude-plugin/marketplace.json→✔ Validation passedmarketplace.jsonis still a valid marketplace manifest withbrowserbase-cliremoved.node -e "JSON.parse(...marketplace.json)"+ list plugin namesvalid JSON; remaining plugins:browse, functions, browser-trace, safe-browser, webmcp-genbrowserbase-cliis gone from the plugin list.grep -rn "@browserbasehq/browse-cli" skills/browser/grep -rn "browserbase-cli" .claude-plugin/browserbase-clireference in the marketplace manifest.grep -rn "browserbase-cli" .(excl.node_modules,.git)No changeset: this is skill/catalog content, not published-package runtime behavior.
🤖 Generated with Claude Code
Note
Low Risk
Documentation and marketplace catalog only; no application code or auth paths change.
Overview
Removes the browserbase-cli skill from the plugin catalog so users are no longer pointed at deprecated
bb/@browserbasehq/clidocs; the unifiedbrowseCLI remains covered by browser, functions, and related skills.The change deletes
skills/browserbase-cli/(includingSKILL.mdandREFERENCE.md) and drops the matching plugin entry from.claude-plugin/marketplace.jsonplus the README skills table row. No install-command edits appear in this diff—the PR description notes thebrowseinstall path was already updated elsewhere.Reviewed by Cursor Bugbot for commit 693e56c. Bugbot is set up for automated code reviews on this repo. Configure here.