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