pixelbrowse

pixelbrowse is a skill for Claude Code, Codex from StarTrail-org/PixelRAG. It costs 90 tokens per session (1,210 once invoked), scanned A, original, Apache-2.0.

A screenshot-based tool for reading web pages and documents as they appear on screen. It captures pages or PDFs as image tiles so you can inspect text, charts, diagrams, and layout.

In plain words
What is it for?
Use it to inspect a website's design, read a chart or infographic, verify a user interface, or review a PDF's visible content.
Why use it?
Raw page data may not show visual content or the actual arrangement of interface elements. Screenshots make it possible to check appearance and read information that exists only visually.

Skill for Claude CodeCodex

Part of the pixelbrowse plugin — 1 skill, 1 command shipped together

About the project

PixelRAG is a visual search system that renders web pages, PDFs, and images as screenshots, then retrieves information from those images instead of relying only on extracted text. It is designed for retrieval-augmented generation systems and agents that need to understand layouts, tables, charts, and other visual structure. The catalogue entries provide a Claude Code plugin and related instructions for using its visual browsing and retrieval workflow.

StarTrail-org/PixelRAG · 9,862 stars · on GitHub

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/startrail-org/pixelrag/pixelbrowse
Any agent
npx skills add StarTrail-org/PixelRAG --skill pixelbrowse
Clone the repo
git clone --depth 1 https://github.com/StarTrail-org/PixelRAG

Made for: Claude Code, Codex.

Or install pixelbrowse, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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 pixelbrowse

README.md
[![agentmods](https://agentmods.dev/badge/skills/startrail-org/pixelrag/pixelbrowse.svg)](https://agentmods.dev/skills/startrail-org/pixelrag/pixelbrowse)
Your own site
<a href="https://agentmods.dev/skills/startrail-org/pixelrag/pixelbrowse"><img src="https://agentmods.dev/badge/skills/startrail-org/pixelrag/pixelbrowse.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,210 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.00090 $0.01210
Opus 5 $0.00045 $0.00605
Sonnet 5 $0.00018 $0.00242
Haiku 4.5 $0.00009 $0.00121

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

Security

Grade A, and why

pixelbrowse 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 5d 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.

plugin/skills/pixelbrowse/SKILL.md · 96 lines

How it starts

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

PixelBrowse — Screenshot-based Web Reading

Use pixelshot to capture any URL or document as tiled JPEG images, then read the images visually.

Requires the pixelshot command on PATH. If pixelshot is not found, install it (isolated, on PATH): uv tool install pixelrag (or pipx install pixelrag, or pip install pixelrag) — then retry. Don't go hunting for it in project venvs.

How to use

# Screenshot a URL (optimized for Claude's vision: 1568px tile height)
pixelshot <url> --output /tmp/pixelbrowse --tile-height 1568 --wait-network-idle

# Screenshot multiple URLs in parallel
pixelshot <url1> <url2> --output /tmp/pixelbrowse --tile-height 1568 --wait-network-idle --workers 4

# Wider viewport for desktop layouts
pixelshot <url> --output /tmp/pixelbrowse --tile-height 1568 --viewport-width 1280 --wait-network-idle

# Render a PDF
pixelshot document.pdf --output /tmp/pixelbrowse

IMPORTANT: Always use --tile-height 1568 for screenshots you will read visually. Claude's vision model downscales images with long edge > 1568px (Sonnet/Haiku) or 2576px (Opus). The default 8192px tile height will be downscaled and text becomes unreadable. Note that the tile height is also the emulated viewport height, so at 1568 an ordinary article is a dozen-plus tiles rather than one or two — the manifest tells you how many (see Workflow).

IMPORTANT: Always use --wait-network-idle for URLs. Without it, JavaScript-heavy pages (most modern sites / single-page apps) are captured before they finish rendering and come back blank or half-empty. It waits for the page's load event plus a brief network-quiet window so client-rendered content is actually on screen.

After rendering, read the tile images from the output directory to visually understand the content.

Workflow

  1. Run pixelshot <url> --output /tmp/pixelbrowse --tile-height 1568 --wait-network-idle
  2. Read /tmp/pixelbrowse/<domain>.png.tiles/tiles.json — the manifest of what was captured
  3. Read every tile it lists, in order, not just tile_0000.jpg

Read the full file on GitHub · 96 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. 5d ago First seen · 96 lines · 90 tokens per session scan A ead979f591de

Subscribe to this mod's changes

pixelbrowse is a skill published in the GitHub repository StarTrail-org/PixelRAG (9,862 stars, last pushed 5d ago), licensed Apache-2.0. It adds 90 tokens to every session and 1,210 once invoked, about $0.0005 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

algolia-crawler

Use this skill whenever a user wants to crawl one or more web pages or a whole site and turn them into an Algolia index using the Algolia CLI — especially for RAG, AI search, semantic search, or Agent Studio retrieval. Triggers: "index my website/docs with Algolia", "set up the Algolia Crawler", "crawl this page for…

algolia/skills · 225 tokens

dingtalk_channel_connect

Use a headed browser to automatically complete DingTalk channel integration for QwenPaw. Applicable when the user mentions DingTalk, developer console, Client ID, Client Secret, bot, Stream mode, binding or configuring a channel. Supports pausing when a login page is detected and resuming after the user logs in.

agentscope-ai/QwenPaw · 69 tokens

browser_cdp

当用户明确希望连接到已运行的 Chrome 浏览器、扫描本地 CDP 端口、显式指定 cdpport,或让多个 agent / 工具共享同一个浏览器时,使用本 skill。browser 默认不开放调试端口;仅当用户明确希望其他本地工具附加时才显式传入 cdpport。.

agentscope-ai/QwenPaw · 85 tokens

browser_visible

当用户需要控制 browser 的浏览器启动方式时,使用本 skill。browser 默认由 Playwright 直接管理、不开放调试端口(需让其他本地工具附加时显式传 cdpport);headed 控制是否显示窗口,privatemode 保留用于兼容、不再改变默认行为,browserargs 传入额外的 Chromium 启动参数,executablepath 指定自定义浏览器可执行文件路径。.

agentscope-ai/QwenPaw · 108 tokens

browser_visible

Use this skill when the user needs to control the browser launch mode for browser. By default browser is managed by Playwright and opens no debugging port (pass an explicit cdpport to let another local tool attach); headed controls whether the window is visible, and privatemode is kept for backward compatibility and…

agentscope-ai/QwenPaw · 75 tokens

gpt-researcher

GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API…

assafelovic/gpt-researcher · 79 tokens