agent-browser

Automates browser tasks for AI agents via open, snapshot, fill, and click commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI agents enables hands-free interaction with websites, reducing manual testing, data collection, and repetitive UI tasks.

Core Features & Use Cases

  • Navigate to URLs and auto-prepare pages for interaction.
  • Snapshot interactive elements to obtain compact refs for AI control.
  • Interact with elements via fill, click, select, and typing operations.
  • Session Management support for named sessions and state persistence across runs.
  • Extensibility via references and templates to accelerate common workflows, plus optional scripts/assets for on-demand tasks.

Quick Start

Open a website, snapshot interactive elements, then fill forms and click actions to automate a task.

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-based tasks like logging in and form submission for AI agents?

Browser automation for AI agents enables you to navigate URLs, snapshot interactive elements, and execute actions like fill, click, and select to automate logging in, form submission, and web app testing hands-free.

How does snapshotting interactive elements help with web automation?

Snapshotting interactive elements captures the page state and generates compact refs for AI control, allowing the agent to accurately identify and interact with specific elements during fill, click, and typing operations.

Can I persist browser session state across multiple pages and runs?

Yes, session management supports named sessions and state persistence across multiple pages and runs, allowing you to maintain login states and continue web automation workflows across different execution cycles.

What is the best way to extract data from web pages using AI agents?

The best way to extract data is to open a URL, snapshot interactive elements for compact refs, and use commands like click and screenshot to navigate and capture information across multiple pages and sessions.

Can I extend browser automation behavior with custom templates and references?

Yes, you can extend browser automation behavior via references and templates to accelerate common workflows, with optional scripts and assets supported to handle on-demand tasks during web interaction.

Does agent-browser work for repetitive UI testing across multiple pages?

Agent-browser is designed for web app testing across multiple pages and sessions, automating repetitive UI tasks by navigating URLs, snapshotting elements, and executing interaction commands to validate application behavior.