agent-browser

Automate browser interactions for AI agents to navigate, fill forms, click elements, and extract data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI agents to interact with websites, reducing manual web tasks such as form filling, navigation, data extraction, and testing.

Core Features & Use Cases

  • Automates website interactions: open URLs, fill forms, click elements, take screenshots.
  • Supports multi-session workflows and stateful browsing for authenticated tasks.
  • Use Case: Coordinate browsing tasks across multiple sites, extract data and verify results.

Quick Start

Open a website and begin automating interactions with agent-browser.

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 like form filling and data extraction for AI agents?

Browser automation for AI agents is handled by chaining CLI commands to open URLs, fill forms, click elements, and extract data. It enables form submission, navigation, and data extraction on websites to reduce manual web tasks.

Can I maintain authenticated sessions across multiple browser automation workflows?

Yes, authenticated sessions can be maintained using state persistence. The CLI supports multi-session workflows and stateful browsing, allowing AI agents to coordinate browsing tasks across different contexts while keeping authentication state.

What CLI commands are available for website interaction and session management?

The CLI supports commands including open, snapshot, fill, click, wait, and session management. These commands can be chained together for efficient automation of website interactions like navigating URLs and submitting forms.

Does browser automation work for coordinating tasks across multiple sites simultaneously?

Multi-session workflows support coordinating browsing tasks across multiple sites. AI agents can extract data, fill forms, and verify results across different contexts using stateful browsing and session management capabilities.

What's the best way to extract data from websites using AI agent browser automation?

Data extraction is performed by opening URLs and using commands like snapshot, fill, and click to navigate and capture website content. The CLI chains these actions to automate extraction workflows efficiently for AI agents.

Are there limitations when using browser automation for complex form submission workflows?

Browser automation handles form submission by filling and clicking elements, but complex workflows may require careful command chaining. The CLI supports wait commands and state persistence to manage timing and authentication across multi-step interactions.