chrome-replay
Installation
SKILL.md
Skill: Replay Chrome DevTools Recording
Replay a Chrome DevTools Recorder export in the user's live browser via the Chrome DevTools MCP.
Prerequisite: Chrome MCP must be connected. See
context.mdif unsure.
Accepted Input Formats
The user may provide any of these exports from Chrome DevTools Recorder:
1. JSON (recommended)
Preferred over JS formats for two reasons:
- Structured and unambiguous to parse
- Large recordings can be read progressively instead of loading the entire file into context at once. Use
jqor Python to inspect specific steps: