agent-browser

Automates browser interactions for testing, form filling, and data extraction.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/apostolos-geyer/StoliStack --skill agent-browser-apostolos-geyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/apostolos-geyer/StoliStack/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/apostolos-geyer/StoliStack --skill agent-browser-apostolos-geyer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser interactions to streamline web testing, form filling, screenshot capture, and data extraction, reducing manual testing time and improving reliability.

Core Features & Use Cases

  • Automated browser navigation, element snapshotting with refs, and ref-driven interactions for testing and demos.
  • Supports taking screenshots, extracting data from pages, and recording sessions for audits.
  • Use Case: QA engineers can script end-to-end web interactions to verify UI flows across multiple pages.

Quick Start

Open a page, snapshot interactive elements, and drive actions using element refs to automate testing.

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 interactions for web testing and data extraction?

Automate browser interactions by using a scriptable CLI to navigate pages, snapshot interactive elements, and execute ref-driven actions for deterministic testing and data collection. This streamlines QA workflows and cross-site testing.

How do I script end-to-end form filling and UI flow verification across multiple pages?

Script end-to-end form filling by opening a target page, taking an interactive element snapshot to capture refs, and driving subsequent navigation and input actions using those element refs to verify multi-page UI flows.

Can I capture screenshots and record browser sessions for QA audits?

Yes, you can capture screenshots and record browser sessions during automated web interactions for QA audits. The tool applies deterministic commands and state capture to document automated testing and data extraction workflows.

Does this browser automation approach require specific dependencies or external frameworks?

No external dependencies or specific testing frameworks are required to run browser automation tasks. The skill implements a standalone scriptable CLI with built-in navigation controls, element snapshotting, and ref-based actions for immediate execution.

What is the best way to extract data from web pages using deterministic command-line scripts?

The best way to extract data from web pages is using a scriptable CLI that applies deterministic commands and state capture. You navigate to the target web page, snapshot interactive elements, and execute ref-based actions for reliable data collection.