browser_visible

browser_visible is a skill for Claude Code, Codex from hyqibot/token-free-openclaw. It costs 61 tokens per session (607 once invoked), scanned A, original, Apache-2.0.

Instructions for opening and controlling a real, visible Chromium browser window instead of running the browser invisibly in the background.

In plain words
What is it for?
Use it to start a headed browser, open URLs, inspect pages, click elements, enter text, and stop the browser when finished.
Why use it?
It lets a user watch page loading and interactions directly, which is useful for demonstrations, debugging, teaching, or tasks that require human input such as a login or CAPTCHA.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start a headed browser, open URLs, inspect pages, click elements, enter text, and stop the browser when finished.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyqibot/token-free-openclaw/browser_visible
Install

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.

Any agent
npx skills add hyqibot/token-free-openclaw --skill browser_visible
Clone the repo
git clone --depth 1 https://github.com/hyqibot/token-free-openclaw

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for browser_visible

README.md
[![agentmods](https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/browser_visible/github.svg)](https://agentmods.dev/skills/hyqibot/token-free-openclaw/browser_visible)
Your own site
<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.

agentmods 80×15 button for browser_visible

Your own site · 80×15
<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>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 607 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash dffd910c3a4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

copaw/agents/skills/browser_visible/SKILL.md · 49 lines

What it actually says

可见浏览器(真实窗口)参考

默认情况下,browser_use 在后台以无头(headless)模式运行,不会弹出浏览器窗口。当用户明确希望打开真正的浏览器窗口看到浏览器界面有界面的浏览器可见浏览器时,应使用本 skill:先以 headed 模式启动浏览器,再按需打开页面并操作。

何时使用

  • 用户说:「打开真实浏览器」「打开有界面的浏览器」「我想看到浏览器」「不要后台,要能看到窗口」
  • 用户希望亲眼看到页面加载、点击、填表等过程(演示、调试、教学)
  • 用户需要与可见页面交互(如登录、验证码等需人工参与的场景)

使用方式(browser_use)

  1. 先以可见模式启动浏览器
    调用 browser_useactionstart,并传入 headed=true

    {"action": "start", "headed": true}
    

    成功后会出现一个真实的 Chromium 浏览器窗口。

  2. 再按需打开页面并操作
    与无头模式用法相同,例如:

    • 打开 URL:{"action": "open", "url": "https://example.com"}
    • 获取页面结构:{"action": "snapshot"}
    • 点击、输入等:使用 refselector 进行 click、type 等
  3. 关闭可见浏览器
    使用完毕后可调用:{"action": "stop"} 关闭浏览器。

与默认(无头)模式的区别

模式 启动方式 是否弹出窗口
无头模式 {"action": "start"} 否(后台)
可见模式 {"action": "start", "headed": true} 是(真实窗口)

注意

  • 若当前已有浏览器在运行,需要先 stop 再以 headed: true 重新 start,才能切换到可见窗口。
  • 可见模式会占用桌面并需要图形环境,服务器或无图形环境可能无法使用。
Changes

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.

  1. 11d ago First seen · 49 lines · 61 tokens per session scan A dffd910c3a4a

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories