agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction with Playwright.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/maximhar/oh-my-opencode-beads --skill agent-browser-maximhar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/maximhar/oh-my-opencode-beads/tree/main/src/features/builtin-skills/agent-browser
Command: npx skills add https://github.com/maximhar/oh-my-opencode-beads --skill agent-browser-maximhar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, streamlining tasks like web testing, form filling, data extraction, and capturing screenshots, eliminating manual web navigation and interaction.

Core Features & Use Cases

  • Web Navigation: Open, close, and navigate through web pages.
  • Form Interaction: Fill input fields, click buttons, and select dropdowns.
  • Data Extraction: Retrieve text, attributes, and structured data from web pages.
  • Screenshots & Recording: Capture screenshots and record browser sessions.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, and then extracting the confirmation details.

Quick Start

Use the agent-browser skill to open the URL https://example.com and take a screenshot.

Frequently Asked Questions about agent-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 filling?

Browser automation integrates with Playwright to control web pages for web testing, form filling, and data extraction. You can interact with web pages using selectors and semantic locators to click buttons, fill input fields, and select dropdowns without manual navigation.

Can I extract structured data from web pages using browser automation?

Web scraping and data extraction are supported by retrieving text, attributes, and structured data from web pages. You navigate through pages and interact with elements via selectors to capture the required information.

Does this browser automation tool work with Playwright for session management?

Yes, browser automation integrates with Playwright for robust browser control and session management. It supports opening, closing, and navigating web pages while maintaining state checking across browser sessions.

What's the best way to capture screenshots during automated web navigation?

Use browser automation to capture screenshots and record browser sessions during web navigation. It streamlines capturing visual proof of web testing by eliminating manual web navigation and interaction.

How do I handle complex form filling and extract confirmation details?

Automate logging into a web application, filling out a complex form, and extracting confirmation details. Browser automation handles form interaction by filling input fields, clicking buttons, and selecting dropdowns sequentially.