Dev Browser

Dev Browser

Give AI agents web browser capabilities — navigate, interact, and extract data from web pages.

Claude / Claude Code
GitHub Copilot
Cursor
VS Code
OpenAI Codex
Gemini CLI
DevelopmentDeveloper

What it does

Claude can't navigate the web by default. It can describe how to do a task in a browser, but it can't actually do it — log into a site, extract data from a page that requires authentication, or interact with a web application's UI programmatically. This skill gives Claude browser capabilities: navigate to URLs, interact with elements, extract data from pages, handle authentication flows, and return structured results from what it finds.

Use case

Tasks that require interacting with a website: extracting data that isn't in an API, testing a web application's UI, automating repetitive browser tasks, or any workflow where the data you need is behind a login. Made by SawyerHood.

The Prompt

Copy and use immediately
"Log into this dashboard and extract this week's metrics as a JSON object."
"Navigate to this page and extract all the product listings with their prices."
"Fill in this web form with these values and submit it."
"Check if this URL returns a 200 and tell me what the page title is."
"Browse these five pages and compare how they handle mobile navigation."

How to use

  1. 1

    Provide the URL and describe what you want to do on the page.

  2. 2

    For authenticated sites: provide credentials or describe the login flow.

  3. 3

    Claude handles navigation, interaction, and data extraction — you get structured results back.

Input / Output

Input

A URL and a description of the task: what to find, what to interact with, or what data to extract.

Output

Structured data extracted from the page, confirmation of completed interactions, or a report of what Claude found during navigation. Authentication flows handled automatically.

Added 15 Mar 2026Submitted by SawyerHood👁 52📋 0

Details

Platforms
Claude / Claude CodeGitHub CopilotCursorVS CodeOpenAI CodexGemini CLI
Category
Development
License
apache-2.0

Stats

📋 Copies0
👁 Views52
👍 Upvotes0

Install with skills.sh

npx skillsadd SawyerHood/skills/dev-browser

Requires skills.sh CLI

Community Notes

Sign in with GitHub to leave a note.

No notes yet. Be the first to contribute.