en un clic
view-browser-tab
Screenshot open browser tabs for visual debugging.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Screenshot open browser tabs for visual debugging.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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.