agent-browser

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

4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lord007tn/sdm-clickhouse --skill agent-browser-lord007tn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/lord007tn/sdm-clickhouse/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/lord007tn/sdm-clickhouse --skill agent-browser-lord007tn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI agents to interact with websites, scrape data, run tests, and automate repetitive browser tasks without manual intervention.

Core Features & Use Cases

  • Automates navigation, form filling, clicking, and data extraction via a CLI interface for AI agents.
  • Enables deterministic, repeatable browser sessions across multiple websites and authenticated contexts.
  • Useful for automated testing, data collection, web scraping, and workflow automation in agent-driven pipelines.

Quick Start

Open a URL, snapshot to discover element refs, and then interact 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 tasks for AI agents without manual intervention?

Browser automation for AI agents is achieved through a CLI-driven workflow that handles web navigation, form filling, and data extraction. It enables deterministic, repeatable browser sessions across multiple sites without manual input.

What is the best way to extract web data using an AI agent CLI?

Web scraping with an AI agent CLI involves opening a URL, taking a snapshot to discover element refs, and then interacting directly with those refs. This exposes deterministic references for precise data extraction on authenticated sites.

Can I run automated testing across multiple websites using browser agents?

Automated testing across multiple websites is supported through repeatable browser sessions. The CLI workflow manages navigation, clicking, and form interactions to validate sites within agent-driven pipelines.

How do snapshot refs work for web scraping in browser automation?

Snapshot refs in browser automation capture page element references from a snapshot. Agents then use these exposed refs for direct, deterministic interaction with specific elements during web scraping and workflow execution.

Do I need any specific dependencies to run browser automation workflows?

No external dependencies are required to run browser automation workflows. The skill operates independently through the agent-browser CLI to execute web navigation, data extraction, and testing tasks.