browserwing

Automates Chrome-based web tasks and data extraction via a local HTTP API.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/zunyiqingfeng-code/skills --skill browserwing-zunyiqingfeng-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browserwing
Source: https://github.com/zunyiqingfeng-code/skills/tree/main/browserwing
Command: npx skills add https://github.com/zunyiqingfeng-code/skills --skill browserwing-zunyiqingfeng-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BrowserWing provides a local, AI-powered platform to automate browser tasks, enabling reliable web navigation, interaction, and data extraction without manual scripting.

Core Features & Use Cases

  • Local Chrome automation via a REST/HTTP API to drive navigation, clicking, typing, and data extraction
  • AI-assisted exploration to autonomously generate replayable scripts for websites and workflows
  • Script execution and management through an HTTP API and MCP-compatible interface
  • Accessibility-friendly page analysis via snapshots to obtain stable element references
  • Use cases include automated form filling, web data capture, testing, and repetitive browsing tasks

Quick Start

Start the BrowserWing service and begin automating tasks by issuing API calls to the available endpoints.

Frequently Asked Questions about browserwing

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

FAQPage Schema
How do I automate browser tasks and web scraping without manual scripting?

BrowserWing automates browser tasks and web scraping by exposing a local HTTP API that controls Chrome, allowing you to execute navigation, clicking, and data extraction operations through API calls.

How does AI-assisted exploration work for generating web automation scripts?

AI-assisted exploration analyzes web pages via accessibility snapshots to autonomously generate replayable scripts, capturing navigation and interaction workflows for repeatable browser automation.

Can I use this for automated form filling and repetitive browsing on local machines?

Yes, you can use this for automated form filling and repetitive browsing on local machines. It supports navigation, click, type, and batch operations via a local REST API for reliable web interactions.

Does browser automation via local HTTP API support MCP integration?

Yes, browser automation via local HTTP API supports MCP integration. The service provides an MCP-compatible interface for script execution and management alongside its REST endpoints.

What is the best way to get stable element references for web data extraction?

The best way to get stable element references for web data extraction is using accessibility-friendly page snapshots. This mechanism provides reliable targets for navigation and clicking during browser automation.

What are the limitations of using local Chrome automation for web scraping?

Limitations of local Chrome automation include dependency on the local machine's environment and browser state. It focuses on local execution, meaning large-scale distributed scraping may require additional infrastructure not provided natively.