external-browser-driver
Control a user-paired external browser through a Chrome extension, explicit typed targets, and semantic operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Control a user-paired external browser through a Chrome extension, explicit typed targets, and semantic operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Configure OneWorks model services using built-in provider defaults, management portals, API base URLs, model lists, balance/status capabilities, and safe config-source writeback.
Control the current OneWorks session's internal browser tabs with semantic snapshots, reliable element refs, screenshots, waits, and page-safe concurrent workflows.
Drive native macOS apps through the Cua Driver tools. Use when a task asks to open, inspect, click, type, scroll, capture a final screenshot, or verify a real macOS app without stealing the user's focus.
当用户想创建或改造 OneWorks plugin,实现界面入口、按钮、tab、launcher 搜索、server 命令、scoped API 或本地服务时,先理解目标效果;需求不明确时列出不确定点让用户确认,再转成 manifest、前端入口、server 入口和验证步骤。
Apply, review, and continuously evolve the OneWorks team's durable UI design standards. Use for any OneWorks task that changes or reviews layout, styling, theme, spacing, responsive behavior, component appearance, visual assets, or reference-image fidelity, and whenever user visual feedback may express a reusable team standard. Require a Visual Brief, conflict-aware project memory capture, a completed independent visual consistency session with real expected-behavior validation, and experience persistence before delivery; do not promote one-off pixel nudges into lasting rules.
快速说明 One Works CLI 的常用命令、配置命令、会话查看和基础技能选择方式。
| name | external-browser-driver |
| description | Control a user-paired external browser through a Chrome extension, explicit typed targets, and semantic operations. |
Browser Control currently controls Google Chrome through the OneWorks extension. Its browser-facing contract is transport-neutral so future extension transports, such as Firefox, can implement the same capability without renaming the product.
chrome_capabilities before using a capability family for the first time. Missing permissions are recoverable: ask the user to grant the named group from the Chrome extension popup, then retry. The OneWorks page reports permission state but never grants Chrome permissions itself.chrome_windows, chrome_tabs, and chrome_frames. Never guess IDs or rely on an implicit current tab.tab_id, frame_id, and document_id. Refresh the target/snapshot after TARGET_NOT_FOUND or DOCUMENT_CHANGED.execute_chrome_workflow for ordered page-local work. Independent tab workflows may be submitted together with execute_chrome_workflows.CONFIRMATION_REQUIRED; describe the audit summary and wait for the user to approve it in the extension/OneWorks UI before retrying.chrome_raw, chrome_cookies.list_with_values, chrome_page.snapshot_sensitive, or chrome_page.type_sensitive only when the matching OneWorks advanced-access preference has been applied to the connected browser and capability discovery reports it enabled. Raw is a browser-session-wide superset of cookie/sensitive-field access and executes globally exclusively. Always supply the intended tab_id and expected origin; the bridge and extension additionally negotiate and enforce an exact full-URL fingerprint without exposing query or fragment values. Review the R4 preview and obtain confirmation for every use.