agent-browser

Automate browser navigation, interaction, data extraction, and screenshots via CLI.

467|42|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/mxyhi/ok-skills --skill agent-browser-mxyhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/mxyhi/ok-skills/tree/main/agent-browser
Command: npx skills add https://github.com/mxyhi/ok-skills --skill agent-browser-mxyhi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables AI agents to interact with websites programmatically, automating tasks that typically require human interaction in a web browser.

Core Features & Use Cases

  • Navigation: Open URLs, go back/forward, reload pages.
  • Interaction: Click buttons, fill forms, select options, check boxes, type text.
  • Data Extraction: Get element text, attributes, HTML, or full page content.
  • Screenshots & PDF: Capture full-page screenshots or save pages as PDFs.
  • Authentication: Handle logins, manage sessions, and reuse authentication states.
  • Use Case: Automate the process of filling out an online job application, scraping product details from an e-commerce site, or testing a web application's user interface.

Quick Start

Use the agent-browser skill to open the website 'https://example.com' and take a full-page 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 web scraping and form filling with headless Chrome for AI agents?

Browser automation for AI agents uses a command-line interface to navigate websites, interact with elements, fill forms, and extract data. It supports headless Chrome to execute web scraping and form filling tasks programmatically without human interaction.

Can I capture screenshots and save web pages as PDFs during browser automation?

Yes, browser automation supports capturing full-page screenshots and saving web pages as PDFs. The command-line interface allows AI agents to trigger visual output capture during navigation, interaction, and data extraction workflows.

Does this browser automation tool handle authentication and session management?

Yes, browser automation includes built-in authentication handling and session management. AI agents can manage logins, reuse authentication states, and maintain persistent sessions across multiple navigation and interaction tasks.

What is the best way to extract data from web elements using browser automation?

Browser automation extracts data by retrieving specific element text, attributes, HTML, or full page content. The command-line interface enables AI agents to target web elements and pull structured data during navigation workflows.

Can I run browser automation in headed mode to visually debug web interactions?

Yes, browser automation supports both headless and headed modes. Running in headed mode allows you to visually debug web interactions, clicks, and form filling while the AI agent navigates websites and extracts data.

What interactions does headless Chrome browser automation support for web testing?

Browser automation supports clicking buttons, filling forms, selecting options, checking boxes, and typing text. These interaction types allow AI agents to automate web testing and simulate user behavior programmatically.