browser-pilot

Here is your requested headline: **Metacraft: Innovate UI with AI-powered precision and style!** Wait, that wasn't quite right. Let me try again with proper formatting.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill browser-pilot-rune-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-pilot
Source: https://github.com/Rune-kit/rune/tree/main/skills/browser-pilot
Command: npx skills add https://github.com/Rune-kit/rune --skill browser-pilot-rune-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, making it easy to test websites, capture visual evidence, and extract information without manual browsing.

Core Features & Use Cases

  • Web Navigation: Open any URL and wait for it to load.
  • UI Interaction: Click buttons, type into forms, and interact with elements.
  • Data Capture: Take screenshots, capture accessibility trees, and log console errors.
  • Use Case: Automatically test a new feature on your staging site by navigating to the URL, filling out a form, clicking submit, and taking a screenshot to verify the result.

Quick Start

Use the browser-pilot skill to navigate to 'https://example.com' and take a full page screenshot.

Frequently Asked Questions about browser-pilot

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

FAQPage Schema
How do I automate browser navigation and form filling for web testing?

Automate browser navigation and form filling by using Playwright to open URLs, wait for page loads, and interact with UI elements like buttons and input fields. This enables deterministic web testing without manual browsing.

Can I capture screenshots and accessibility trees during web scraping?

Yes, you can capture screenshots and accessibility trees during web scraping. Playwright enables data capture by taking full-page screenshots and extracting accessibility trees to verify web content structure.

How do I capture console errors when automating browser tasks?

Capture console errors during browser automation by configuring Playwright to log browser console output during navigation and UI interaction. This allows you to record JavaScript errors for web testing verification.

Do I need MCP Playwright tools to automate browser interactions?

Yes, MCP Playwright tools are required to execute browser automation tasks. They provide the deterministic execution environment needed to handle navigation, UI interaction, and data capture.

What is the best way to verify a new feature on a staging site without manual browsing?

The best way to verify a staging feature without manual browsing is using Playwright browser automation. You can navigate to the URL, fill out forms, click submit, and take a screenshot to verify the result.

Does browser automation with Playwright support clicking buttons and typing into forms?

Yes, browser automation with Playwright supports UI interaction including clicking buttons and typing into forms. It handles element interaction to automate complex web testing workflows.