browse

browse is a skill for Claude Code, Codex from floomhq/moto. It costs 69 tokens per session (556 once invoked), scanned A, original, MIT.

A skill for browsing websites, reading pages, extracting information, filling forms, and taking screenshots. It can choose between browser tools for ordinary browsing, performance checks, or more complex authenticated tasks.

In plain words
What is it for?
Use it to search for information, inspect a website, read a URL, click through pages, complete forms, capture screenshots, or investigate performance and network behavior.
Why use it?
It removes the need to manually navigate websites and copy information into a coding-agent conversation. It also provides guidance for handling pages that load content dynamically or block simpler requests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to search for information, inspect a website, read a URL, click through pages, complete forms, capture screenshots, or investigate performance and network behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/floomhq/moto/browse
View source ↗ floomhq/moto
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 floomhq/moto --skill browse
Clone the repo
git clone --depth 1 https://github.com/floomhq/moto

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 browse

README.md
[![agentmods](https://agentmods.dev/badge/skills/floomhq/moto/browse.svg)](https://agentmods.dev/skills/floomhq/moto/browse)
Your own site
<a href="https://agentmods.dev/skills/floomhq/moto/browse"><img src="https://agentmods.dev/badge/skills/floomhq/moto/browse.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 556 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.
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.00069 $0.00556
Opus 5 $0.00034 $0.00278
Sonnet 5 $0.00014 $0.00111
Haiku 4.5 $0.00007 $0.00056

Measured 8d ago against content hash 05b2b87316e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

browse 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 8d 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.

claude/skills/browse/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Browse Skill

Tool Selection

Three browser tool sets may be available. Use the right one for the task:

Tool set Use for
claude-in-chrome Page reading, clicking, form filling, screenshots, navigation
chrome-devtools Performance tracing, Lighthouse, network inspection
authenticated-browser Playwright scripts, complex multi-step flows

Default to claude-in-chrome for standard browse/read/click/screenshot tasks.

Common Patterns

Reading a web page

  1. Navigate to the URL
  2. Take a snapshot (a11y tree) to understand the page structure
  3. Extract the relevant content
  4. If content is incomplete, scroll or click to load more

Searching for information

  1. Navigate to a search engine or the site's search
  2. Enter the search query
  3. Read the results
  4. Navigate to the most relevant result
  5. Extract the needed information

Filling out a form

  1. Navigate to the page
  2. Take a snapshot to identify form fields
  3. Fill each field
  4. Verify the filled values before submitting
  5. Submit and confirm success

Handling blocked URLs

If WebFetch is blocked (paywalled, Reddit, etc.), try:

# Gemini fallback for web content
bash ~/.claude/scripts/gemini-fetch.sh "https://blocked-url.com"

Content Extraction Tips

  • Use get_page_text for article-heavy pages (blog posts, documentation, news)
  • Use take_snapshot for interactive pages where you need to find elements
  • Use take_screenshot to verify visual state
  • For JavaScript-heavy SPAs: wait for networkidle before extracting

Privacy & Security

  • Never enter passwords or sensitive credentials
  • Be cautious with forms on unfamiliar sites
  • Do not click "Accept all cookies" on cookie banners - decline or dismiss
  • Do not download files without explicit user permission

Output Format

When reporting what was found:

  • Summarize key information (don't reproduce entire pages)
  • Quote specific short passages when precision matters (fewer than 15 words per quote)
  • Provide the source URL
  • Note if information may be outdated

Read the full file on GitHub · 78 lines

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. 8d ago First seen · 78 lines · 69 tokens per session scan A 05b2b87316e2

Subscribe to this mod's changes

browse is a skill published in the GitHub repository floomhq/moto (32 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 556 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.