一键导入
view-browser-tab
Screenshot open browser tabs for visual debugging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Screenshot open browser tabs for visual debugging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.