一键导入
browser-use
Discipline for driving browser_* tools, including deferred ToolSearch discovery, snapshot-first navigation, and approvals. Load for browser tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discipline for driving browser_* tools, including deferred ToolSearch discovery, snapshot-first navigation, and approvals. Load for browser tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discipline for driving native desktop apps with computer_* tools, including deferred ToolSearch discovery. Load before any computer-use work.
Commit the current changes, push the branch, and open a GitHub pull request
Fetch and display comments from a GitHub pull request
Review a pull request for code quality, bugs, and style issues
Security-focused code review of pending changes on the current branch
| name | browser-use |
| description | Discipline for driving browser_* tools, including deferred ToolSearch discovery, snapshot-first navigation, and approvals. Load for browser tasks. |
When browser use is enabled, you can see and operate a browser through the
browser_* tools. Read this before using those tools; it is how you avoid
wasting turns and how you stay safe.
The function schemas attached to the current request are the source of truth. If a
browser task needs browser_* but those schemas are absent while tool_search is
attached, search once in a separate tool-call batch and wait for its result. This skill
provides exact names, so select only the workflow tools you need, such as
select:browser_open,browser_snapshot,browser_act,browser_read. Do not use execute to
launch or control a browser as a substitute. If tool_search is absent or the search
returns no match, report that browser control is unavailable; do not claim that you can
operate it.
browser_snapshot is your primary way to see the page. It lists interactive elements each tagged with a uid like [e3]. browser_act targets those uids.browser_open / navigation, and whenever an action fails. Do not reuse a uid from an old snapshot — the page may have changed and the tool will reject stale uids.browser_screenshot. Take a screenshot only when the visual layout matters or the DOM is unclear. Do not request both by default.browser_act already returns a "what changed" summary (navigation, dialog, title). Only re-snapshot when you need new element ground truth.browser_open directly. Do not loop over guessed URL variants. If one focused attempt fails, use the page's own navigation or search UI.browser_act action=reload.browser_act action=fill replaces the field's text. action=press sends a key (e.g. Enter, ctrl+a). action=dialog value=accept|dismiss handles a JS dialog reported in a prior result.action=upload files=[absolute paths] on the file input's uid.ask_user and state the exact action, the destination site, and the data involved.browser_eval or screenshots.