agent-browser
Browser Automation with agent-browser
Core Workflow
Every browser automation follows this pattern:
- Navigate:
agent-browser open <url> - Snapshot:
agent-browser snapshot -i(get element refs like@e1,@e2) - Interact: Use refs to click, fill, select
- Re-snapshot: After navigation or DOM changes, get fresh refs
agent-browser open https://example.com/form
agent-browser snapshot -i
# Output: @e1 [input type="email"], @e2 [input type="password"], @e3 [button] "Submit"
agent-browser fill @e1 "user@example.com"
agent-browser fill @e2 "password123"
agent-browser click @e3
More from bobby-andris/allied-feedops
shopify-conversion-content
Generate Shopify product page content that converts browsers into buyers. Covers HTML description structure, title strategy, meta descriptions, and on-site conversion copy for luxury bathroom hardware. NOT for Shopping feed ads — this is storefront content.
27wrapup
Automated end-of-session workflow (CLAUDE.md update, continuation prompt, push)
4finish-expertise
Deep expertise on Allied Brass finishes for content generation. Use when generating finish sentences, variant descriptions, finish comparisons, or any content that describes a specific finish. ALWAYS use this before writing finish-related copy.
4preflight
Validate task approach and requirements before execution
4data-first
Gather and verify real data before any analysis or planning
4repo-audit
Audit repository for unused files, organizational issues, and outdated content
4