con un clic
con un clic
Use the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
Frontend development router. Load deeper skills before editing
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
Open, create, remove, or edit spaces
| 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() }