Browser
The Browser is the live embedded browser panel in Local Studio. When this skill is loaded, the browser tools are available and connected to the currently focused session.
Use the browser tools when the user asks you to browse, search the web, open a page, inspect a link, interact with a website, or when current web content matters. Prefer the embedded browser over shell-only scraping when the user asks to open something visually or continue from the page already visible in the Browser panel.
Tools
browser_navigateopens an absolutehttp(s)URL in the embedded browser.browser_get_urlreturns the current browser URL.browser_get_textreturns the visible page text.browser_get_htmlreturns rendered HTML when text is not enough.browser_screenshotcaptures the current page.browser_clickclicks a CSS selector.browser_scrollscrolls the page.browser_fillfills a form field by CSS selector.
Protocol
- If the user asks to open a URL or named site, call
browser_navigatefirst. - After navigation, call
browser_get_textorbrowser_screenshotbefore summarizing what is on the page. - If the user says a page is already open, call
browser_get_urland then read or interact with the current page. - If a browser tool says the panel is not connected, tell the user succinctly and do not claim you opened or inspected the page.
- Do not enter secrets, payment details, or credentials into pages unless the user explicitly provides them for that site in the current turn.
Source: sybil-solutions/vllm-studio — distributed by TomeVault.