agent-browser

Automate browser navigation, form filling, data extraction, screenshots, and PDF generation via CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JuanJoseGonGi/skills --skill agent-browser-juanjosegongi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/JuanJoseGonGi/skills/tree/main/agent-browser
Command: npx skills add https://github.com/JuanJoseGonGi/skills --skill agent-browser-juanjosegongi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates interactions with websites, streamlining tasks that would otherwise require manual clicking, typing, and navigation.

Core Features & Use Cases

  • Web Navigation: Open, navigate, and close web pages.
  • Form Interaction: Fill forms, click buttons, select options, and check boxes.
  • Data Extraction: Scrape text, attributes, and structured data from web pages.
  • Screenshots & PDFs: Capture visual representations of web pages.
  • Use Case: Automate the process of logging into a web application, filling out a multi-step form, and submitting it, all through a single command.

Quick Start

Use agent-browser to open the website '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 web scraping and form filling with a headless browser?

You can automate web scraping and form filling by using a command-line interface that integrates with Playwright to programmatically control headless browsers for navigation, interaction, and data extraction.

Does Playwright support taking screenshots and generating PDFs during web navigation?

Playwright supports capturing visual representations of web pages during navigation, allowing you to take screenshots and generate PDFs through command-line browser automation commands.

How do I extract structured data from websites using browser automation?

Browser automation enables you to extract structured data from websites by programmatically navigating to target pages and scraping text, attributes, and HTML elements via Playwright commands.

Can I use browser automation to handle multi-step form submissions?

Browser automation can handle multi-step form submissions by programmatically filling out inputs, clicking buttons, selecting options, and checking boxes through a single command sequence.

What is the best way to control a headed or headless browser for AI agents?

The best way to control browsers for AI agents is through a command-line interface that provides programmatic web interaction capabilities, supporting both headed and headless browser control via Playwright.