Cinematic browser session recording for Claude Code
npx claudepluginhub oscarnevarezleal/so-record-pluginRecord Playwright browser sessions as polished videos with auto-zoom, rounded corners, and cinematic composition
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Record Playwright browser sessions as cinematic videos with auto-zoom, rounded corners, and polished composition. Works with any Claude Code project that uses Playwright MCP.
Add the marketplace to your Claude Code settings (~/.claude/settings.json):
{
"extraKnownMarketplaces": {
"so-record": {
"source": {
"source": "github",
"repo": "oscarnevarezleal/so-record-plugin"
}
}
}
}
Then install the plugin:
claude plugins install so-record@so-record
Restart Claude Code and run /so-setup to download binaries.
/so-setup # one-time: downloads binaries, configures Playwright
/so-record <instructions> # record a browser session
/so-stop # finalize and produce cinematic video
/so-record Navigate to stripe.com and explore the pricing page
/so-record Go to github.com/anthropics/claude-code, click on issues, browse a few
/so-record Open docs.anthropic.com, search for "tool use", read the first result
recordVideo)Videos are saved to ~/.so/sessions/<session-id>/output/cinematic.mp4.
npx @playwright/mcp)The plugin is a thin orchestration layer. Heavy lifting is done by two Rust binaries:
Both are downloaded automatically by /so-setup from GitHub Releases.