Install
$ agentstack add skill-hyqibot-token-free-openclaw-browser-visible ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
可见浏览器(真实窗口)参考
默认情况下,browser_use 在后台以无头(headless)模式运行,不会弹出浏览器窗口。当用户明确希望打开真正的浏览器窗口、看到浏览器界面、有界面的浏览器或可见浏览器时,应使用本 skill:先以 headed 模式启动浏览器,再按需打开页面并操作。
何时使用
- 用户说:「打开真实浏览器」「打开有界面的浏览器」「我想看到浏览器」「不要后台,要能看到窗口」
- 用户希望亲眼看到页面加载、点击、填表等过程(演示、调试、教学)
- 用户需要与可见页面交互(如登录、验证码等需人工参与的场景)
使用方式(browser_use)
- 先以可见模式启动浏览器
调用 browser_use,action 为 start,并传入 headed=true: ``json {"action": "start", "headed": true} `` 成功后会出现一个真实的 Chromium 浏览器窗口。
- 再按需打开页面并操作
与无头模式用法相同,例如:
- 打开 URL:
{"action": "open", "url": "https://example.com"} - 获取页面结构:
{"action": "snapshot"} - 点击、输入等:使用
ref或selector进行 click、type 等
- 关闭可见浏览器
使用完毕后可调用:{"action": "stop"} 关闭浏览器。
与默认(无头)模式的区别
| 模式 | 启动方式 | 是否弹出窗口 | |----------|-----------------------------|--------------| | 无头模式 | {"action": "start"} | 否(后台) | | 可见模式 | {"action": "start", "headed": true} | 是(真实窗口) |
注意
- 若当前已有浏览器在运行,需要先
stop再以headed: true重新start,才能切换到可见窗口。 - 可见模式会占用桌面并需要图形环境,服务器或无图形环境可能无法使用。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hyqibot
- Source: hyqibot/token-free-openclaw
- License: Apache-2.0
- Homepage: https://v.xiumius.cn/stage/v5/3ve5s/699282171
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.