Use this skill to drive the user's real, persistent Chrome/Chromium session — open pages, read them, click, fill and submit forms, navigate, switch tabs, or scrape content that needs the user's existing cookies and login state. Triggers when the user asks to do something in their browser, log into a site and act inside it, fill out a web form, click through a flow, or extract data from a page that requires being signed in. Tools: browser_setup (check/connect the extension), web_open_tab (open a URL), web_scan (read visible content + actionable elements with ready-made selectors), web_execute_js (click/type/navigate, or a JSON command for tabs/CDP), web_screenshot (see what the tab is showing — layout, charts, canvas, QR codes). Not for the built-in read-only web fetch — this is for interacting with a live browser.
$npx -y skills add xuzhougeng/wisp-science --skill browser-useInstalls into the current project.
Run `npx skills use "https://github.com/xuzhougeng/wisp-science" --skill "xuzhougeng/wisp-science/browser-use"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/xuzhougeng/wisp-science" that are relevant to the current task. Run `npx skills add "https://github.com/xuzhougeng/wisp-science"` and select the relevant skills, then follow their instructions.