diff --git a/docs/features/use-with-claude-code.mdx b/docs/features/use-with-claude-code.mdx index 6b32a629c..25d000819 100644 --- a/docs/features/use-with-claude-code.mdx +++ b/docs/features/use-with-claude-code.mdx @@ -127,37 +127,37 @@ Wondering how BrowserOS MCP compares to Chrome DevTools MCP or other browser aut ## Example Prompts -Once connected, try these prompts in Claude Code: + + Extract structured data from any page you're logged into — no scraping setup needed. + ``` + Open my LinkedIn profile in BrowserOS and extract my work experience as JSON + ``` -Extract structured data from any page you're logged into — no scraping setup needed. -``` -Open my LinkedIn profile in BrowserOS and extract my work experience as JSON -``` + Test your web app end-to-end without leaving the terminal — Claude navigates, interacts, and reports errors back. + ``` + In BrowserOS, go to localhost:3000, click the login button, and check for console errors + ``` -Test your web app end-to-end without leaving the terminal — Claude navigates, interacts, and reports errors back. -``` -In BrowserOS, go to localhost:3000, click the login button, and check for console errors -``` + Capture visual snapshots of any page for debugging, documentation, or design review. + ``` + Take a screenshot of the current page in BrowserOS and save it to screenshots/ + ``` -Capture visual snapshots of any page for debugging, documentation, or design review. -``` -Take a screenshot of the current page in BrowserOS and save it to screenshots/ -``` + Search through your real browsing history to find pages you visited earlier. + ``` + Search my BrowserOS history for "invoice" and list the recent matches + ``` -Search through your real browsing history to find pages you visited earlier. -``` -Search my BrowserOS history for "invoice" and list the recent matches -``` + Access your email directly from the agent — read, search, and summarize without switching windows. + ``` + Read my latest Gmail messages and summarize them + ``` -Access your email directly from the agent — read, search, and summarize without switching windows. -``` -Read my latest Gmail messages and summarize them -``` - -Chain multiple services together in a single prompt — file issues, notify your team, and stay in flow. -``` -Create a Linear issue for the bug I just found and post a summary to Slack -``` + Chain multiple services together in a single prompt — file issues, notify your team, and stay in flow. + ``` + Create a Linear issue for the bug I just found and post a summary to Slack + ``` + ---