Installation

clawhub install thesethrose/agent-browser

Summary

A headless browser automation CLI that lets AI agents control web pages through structured commands. It navigates URLs, clicks elements, fills forms, and extracts data using ref-based targets from accessibility snapshots. Built in Rust with a Node.js fallback.

SKILL.md

Quick overview

A headless browser automation CLI that lets AI agents control web pages through structured commands. It navigates URLs, clicks elements, fills forms, and extracts data using ref-based targets from accessibility snapshots. Built in Rust with a Node.js fallback.

Accessibility-tree refs from snapshots replace CSS selectors or XPath, making element targeting more resilient to layout and class changes.

Common tasks

  • Automating login flows with reusable saved session state
  • Filling and submitting multi-step web forms programmatically
  • Extracting text or attributes from dynamic page content
  • Recording video demos of web app workflows
  • Running parallel browser sessions for multi-site testing

Install paths

Primary command


openclaw install thesethrose/agent-browser

ClawHub installer


npx clawhub@latest install thesethrose/agent-browser

OpenClaw CLI


openclaw skills install thesethrose/agent-browser

Direct OpenClaw install


openclaw install thesethrose/agent-browser

Skill metadata

  • Category: Browser & Automation
  • Language: Markdown
  • Version: 0.2.0
  • Security status: Suspicious

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/thesethrose/agent-browser

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.