@swarmclawai/browser-flight-recorder
v0.1.0
Published
Playwright MCP-first browser flight recorder with stdio proxy capture, local HTML timelines, and shareable exports.
Maintainers
Readme
Browser Flight Recorder
Playwright MCP-first browser flight recorder. It proxies Playwright MCP stdio traffic, captures tool calls and responses, and renders a local HTML timeline for debugging browser-agent failures.
30-second demo
npx @swarmclawai/browser-flight-recorder@latest proxy --name playwright -- npx @playwright/mcp
npx @swarmclawai/browser-flight-recorder@latest render latest
npx @swarmclawai/browser-flight-recorder@latest inspect latestCommands
| Command | Purpose |
|---|---|
| browser-flight proxy --name playwright -- <playwright-mcp-command...> | Capture MCP traffic |
| browser-flight render <run\|latest> | Render a local HTML timeline |
| browser-flight inspect <run\|latest> | Summarize a run |
| browser-flight export <run\|latest> | Create a shareable zip |
| browser-flight help-agents | Print the machine-readable command catalog |
Every data-returning command supports --json.
Agentbox Integration
When AGENTBOX_RUN_DIR is set, the proxy appends compatible mcp and risk events into the active Agentbox run.
