agent-browser
Installation
SKILL.md
Browser Automation with agent-browser
웹 브라우저를 자동화하여 테스트, 폼 작성, 스크린샷, 데이터 추출 등을 수행합니다.
Instructions
워크플로우: 탐색 → 분석 → 상호작용 → 검증
Quick start
agent-browser open <url> # Navigate to page
agent-browser snapshot -i # Get interactive elements with refs
agent-browser click @e1 # Click element by ref
agent-browser fill @e2 "text" # Fill input by ref
agent-browser close # Close browser