Files
wehub-resource-sync 542cfa195c
CI / Frontend build (push) Failing after 9m6s
CI / Plugin validate (push) Failing after 9m27s
CI / Python lint (push) Failing after 16m1s
CI / Tests (push) Successful in 18m0s
Deploy / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:27 +08:00

28 lines
809 B
Markdown

# pixelbrowse — Claude Code plugin
Give Claude eyes: screenshot any URL or document with `pixelshot` and read it visually.
## Install
```bash
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:
```bash
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.