agent-browser

Automate web browser navigation, form submission, data scraping, and screenshot capture via CLI.

11|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/BangDori/prowl --skill agent-browser-bangdori
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/BangDori/prowl/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/BangDori/prowl --skill agent-browser-bangdori

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates interactions with web browsers, enabling tasks like navigating websites, filling forms, extracting data, and taking screenshots programmatically.

Core Features & Use Cases

  • Web Navigation: Open URLs, go back/forward, reload pages.
  • Form Interaction: Fill text fields, select dropdowns, check boxes, click buttons.
  • Data Extraction: Scrape text, attributes, and HTML content from web pages.
  • Screenshots & PDFs: Capture full-page screenshots or save pages as PDFs.
  • Authentication: Handle login flows, manage cookies, and persist sessions.
  • Use Case: Automate the process of logging into a web application, filling out a multi-step form, and then extracting the confirmation details.

Quick Start

Use the agent-browser skill to open the website 'https://example.com' and take a full page screenshot named 'example.png'.

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 browser interactions like form filling and data scraping?

You can automate web browser interactions using a command-line interface that handles navigation, form filling, data scraping, and screenshot capture. It supports session management, authentication, and proxy configuration for complex automation workflows.

Can I handle login flows and persist sessions when automating web browsers?

Yes, you can handle login flows, manage cookies, and persist sessions across multiple steps. The authentication handling ensures authenticated states are maintained throughout complex web automation tasks.

What is the best way to capture full-page screenshots or save web pages as PDFs?

Capture full-page screenshots or save pages as PDFs by executing screenshot and PDF generation commands through the automation interface. Navigate to the target URL and specify the output filename to save the visual capture programmatically.

Does this web automation approach support proxy configuration for complex tasks?

Yes, proxy configuration is supported for complex web automation tasks. You can route browser traffic through proxies while executing navigation, form submission, and data scraping operations.

How do I extract text and HTML content during web scraping?

Extract text, attributes, and HTML content from web pages by executing scraping commands after navigating to the target URL. The interface allows programmatic selection and extraction of specific page elements.