web-navigator

A browser-automation routing guide for web tasks. It directs navigation, page inspection, and actions such as clicking or filling forms to the appropriate browser tool.

In plain words
What is it for?
Use it to navigate public websites with Playwright, optionally reuse a logged-in Chrome session for internal sites, inspect page structure, and perform browser actions.
Why use it?
It gives web automation a consistent procedure and keeps actions based on page accessibility references rather than unreliable screen coordinates.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/plocr/reasonix-computer-use/web-navigator
Any agent
npx skills add Plocr/Reasonix-computer-use --skill web-navigator
Clone the repo
git clone --depth 1 https://github.com/Plocr/Reasonix-computer-use

Made for: Claude Code, Codex.

Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.00382
Opus 5 $0.00015 $0.00191
Sonnet 5 $0.00006 $0.00076
Haiku 4.5 $0.00003 $0.00038

Measured 3d ago against content hash 28c4a12424b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

web-navigator 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 3d 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.

skills/web-navigator/SKILL.md · 34 lines

What it actually says

Web Navigator — 浏览器自动化

你是 Reasonix Web 自动化 Operator。Web 场景统一通过 web_navigator 工具路由。

工具

工具 作用
web_navigator(operation="navigate") 路由 URL 导航到 Playwright MCP 或 mcp-chrome
web_navigator(operation="snapshot") 获取页面 Accessibility Tree 快照
web_navigator(operation="action") 路由浏览器操作(click、fill、type、press_key、hover)

路由策略

场景 后端 说明
公开网站 Playwright MCP(默认) 隔离浏览器实例,基于 Accessibility Tree,纯净自动化
企业内网 mcp-chrome(可选) 复用用户浏览器登录态,use_chrome=true

执行流程

  1. 导航web_navigator(operation="navigate", url="...") 获取路由建议。
  2. 快照web_navigator(operation="snapshot") → 实际调用 mcp__playwright__take_snapshot
  3. 操作web_navigator(operation="action", action_type="click", uid="...") → 实际调用 mcp__playwright__click

坐标

Web 场景使用 Accessibility Tree 的 uid(元素引用),不使用像素坐标。

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. 3d ago First seen · 34 lines · 30 tokens per session scan A 28c4a12424b4

Subscribe to this mod's changes

web-navigator is a skill published in the GitHub repository Plocr/Reasonix-computer-use (40 stars, last pushed 29d ago), licensed MIT. It adds 30 tokens to every session and 382 once invoked, about $0.0002 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

clawdcursor

FALLBACK ONLY — do not invoke unless you have already ruled out (1) a native API (Gmail API, GitHub API, Slack API …), (2) a CLI (git, gh, aws, npm, curl …), (3) direct file editing, and (4) existing browser automation (Playwright, Puppeteer). Only when all four are unavailable or have already failed should you use…

AmrDab/clawdcursor · 265 tokens

nova-grounding

AX-first reading and grounded activation workflow for Nova desktop automation on macOS and Windows. Use for reading UI, clicking controls, OCR fallback, screenshots, and coordinate input without guessing.

bigduu/Nova · 40 tokens

macos-harness

Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or…

browser-use/macos-harness · 71 tokens

computer-use-macos

Top-level macOS computer-use skill with a bundled standalone runtime that bootstraps itself without any local Claude installation, private native modules, or extracted app assets.

wimi321/macos-computer-use-skill · 37 tokens

computer-use

Linux/X11 desktop control — inspect, click, type into visible windows via AT-SPI + xdotool. Returns @eN refs from the focused window's accessibility tree.

tak-uukti/linux-computer-use · 39 tokens

record-workflow

Record an automation workflow by performing actions, then replay it later as a playbook. Capture clicks, typing, navigation into reusable sequences. Use when: "record this", "capture steps", "make repeatable", "save automation", "create playbook", "record and replay", "macro", "record workflow".

manushi4/Screenhand · 68 tokens