browser-agent

Automate Chrome browser interactions via the DevTools Protocol using a Bun runtime.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/andreahaku/browser_agent_skill --skill browser-agent-andreahaku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-agent
Source: https://github.com/andreahaku/browser_agent_skill/tree/main/skill/browser-agent
Command: npx skills add https://github.com/andreahaku/browser_agent_skill --skill browser-agent-andreahaku

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates web browser interactions, allowing AI agents to navigate, scrape, and interact with websites programmatically, eliminating the need for manual browsing.

Core Features & Use Cases

  • Web Navigation: Open URLs, manage tabs, go back/forward, and reload pages.
  • Content Extraction: Retrieve visible text, HTML source, and perform full-text searches across tabs.
  • User Interaction: Click elements, type into forms, select dropdowns, and press keys.
  • Output Generation: Take screenshots and save pages as PDFs.
  • Browser State Management: Inspect and modify cookies, local/session storage, and monitor network activity.
  • Device Emulation: Simulate various mobile and desktop devices for responsive testing.
  • Use Case: An AI agent needs to find product reviews on a specific e-commerce site, extract them, and then compare prices across different listings.

Quick Start

Use the browser-agent skill to open the URL 'https://example.com' and then get the page content.

Frequently Asked Questions about browser-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Chrome browser interactions for an AI agent?

Web scraping with Chrome DevTools Protocol allows AI agents to retrieve visible text, HTML source, and perform full-text searches across tabs. It automates content extraction from target URLs, eliminating the need for manual browsing and data collection.

Can I take screenshots and generate PDFs during web automation?

Yes, you can take screenshots and generate PDFs during web automation. The browser automation process supports output generation features that capture page states and save them as image or PDF files for AI-driven analysis and reporting.

Does browser automation support inspecting cookies and local storage?

Browser automation supports inspecting and modifying cookies, local session storage, and network activity. This allows AI agents to manage browser state effectively, maintaining sessions and monitoring requests during web navigation tasks.

Can I simulate mobile devices for responsive testing with Chrome automation?

You can simulate various mobile and desktop devices for responsive testing with Chrome automation. Device emulation features allow AI agents to evaluate how websites render and behave across different screen sizes and user agents.

What is the best way to extract product reviews and compare prices automatically?

The best way to extract product reviews and compare prices automatically is by combining web navigation, content extraction, and user interaction commands. AI agents can navigate e-commerce sites, scrape listing data, and process text for direct comparison.