What Claude Scope does
When you start a recording, Claude Scope captures your browser tab as a WebM video and runs it through a dual-lane analysis pipeline. The Vision lane uses Anthropic’s Vision AI to analyze each extracted frame and identify UI elements: buttons, inputs, headings, links, and their states. The Playwright lane launches a headless browser against your seed URL and captures a full ARIA accessibility snapshot, counting every interactive element by role and name. Both results are then synthesized into a single, formatted system prompt targeted at the agent you choose.Claude Scope uses the BYOK (bring your own key) model — you supply your own Anthropic API key for vision analysis. Claude Scope itself is free during the beta period; you only pay Anthropic directly for the API calls you make.
Key capabilities
| Capability | Details |
|---|---|
| Screen recording | Captures any browser tab using the MediaRecorder API (WebM/VP9) |
| Frame extraction | SSIM-based differencing extracts only frames where the UI meaningfully changed |
| Vision lane | Anthropic Vision AI identifies UI elements frame-by-frame |
| Playwright lane | Headless browser captures a full ARIA accessibility snapshot |
| Prompt generation | Both lanes merge into one structured, agent-ready system prompt |
| Agent targets | Claude Code, Codex, Cursor, and Raw (unformatted) |
Supported AI agents
Claude Scope formats the generated prompt differently depending on your target agent:- Claude Code — Structured system prompt with inline ARIA tree and screenshot bundle
- Codex — Compact diff-focused prompt suited for GPT-4o-based completions
- Cursor — Prompt formatted for Cursor’s composer context window
- Raw — Unformatted output for pasting into any other tool or LLM
Pricing
Claude Scope is free during beta. All features — unlimited recordings, dual-lane analysis, and prompt generation for every supported agent — are included at no cost. You only pay Anthropic for API usage against your own key.Where to go next
Quickstart
Sign up, add your API key, and run your first recording in under five minutes.
How it works
Understand the full pipeline from video capture to generated prompt.
New recording
Step-by-step guide to setting up and running a recording session.
Model Access
Configure your Anthropic API key and choose a model for vision analysis.