Skip to main content
Claude Scope is a developer tool that bridges the gap between what you see in your browser and what your AI coding agent needs to fix it. Instead of writing lengthy bug descriptions by hand, you record your screen, and Claude Scope automatically produces a structured system prompt — complete with a visual timeline, an ARIA accessibility tree, and a DOM diff — ready to drop into Claude Code, Codex, Cursor, or any agent that accepts a raw prompt.

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

CapabilityDetails
Screen recordingCaptures any browser tab using the MediaRecorder API (WebM/VP9)
Frame extractionSSIM-based differencing extracts only frames where the UI meaningfully changed
Vision laneAnthropic Vision AI identifies UI elements frame-by-frame
Playwright laneHeadless browser captures a full ARIA accessibility snapshot
Prompt generationBoth lanes merge into one structured, agent-ready system prompt
Agent targetsClaude 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
You can change the agent target before copying your prompt. The underlying analysis is the same — only the formatting changes.

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.