·agent-browser
</>

agent-browser

AI browser automation CLI for navigating pages, filling forms, clicking, screenshots, extraction, web testing, login flows, and scripted web interactions.

27Installs·1Trend·@jackiexiao

Installation

$npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill agent-browser

How to Install agent-browser

Quickly install agent-browser AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill agent-browser
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jackiexiao/jackie-skills-starter.

SKILL.md

View raw

Commands can be chained with && in a single shell invocation. The browser persists between commands via a background daemon, so chaining is safe and more efficient than separate calls.

When to chain: Use && when you don't need to read the output of an intermediate command before proceeding (e.g., open + wait + screenshot). Run commands separately when you need to parse the output first (e.g., snapshot to discover refs, then interact using those refs).

Requirements: macOS with Xcode, Appium (npm install -g appium && appium driver install xcuitest)

AI browser automation CLI for navigating pages, filling forms, clicking, screenshots, extraction, web testing, login flows, and scripted web interactions. Source: jackiexiao/jackie-skills-starter.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill agent-browser
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from jackiexiao/jackie-skills-starter

Quick answers

What is agent-browser?

AI browser automation CLI for navigating pages, filling forms, clicking, screenshots, extraction, web testing, login flows, and scripted web interactions. Source: jackiexiao/jackie-skills-starter.

How do I install agent-browser?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill agent-browser Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jackiexiao/jackie-skills-starter