/install aigroup-browser-skill
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aigroup-browser-skill - After installation, invoke the skill by name or use
/aigroup-browser-skill - Provide required inputs per the skill's parameter spec and get structured output
What is AIGroup Browser Skill?
Open 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install AIGroup Browser Skill?
Run "/install aigroup-browser-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AIGroup Browser Skill free?
Yes, AIGroup Browser Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AIGroup Browser Skill support?
AIGroup Browser Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AIGroup Browser Skill?
It is built and maintained by jackdark (@jackdark425); the current version is v0.1.1.