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.
AI browser automation CLI for navigating pages, filling forms, clicking, screenshots, extraction, web testing, login flows, and scripted web interactions.
Quickly install agent-browser AI skill to your development environment via command line
Source: jackiexiao/jackie-skills-starter.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill agent-browserAI browser automation CLI for navigating pages, filling forms, clicking, screenshots, extraction, web testing, login flows, and scripted web interactions. Source: jackiexiao/jackie-skills-starter.
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
https://github.com/jackiexiao/jackie-skills-starter