Files
Zhifei Li 6da67820bf docs(pixelbrowse): recommend uv tool/pipx install so pixelshot is on PATH (#45)
A plain `pip install pixelrag` into a project venv can leave `pixelshot` off
PATH, so the skill can't find it and the agent wastes turns hunting. Recommend
`uv tool install pixelrag` (or pipx) — isolated yet always on PATH — and tell the
skill to install it that way if missing instead of searching venvs.
2026-06-22 22:20:41 +08:00
..
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00

pixelbrowse — Claude Code plugin

Give Claude eyes: screenshot any URL or document with pixelshot and read it visually.

Install

pip install pixelrag                                # provides the pixelshot command
claude plugin marketplace add StarTrail-org/PixelRAG
claude plugin install pixelbrowse@pixelrag-plugins

Or, for local development from a clone: claude --plugin-dir /path/to/PixelRAG/plugin.

Use

Ask Claude to look at a page:

claude -p "look at https://example.com and tell me what you see"

Or use the slash command in an interactive session: /screenshot <url>.

The skill lives in skills/pixelbrowse/SKILL.md; the command in commands/screenshot.md.

No MCP server or backend — the skill just calls pixelshot (Playwright/CDP) on your machine.