agent-browser

Automate browser tasks via CLI for navigation, form filling, and data capture.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates browser interactions via a CLI to streamline repetitive web tasks such as navigation, form filling, and data collection, reducing manual effort and human error.

Core Features & Use Cases

  • Open pages and navigate: Launch URLs, interact with page elements, and manage state across steps.
  • Form automation and UI testing: Fill inputs, submit forms, and verify UI states across sessions.
  • Screenshots and data capture: Take snapshots and export structured results for reporting or auditing.
  • Login flows and session handling: Automate login sequences with robust error handling and retries.

Quick Start

Install the CLI, open a target page with agent-browser open https://example.org, and capture a snapshot with agent-browser snapshot -i --json.

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 tasks via a CLI?

Browser automation via a CLI handles repetitive web tasks like navigation, form filling, and data collection by executing sequential commands to interact with pages, manage state, and export structured results.

Can I automate login flows and handle sessions using command-line scripting?

Yes, command-line scripting can automate login sequences with robust error handling and retries, maintaining session state across multiple navigation steps and UI interactions.

How do I capture screenshots and extract web scraping data from the command line?

You capture screenshots and extract web scraping data by executing a snapshot command that takes page snapshots and exports structured JSON results for reporting or auditing.

Does CLI browser automation work for UI testing and validating UI states?

CLI browser automation supports UI testing by filling inputs, submitting forms, and verifying UI states across sessions, allowing you to validate functional requirements without manual interaction.

What's the best way to fill out and submit web forms automatically without manual effort?

The best way to fill out and submit web forms automatically is using a CLI-based browser automation tool that targets element selectors, inputs data, and manages submission state across steps.