Skip to content

feat: migrate from browser MCP to agent-browser CLI#25

Open
ShreyJ1729 wants to merge 2 commits intoJCodesMore:masterfrom
ShreyJ1729:feat/agent-browser-migration
Open

feat: migrate from browser MCP to agent-browser CLI#25
ShreyJ1729 wants to merge 2 commits intoJCodesMore:masterfrom
ShreyJ1729:feat/agent-browser-migration

Conversation

@ShreyJ1729
Copy link
Copy Markdown

Summary

  • Replace all generic browser MCP tool references (Chrome MCP, Playwright MCP, Browserbase MCP, Puppeteer MCP) with Vercel's agent-browser CLI across the entire clone-website skill
  • Add agent-browser quick reference table with all CLI commands (open, screenshot, click, hover, fill, scroll, eval, etc.)
  • Update extraction patterns to use agent-browser eval "$(cat script.js)" for complex JS, and agent-browser snapshot -i / agent-browser click @eN for element interactions
  • Update README Quick Start: replace claude --chrome with agent-browser installation step
  • Update INSPECTION_GUIDE.md: "Chrome MCP" → "agent-browser CLI"
  • Regenerated all 13 platform-specific files (9 skill copies + 4 agent rule copies)

Test plan

  • npm run build passes
  • Zero stale "browser MCP" / "Chrome MCP" / "claude --chrome" references in repo (excluding CHANGELOG.md)
  • All 9 platform skill files regenerated via node scripts/sync-skills.mjs
  • All 4 agent rule files regenerated via bash scripts/sync-agent-rules.sh

🤖 Generated with Claude Code

ShreyJ1729 and others added 2 commits April 4, 2026 12:14
… agent-browser CLI

Update README quick-start steps to install agent-browser globally and
launch claude without the --chrome flag. Replace "Chrome MCP" with
"agent-browser CLI" in INSPECTION_GUIDE.md and all synced agent rule
files.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Migrate the clone-website skill from generic browser MCP tool detection
to Vercel's agent-browser CLI. Adds agent-browser quick reference table,
explicit CLI commands for all browser interactions, and file-based JS
extraction patterns. Synced to all 9 platform skill copies.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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