Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Open or close stand-alone browser windows
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() }
npx skills add agent0ai/space-agent --skill browser-managerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.