dev-browser

Automates browser navigation, form submission, data scraping, and screenshot capture via Chromium or extension connections using ARIA selectors and client API scripting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, allowing for tasks like navigating websites, filling forms, taking screenshots, and extracting web data without manual intervention.

Core Features & Use Cases

  • Website Navigation: Go to specific URLs and manage browser tabs.
  • Form Interaction: Fill out web forms with provided data.
  • Data Extraction: Scrape information from web pages.
  • Screenshotting: Capture images of web pages.
  • Web App Testing: Automate workflows for testing web applications.

Quick Start

Use the dev-browser skill to navigate to https://example.com and print the page title.

Frequently Asked Questions about dev-browser

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

FAQPage Schema
How do I automate browser interactions for web testing and form submission?

You can automate browser interactions for web testing and form submission by using a client API to manage browser tabs, navigate URLs, select elements via ARIA snapshots, and execute scripts within the browser context.

Can I use browser automation to scrape web data and extract information from web pages?

Browser automation allows you to scrape web data by navigating to specific URLs and executing scripts within the browser context to extract information directly from web pages.

What is the best way to capture screenshots of web pages without manual intervention?

The best way to capture screenshots without manual intervention is using browser automation that supports standalone Chromium instances or extension-based connections to capture images of web pages programmatically.

Does this browser automation approach support connecting to my existing browser session?

Yes, browser automation supports extension-based connections to user browsers, allowing you to interact with your existing browser session rather than only using standalone Chromium instances.

How do I select page elements for automated form filling?

You can select page elements for automated form filling by utilizing ARIA snapshots within the client API to accurately identify and interact with target elements on the web page.

What are the limitations of using standalone Chromium instances for web app testing?

Standalone Chromium instances for web app testing may not retain your existing browser session data or extensions, requiring you to manage states independently via the client API for accurate workflow automation.