Give AI agents web browser capabilities — navigate, interact, and extract data from web pages.
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.
"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."
Provide the URL and describe what you want to do on the page.
For authenticated sites: provide credentials or describe the login flow.
Claude handles navigation, interaction, and data extraction — you get structured results back.
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.
npx skillsadd SawyerHood/skills/dev-browser
Requires skills.sh CLI
Build Obsidian.md plugins following official API patterns, TypeScript best practices, and plugin review guidelines.
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.