بنقرة واحدة
browser-automation
Interactive browser navigation, page interaction, and visual verification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Interactive browser navigation, page interaction, and visual verification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create, run, schedule, and manage deterministic workflow and cron automation.
Self-reporting for capabilities, active state, and operational limits.
Pull request, issue, branch, Actions, and repository search workflows.
Clarification, approvals, and progress messaging during tool execution.
Create, monitor, respond to, and cancel delegated coding tasks.
Search and fetch public web content for docs, references, and error research.
| name | Browser Automation |
| description | Interactive browser navigation, page interaction, and visual verification. |
| triggers | ["open browser","click","fill form","navigate site","screenshot page","browser test","web ui","playwright"] |
Use this skill when the task needs JS-rendered pages or interactive UI actions.
Baseline flow:
browser_open with URL and appropriate waitUntil.browser_snapshot to inspect available element refs.browser_action with those refs (click, type, scroll, back/forward).browser_snapshot after each state-changing action.browser_screenshot when visual confirmation is required.Interaction rules:
browser_openbrowser_snapshotbrowser_actionbrowser_screenshot