agent-browser

Automate browser navigation, form filling, and data extraction via CLI commands.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill agent-browser-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/user/agent-browser
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill agent-browser-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates browser interactions, allowing AI agents to navigate websites, fill forms, click buttons, scrape data, and perform complex web automation tasks programmatically.

Core Features & Use Cases

  • Web Navigation: Open URLs, navigate pages, and manage browser tabs.
  • Form Interaction: Fill text fields, select dropdowns, check checkboxes, and submit forms.
  • Data Scraping: Extract text content, element attributes, and structured data from web pages.
  • Screenshots & PDFs: Capture full-page screenshots or save pages as PDFs.
  • Authentication: Securely save and use credentials for website logins.

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 an AI agent?

You can automate web scraping and form filling by using CLI commands to navigate URLs, interact with elements via selectors or refs, and extract structured data. This enables programmatic navigation, data extraction, and task automation on websites.

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

Yes, you can capture full-page screenshots and save web pages as PDFs during browser automation. The Skill supports CLI commands specifically for capturing visual content and exporting page states while navigating websites.

Does browser automation work with authentication and session persistence?

Browser automation supports session persistence and authentication, allowing you to securely save and use credentials for website logins. This enables continuous interactions across authenticated areas without repeated manual logins.

What is the best way to interact with web elements like dropdowns and checkboxes programmatically?

The best way to interact with web elements programmatically is using CLI commands that target elements via selectors or refs. You can fill text fields, select dropdowns, check checkboxes, and submit forms to automate complex web workflows.

Are there content security boundaries when extracting data from web pages?

Yes, content security boundaries are included to manage data extraction and web interactions safely. These boundaries ensure that browser automation tasks like scraping text content and element attributes operate within defined security constraints.