بنقرة واحدة
browser
// Drive the vLLM Studio embedded browser when the user opens/enables the Browser panel or asks to browse, open, inspect, search, or interact with web pages.
// Drive the vLLM Studio embedded browser when the user opens/enables the Browser panel or asks to browse, open, inspect, search, or interact with web pages.
| name | browser |
| description | Drive the vLLM Studio embedded browser when the user opens/enables the Browser panel or asks to browse, open, inspect, search, or interact with web pages. |
The Browser is the live embedded browser panel in vLLM 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.
browser_navigate opens an absolute http(s) URL in the embedded browser.browser_get_url returns the current browser URL.browser_get_text returns the visible page text.browser_get_html returns rendered HTML when text is not enough.browser_screenshot captures the current page.browser_click clicks a CSS selector.browser_scroll scrolls the page.browser_fill fills a form field by CSS selector.browser_navigate first.browser_get_text or browser_screenshot before summarizing what is on the page.browser_get_url and then read or interact with the current page.