browsing

Automate authenticated browser sessions and extract content via Chrome DevTools Protocol.

7|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill browsing-epiphytic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browsing
Source: https://github.com/Epiphytic/ai-plugin-translator/tree/main/packages/core/test/fixtures/regression-output/superpowers-marketplace/superpowers-chrome/skills/browsing
Command: npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill browsing-epiphytic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of automating and extracting information from existing authenticated Chrome browser sessions without requiring manual interaction.

Core Features & Use Cases

  • Browser Control: Navigate pages, manage tabs, interact with forms, and execute browser actions through Chrome DevTools Protocol.
  • Content Extraction: Capture page content, attributes, screenshots, and DOM information for analysis and automation workflows.
  • Use Case: Automate a logged-in web application workflow by opening tabs, filling forms, extracting results, and validating page changes through browser actions.

Quick Start

Use the browsing skill to open a browser session, navigate to a website, and extract the page content.

Frequently Asked Questions about browsing

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

FAQPage Schema
How do I automate form automation and content extraction in an existing authenticated Chrome session?

You can automate form automation and content extraction in an authenticated Chrome session through Chrome DevTools Protocol interactions. This allows navigation, multi-tab management, and web data retrieval without manual interaction.

Can I manage multiple browser tabs and capture screenshots using the Chrome DevTools Protocol?

Yes, multi-tab management and screenshot capture are supported via Chrome DevTools Protocol interactions. You can open tabs, navigate pages, and extract DOM information or screenshots for automation workflows.

What is the best way to extract web data from logged-in web applications without manual interaction?

The best way to extract web data from logged-in web applications is using browser session control through the Chrome DevTools Protocol. It automates navigation, form filling, and result extraction within authenticated browser workflows.

Do I need specific MCP operations to control browser sessions and interact with web pages?

Yes, you need use_browser MCP operations to control browser sessions. These operations handle navigation, interaction, content extraction, screenshots, and browser profile management for your automation tasks.

How do I validate page changes and extract DOM information during web extraction workflows?

To validate page changes and extract DOM information during web extraction, use Chrome DevTools Protocol interactions to capture page content and attributes. This enables automated verification of form submissions and page updates.

Does browser automation through the Chrome DevTools Protocol support browser profile management?

Yes, browser automation through the Chrome DevTools Protocol supports browser profile management. Use_browser MCP operations allow you to manage profiles, navigate websites, and execute authenticated browser workflows seamlessly.