agent-browser

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

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Jainam1673/axioma --skill agent-browser-jainam1673
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/Jainam1673/axioma/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/Jainam1673/axioma --skill agent-browser-jainam1673

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation is error-prone and tedious when manually interacting with websites; this Skill provides a CLI to automate navigation, form filling, data extraction, screenshots, and basic web app testing.

Core Features & Use Cases

  • Automated Browser Actions: Navigate pages, fill forms, click elements, take screenshots, and extract data.
  • Web App Testing & Demos: Create repeatable test flows and visual proofs for QA and documentation.
  • Use Case: Automate sign-in workflows and data extraction across multiple pages using element refs captured by snapshots.

Quick Start

Open a website, snapshot to generate element refs, then automate interactions using those refs.

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 to replace manual website tasks?

You can automate browser interactions by using this Skill's CLI to navigate pages, fill forms, click elements, take screenshots, and extract data across web apps and QA workflows.

What's the best way to capture element references for web testing automation?

The best way to capture element references for web testing is to open a website and generate a snapshot, which creates the deterministic refs needed to drive your automation steps.

Can I automate data extraction across multiple web pages using a CLI?

Yes, you can automate data extraction across multiple pages by using the CLI workflow to navigate and extract data based on the element refs captured by your site snapshots.

How do I create repeatable test flows for web app QA?

You create repeatable test flows for web app QA by using the CLI to automate sign-in workflows and capture screenshots, generating visual proofs for documentation and testing.

Does this browser automation approach work without external dependencies?

Yes, this browser automation Skill operates without external dependencies, using its internal CLI workflow and resource references to drive deterministic website interaction steps.