com um clique
com um clique
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
Open or close stand-alone browser windows
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 | Spaces |
| description | Open, create, remove, or edit spaces |
| metadata | {"loaded":true,"placement":"system"} |
Use this skill for space selection and space.yaml work
transient
Available Spaces in _____transient lists spaces (id|title)↓Current Space Widgets summarizes the live widget layout for that spaceCurrent Widget is the last edited widget envelopemain helpers
space selection
listSpaces() returns plain objects. Available Spaces is the lightweight prompt readback with id|title rowsid returned by listSpaces() or shown in Available Spacescurrent-space handoff
space-widgets skillspace.yaml; use current-space widget helpers only for widget workexamples Loading the spaces list _____javascript return await space.spaces.listSpaces()
Opening the selected space _____javascript return await space.spaces.openSpace("space-7")
Creating a new space _____javascript return await space.spaces.createSpace({ title: "Research" })
Reading the current space file _____javascript return await space.spaces.readSpace("space-7")
Removing the selected space _____javascript return await space.spaces.removeSpace("space-7")