Install
openclaw skills install control-host-browserControl the host machine's Chrome browser to open specific URLs in new tabs. Use when: User explicitly asks to "open a link", "show me this page", or "search for X in browser" on the host machine. NOT for: Internal agent browsing tasks or headless scraping.
openclaw skills install control-host-browser此技能用于控制宿主机(用户物理机)上的 Chrome 浏览器。它通过 Chrome DevTools Protocol (CDP) 创建新标签页并导航至指定 URL,让用户能在本地屏幕上查看网页内容。
main,对应宿主机上的特定用户配置)。control_host_browser.sh 脚本。profile 参数(通常为 main)。targetId。targetId,通过 CDP WebSocket 发送 Page.navigate 指令。Page.loadEventFired)。main: 主配置文件(默认)。https://)。Usage:
./control_host_browser.sh <profile> <url>
Where profile is main