/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aigroup-browser-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/aigroup-browser-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 AIGroup Browser Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aigroup-browser-skill」即可一键安装,无需额外配置。
AIGroup Browser Skill 是免费的吗?
是的,AIGroup Browser Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIGroup Browser Skill 支持哪些平台?
AIGroup Browser Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIGroup Browser Skill?
由 jackdark(@jackdark425)开发并维护,当前版本 v0.1.1。