ワンクリックで
browser-automation
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Find and act on emails over IMAP with Mail.app closed. Discover which accounts are logged in, search, read contents, download attachments, draft new mail, mark read/unread, archive, and move to trash.
View and manage calendar events with smart scheduling defaults.
Look up, search, and create contacts in Contacts.app.
Organize the ~/Downloads folder by categorizing files and subdirectories into subfolders using AI-driven analysis.
Generate images from text descriptions using models with native image generation (e.g. Gemini).
Send iMessages and search message history via Messages.app and chat.db.
| id | browser_automation |
| name | Browser Automation |
| description | Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control. |
| apps | ["Safari"] |
| tasks | ["browser_navigate","browser_snapshot","browser_click","browser_type","browser_select","browser_scroll_to","browser_get_text","browser_execute_js","browser_screenshot","browser_close_tab","browser_dismiss_cookies","browser_wait","browser_press_key","browser_visual_snapshot","analyze_screenshot"] |
| essential_tasks | [] |
| keywords | ["browser","webseite","formular","buchen","buchung"] |
| examples | ["Book a table at Restaurant XYZ for Friday at 7pm","Make a reservation for 2 people tomorrow night","Buy tickets for the concert next week","Fill out the contact form on this page","Submit the inquiry form with my details"] |
| safe_defaults | {"timeout":20,"max_elements":200} |
| confirm_before_write | ["submit form","complete purchase","confirm booking"] |
| requires_permissions | ["Automation:Safari","Allow JavaScript from Apple Events"] |
Use browser_* tools for interactive web tasks:
For simple lookups (reading content, searching), use web_search and web_fetch instead.
Browser automation uses semantic element references (e1, e2, etc.):
browser_navigate to load the pagebrowser_snapshot to see interactive elements with refsbrowser_click, browser_type, browser_selectWhen asked to book, reserve, or purchase something online, ALWAYS try to complete it.
First, verify required info: date, exact time, party size, name, contact. Ask if anything is missing or vague.
Then proceed with the booking:
If one approach doesn't work, try alternatives:
browser_dismiss_cookies to clear consent popupsbrowser_press_key with "escape" to dismissbrowser_wait after clicks for AJAX to completebrowser_scroll_to or take a new snapshotbrowser_visual_snapshot + analyze_screenshot for complex pagesbrowser_type with clear=true (default) to replace existing valuesbrowser_select with the option valuebrowser_type with submit=true to press Enter after typing