Let your AI assistant browse the web and compare prices for you
You want your AI assistant to actually open websites — compare prices, check availability, read pages that need a real browser — instead of telling you it cannot browse.
You need
- · An AI app that supports skills: Claude Desktop, Claude Code, Cursor, VS Code — don't have one yet?
- · The Playwright Browser skill (no API key)
- · About 5 minutes
Step by step
- 1Install the Playwright Browser skill
Pick your app in the install widget below and follow the one-click link or copy the snippet. For Claude Desktop you paste a short block into the config file — the widget shows exactly where it lives.
- 2Restart your app
Fully quit and reopen the app (don't just close the window). After the restart you should see new browser tools listed in the tools menu.
- 3Paste the prompt
Copy the prompt below into a new chat. The first run downloads a browser in the background, so give it an extra minute.
Install the Playwright Browser skill
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}The prompt
Open duckduckgo.com, search for "best 27 inch monitor", open the top three results, and give me a comparison table with model names, prices, and the key pros and cons mentioned on each page.
What you should see
A browser window opens and navigates on its own while the assistant narrates what it is doing. After a minute you get a comparison table with real, current prices and links — data the assistant could not have known from training.
Last reviewed 2026-06-10
If it doesn't work
Run a website? Make sure agents can read it.
Assistants with skills like these are already visiting websites on their owners' behalf. agentics checks free of charge whether yours is readable, findable, and trusted by AI agents.
Run free check →More recipes
Your documents, invoices, and contracts live in folders on your machine — and you want to ask questions about them ("find the contract that mentions X", "sum up these invoices") without uploading anything anywhere.
Your assistant answers from training data that is months old. You want it to search the web right now — news, prices, fresh documentation — and answer with sources.
Your notes, docs, and project pages live in Notion — and you want to ask your assistant about them ("what's the status of project X?") and have it create or update pages for you.