con un clic
browser-manager
Open or close stand-alone browser windows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Open or close stand-alone browser windows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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() }