Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add hyqibot/token-free-openclaw --skill browser_visiblegit clone --depth 1 https://github.com/hyqibot/token-free-openclawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hyqibot/token-free-openclaw/browser_visible)<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/browser_visible"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/browser_visible/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/browser_visible"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/browser_visible.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.00607 |
| Opus 5 | $0.00030 | $0.00303 |
| Sonnet 5 | $0.00012 | $0.00121 |
| Haiku 4.5 | $0.00006 | $0.00061 |
Grade A, and why
browser_visible scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
可见浏览器(真实窗口)参考
默认情况下,browser_use 在后台以无头(headless)模式运行,不会弹出浏览器窗口。当用户明确希望打开真正的浏览器窗口、看到浏览器界面、有界面的浏览器或可见浏览器时,应使用本 skill:先以 headed 模式启动浏览器,再按需打开页面并操作。
何时使用
- 用户说:「打开真实浏览器」「打开有界面的浏览器」「我想看到浏览器」「不要后台,要能看到窗口」
- 用户希望亲眼看到页面加载、点击、填表等过程(演示、调试、教学)
- 用户需要与可见页面交互(如登录、验证码等需人工参与的场景)
使用方式(browser_use)
-
先以可见模式启动浏览器
调用 browser_use,action为start,并传入 headed=true:{"action": "start", "headed": true}成功后会出现一个真实的 Chromium 浏览器窗口。
-
再按需打开页面并操作
与无头模式用法相同,例如:- 打开 URL:
{"action": "open", "url": "https://example.com"} - 获取页面结构:
{"action": "snapshot"} - 点击、输入等:使用
ref或selector进行 click、type 等
- 打开 URL:
-
关闭可见浏览器
使用完毕后可调用:{"action": "stop"}关闭浏览器。
与默认(无头)模式的区别
| 模式 | 启动方式 | 是否弹出窗口 |
|---|---|---|
| 无头模式 | {"action": "start"} |
否(后台) |
| 可见模式 | {"action": "start", "headed": true} |
是(真实窗口) |
注意
- 若当前已有浏览器在运行,需要先
stop再以headed: true重新start,才能切换到可见窗口。 - 可见模式会占用桌面并需要图形环境,服务器或无图形环境可能无法使用。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 49 lines · 61 tokens per session scan A dffd910c3a4a
browser_visible is a skill published in the GitHub repository hyqibot/token-free-openclaw (123 stars, last pushed 18d ago), licensed Apache-2.0. It adds 61 tokens to every session and 607 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
add-tavily-tool
Add Tavily Search and Extract as keyless remote MCP tools for selected NanoClaw agent groups. Use when installing Tavily web search or URL extraction without an API key.
agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.
browser-cdp
Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP…
browser-automation
Playwright-based browser automation patterns for autonomous web interaction.
dingtalk_channel_connect
A browser-based setup guide for connecting a MateClaw assistant to DingTalk, a Chinese workplace messaging platform. It creates and configures a DingTalk application, then publishes the configuration.
browser_cdp
A health check for Python code that produces a score, letter grade, and measures of issues such as complexity, duplication, dead code, dependencies, and architecture.