ワンクリックで
browser-manager
Open or close stand-alone browser windows
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Open or close stand-alone browser windows
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read the supplemental project documentation module
Frontend development router. Load deeper skills before editing
Use the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
Inspect, navigate, and interact with open browser surfaces through space.browser
Editable frontend runtime rules for framework pages, stores, shared runtime namespaces, and reusable visual patterns.
Create, patch, inspect, and remove widgets in the current space
| name | Browser Manager |
| description | Open or close stand-alone browser windows |
| metadata | {"placement":"system","when":{"tags":["onscreen"]},"loaded":{"tags":["onscreen"]}} |
Use this skill for browser window management on the onscreen agent
transient
currently open web browsers in _____transient lists browser id|url|title for stand-alone and inline browser surfacesmain helpers
rules
1space.browser.list() over guessing idsbrowser-control skill covers navigation, page reads, refs, clicks, typing, and history actionsexamples Opening a browser window now _____javascript return await space.browser.open("https://example.com")
Closing browser 1 now _____javascript return space.browser.close(1)
Closing all browser windows now _____javascript return { closed: space.browser.closeAll() }