Install
openclaw skills install aigroup-browser-skillOpen pages with the real CN or global browser profile on spark and return the live page title plus final URL. Use this instead of web_fetch, search, canvas,...
openclaw skills install aigroup-browser-skillUse the real browser running on spark instead of substituting web_fetch, search, nodes, or canvas.
This skill gives OpenClaw a stable browser-opening path for sites that must be opened in the actual local browser on spark.
It is designed for the dual-profile setup already present on the host:
oc-cn for mainland Chinese sites through the CN browser profileoc-global for international sites through the global browser profileoc-browser for automatic host-based routing when the destination is unclearUse this skill when the user explicitly asks to open a site in the browser, especially when CN and global routing matters.
mode=cn for China mainland sites such as eastmoney.com, baidu.com, or bilibili.commode=global for international sites such as huggingface.comode=auto only when routing is genuinely unclearpython3 scripts/open_page.py '{"url":"https://huggingface.co/","mode":"global"}'
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
| url | str | yes | - | Target URL to open |
| mode | str | no | auto | cn, global, or auto |
| timeout | int | no | 20 | Max seconds to wait for a non-empty page title |
Returns JSON with:
okmodeporttitleurlmode=cn for mainland Chinese destinations and mode=global for international destinations.web_fetch, search, canvas, or nodes unless the user explicitly asks for those tools instead of a real browser.