Extract and save browser screenshots from session transcripts
From agentic-coding-toolsnpx claudepluginhub thesylvester/agentic-coding-tools --plugin read-transcriptThis skill is limited to using the following tools:
scripts/chrome-screenshotSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Extract browser screenshots from Claude Code transcripts by their ss_* ID.
Screenshot IDs are returned when you take screenshots with claude-in-chrome tools. These images are stored in the session transcript and can be retrieved later.
chrome-screenshot # List all screenshot IDs
chrome-screenshot ss_abc123 # Extract to stdout
chrome-screenshot ss_abc123 file.jpg # Save to file
chrome-screenshot ss_abc123 file.jpg <session> # From specific session
# Save screenshot to file
chrome-screenshot ss_3669oma6t .ai-reference/screenshots/homepage.jpg
# Then Read it to view
Read .ai-reference/screenshots/homepage.jpg
Save multiple screenshots, then Read them together:
chrome-screenshot ss_abc123 .ai-reference/screenshots/before.jpg
chrome-screenshot ss_def456 .ai-reference/screenshots/after.jpg
Read .ai-reference/screenshots/before.jpg
Read .ai-reference/screenshots/after.jpg
Claude sees both images for visual comparison.