How the prompt is built
Every prompt Claude Scope generates is assembled from two independent pipeline contributions, shown in the Pipeline Contributions section at the bottom of the page:Visual timeline
A Vision AI model analyzed each extracted frame from your recording. The result is a per-frame description of UI elements, interactions, and state changes — the visual narrative of what you recorded.
Structural inspection
Playwright visited the app URL you provided and captured a full ARIA accessibility snapshot of the live page. This gives the agent concrete element roles, names, and counts that the video alone cannot provide.
Choosing an agent format
The agent tabs at the top of the prompt code block reformat the same underlying prompt for each target agent. Click a tab to switch the view.- Claude Code
- Codex
- Cursor
- Raw
The Claude Code format structures the prompt as a
<system> block with explicit role framing. It is optimized for Claude’s instruction-following conventions and includes section headers that Claude Code parses well. Paste the full output directly into a Claude Code session or CLAUDE.md context file.Output options
Three checkboxes below the prompt code block let you control what is included in the generated text. Toggling any option immediately updates the prompt.| Option | Default | What it adds |
|---|---|---|
| Include screenshot bundle | On | Embeds Base64-encoded frame thumbnails directly in the prompt so the agent can reference visual context. |
| Inline ARIA tree | On | Includes the full Playwright ARIA accessibility tree in the prompt, giving the agent the complete structural snapshot of the live page. |
| Include raw DOM diff | Off | Appends the element diff summary between each pair of consecutive frames — useful when you want the agent to reason about exactly what changed and when. |
Saving the session
Click Save session — available both in the top-right action area and in the bottom action row — to persist the session to your account. Claude Scope shows a confirmation toast and redirects you to the session detail page in the Sessions list, where you can revisit the prompt, frames, and inspection data at any time.Select the agent tab
Click Claude Code, Codex, Cursor, or Raw depending on which tool you are working in.
Adjust output options
Check or uncheck Include screenshot bundle, Inline ARIA tree, and Include raw DOM diff to suit your needs. The prompt updates immediately.
Copy the prompt
Use the copy button on the code block to copy the prompt to your clipboard. Paste it into your AI coding agent of choice.
Save the session
Click Save session to save the recording, frames, inspection data, and prompt to your account. You can access saved sessions from the Sessions list in the sidebar.