agent-browser

Automate browser interactions and web tasks via a CLI.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/YuriNakayama/research --skill agent-browser-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/YuriNakayama/research/tree/main/.claude/skills/agent-browser
Command: npx skills add https://github.com/YuriNakayama/research --skill agent-browser-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI agents to control web tasks programmatically, reducing manual browsing effort and enabling repeatable interactions.

Core Features & Use Cases

  • Navigate, snapshot, and interact with pages using a compact ref-driven API.
  • Support for authentication flows, session management, iframes, and batch actions.
  • Use cases include form filling, data extraction, testing, and automation of repetitive web tasks.

Quick Start

Open https://example.com/login and automate the sign-in flow to retrieve the dashboard.

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 AI agents?

Browser automation for AI agents is handled by loading frontmatter-driven instructions to manage sessions, snapshot compact element refs, and execute staged actions via a CLI. This enables programmatic control over web tasks to reduce manual browsing effort.

Can I automate authentication flows and form filling with browser automation?

Authentication flows and form filling are supported through session management and batch actions. The system navigates dynamic content and iframes using a compact ref-driven API to automate sign-in processes and retrieve resulting pages.

Does browser automation work with iframes and dynamic web content?

Browser automation works with iframes and dynamic content by applying snapshot refs across single or multi-session contexts. It captures deterministic commands to interact with changing page elements reliably across different frames.

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

The best way to extract data from web pages is using a ref-driven API to snapshot elements and perform staged actions. This allows AI agents to navigate sites, interact with components, and retrieve data in deterministic, repeatable sessions.

Do I need a CLI to perform web testing and batch actions?

A CLI is required to perform web testing and batch actions, as it executes the staged commands and manages frontmatter-driven instructions. The CLI interfaces with the session manager to apply deterministic actions to the target pages.