web-search
Installation
SKILL.md
Web Search
Use the bundled CLI to search through a local browser, visit results, and extract pages as clean Markdown for agent context. The persistent browser daemon reduces bot-detection failures and avoids repeated browser startup costs.
The entry point is {baseDir}/web-search.js, where {baseDir} is the absolute directory containing this SKILL.md. Always invoke that absolute path. Never run ./web-search.js from the caller's project directory.
Setup
If dependencies are missing, run bun install in the skill directory.
The CLI auto-detects Chromium-family browsers. Override detection with
WEB_SEARCH_BROWSER_BIN or --browser-bin <path>.