docs: add browser-use integration page#21
Merged
Conversation
Recipe for running agent-browser-shield with browser-use. Covers two paths: local Chromium attached via `cdp_url` (analogous to the Hermes/OpenClaw existing-session flows), and a Browserbase remote CDP session with the extension already attached at session creation. Includes the `extend_system_message` pattern for briefing the Agent on shield markers. Sidebar entry placed before the Browserbase/OpenClaw/Hermes recipes so the most general open-source agent framework leads the list.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Pre-commit's mdformat reflowed the page to its canonical line-wrap width. No content changes.
This was referenced Jun 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.
Summary
docs/src/content/docs/browser-use.md— a recipe for running agent-browser-shield with browser-use, covering both a local Chromium attached viacdp_urland a Browserbase remote CDP session.docs/astro.config.mjs, placed before the framework-specific recipes so the most general open-source agent framework leads the list.--remote-debugging-port, attach, verify) and reuses the Browserbase upload flow by reference rather than duplicating it.extend_system_messagepattern for briefing the Agent on the shield's DOM markers.Test plan
bun run buildindocs/— site builds cleanly;/browser-use/index.htmlis emitted alongside the other recipes.BrowserSession(browser_profile=BrowserProfile(cdp_url="http://localhost:9222", is_local=True))+await browser_session.start()connects to a Chrome launched with--remote-debugging-port=9222.🤖 Generated with Claude Code