browser-automation
Browse websites interactively — open pages, click elements, fill forms, take screenshots, extract data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Browse websites interactively — open pages, click elements, fill forms, take screenshots, extract data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Evaluate whether a principal is authorized to request a lookup, action, or disclosure using the principal registry, action classes, group authorization, and outbound policy.
Apply recipient and outbound safety checks before sending email, messages, uploads, webhooks, or remote writes.
Search, fetch, and synthesize public information with citations while treating external inputs as untrusted.
Create, organize, and manage files and structured content in the workspace
Schedule one-time and recurring tasks with optional pre-check scripts
Search the web, cross-reference sources, and produce cited findings
| name | browser-automation |
| description | Browse websites interactively — open pages, click elements, fill forms, take screenshots, extract data |
| version | 1.0.0 |
| tools | ["browser","bash"] |
| triggers | ["browse","open the website","go to","take a screenshot","fill out the form"] |
Use agent-browser to interact with web pages in a real browser environment.
agent-browser open <url> # Open a page
agent-browser snapshot -i # See interactive elements (@e1, @e2, ...)
agent-browser click @e3 # Click an element
agent-browser fill @e5 "text" # Fill a form field
agent-browser screenshot # Take a screenshot
agent-browser pdf # Save page as PDF
agent-browser open <url>agent-browser snapshot -i to see interactive elements@e1, @e2 — use these in commands