AIGroup Browser Skill
Use the real browser running on spark instead of substituting web_fetch, search, nodes, or canvas.
Purpose
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-cnfor mainland Chinese sites through the CN browser profileoc-globalfor international sites through the global browser profileoc-browserfor automatic host-based routing when the destination is unclear
When to use
Use this skill when the user explicitly asks to open a site in the browser, especially when CN and global routing matters.
- Use
mode=cnfor China mainland sites such aseastmoney.com,baidu.com, orbilibili.com - Use
mode=globalfor international sites such ashuggingface.co - Use
mode=autoonly when routing is genuinely unclear
Usage
python3 scripts/open_page.py '{"url":"https://huggingface.co/","mode":"global"}'
Parameters
| 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 |
Output
Returns JSON with:
okmodeporttitleurl
Workflow
- Choose
mode=cnfor mainland Chinese destinations andmode=globalfor international destinations. - Run the script and wait for a real page title from the live browser session.
- Return the browser-reported title and final URL.
- Do not fall back to
web_fetch,search,canvas, ornodesunless the user explicitly asks for those tools instead of a real browser.
微信扫一扫