Skip to content

[STG-1862] feat: add browser-swarm skill#81

Open
shrey150 wants to merge 3 commits intomainfrom
feat/browser-swarm-skill
Open

[STG-1862] feat: add browser-swarm skill#81
shrey150 wants to merge 3 commits intomainfrom
feat/browser-swarm-skill

Conversation

@shrey150
Copy link
Copy Markdown
Contributor

@shrey150 shrey150 commented Apr 27, 2026

Linear: https://linear.app/browserbase/issue/STG-1862/add-browser-swarm-skill

Summary

  • Add a browser-swarm skill for same-browser multi-agent workflows using bb browse --auto-connect
  • Document the target-bound CDP/Playwright/Stagehand fallback for true parallel tab ownership
  • Register the skill in the README and browse plugin marketplace metadata

Verification

  • node -e "JSON.parse(require('fs').readFileSync('.claude-plugin/marketplace.json','utf8')); console.log('marketplace json ok')"
  • git diff --check
  • git log --oneline origin/main..HEAD
  • git diff --stat origin/main..HEAD

Note

Low Risk
Primarily adds new documentation and a standalone helper script; risk is low and limited to potential confusion/misuse of the new experimental multi-agent workflow guidance.

Overview
Adds a new browser-swarm skill that documents an experimental same-Chrome, multi-tab “swarm” workflow using bb browse env local --auto-connect, including session ownership and safety/approval guardrails.

Introduces skills/browser-swarm/scripts/understudy-target.mjs, a small CLI helper that attaches Stagehand/Understudy to a shared CDP websocket and runs targetId-scoped actions (list pages, open a new page, click/fill/press/goto, extract text/html, take screenshots) to avoid “active tab” races.

Registers the new skill in README.md and updates .claude-plugin/marketplace.json to include the skill plus expanded browse plugin metadata/keywords around multi-agent tab coordination.

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

whatrwewaitingf0r pushed a commit to A3IO/browserbase-agent-browse that referenced this pull request Apr 29, 2026
whatrwewaitingf0r pushed a commit to A3IO/browserbase-agent-browse that referenced this pull request Apr 29, 2026
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