with one click
view-browser-tab
Screenshot open browser tabs for visual debugging.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Screenshot open browser tabs for visual debugging.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | view-browser-tab |
| description | Screenshot open browser tabs for visual debugging. |
| license | MIT |
You cannot see the consequences of your actions. It is important to get incorporate visual feedback. Use peek-cli to capture screenshots of tabs to aid in front-end development.
Iterate & capture often. Capturing a screenshot of a tab is remarkably cheap.
These are the commands:
peeked start - start the WebSocket server for connection w/ the Chrome Extensionpeeked stop - stop the serverpeeked status - get server & connection status.peeked list - get list of all open tabspeeked at <url> - capture screenshot of tab. Will save it to a temp file. You must read it after.Run peeked status at the start of each session.
start and prompt the user to connect.peeked commands.Connecting the extension to the server is a manual process that the user needs to perform. Nothing can be done on your end.
Don't run peeked stop unless the user asks because reconnecting is a manual process.
peeked at is safe to run simultaneously.
If you see a glowing border around the screenshot, that is an artifact from the capture process.