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.md if 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 jq or Python to inspect specific steps:
Installs
3
First Seen
Mar 2, 2026