بنقرة واحدة
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.