ワンクリックで
screenshot
Take a screenshot of a URL or the current page. Use when the user asks to capture, screenshot, or photograph a web page or URL.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Take a screenshot of a URL or the current page. Use when the user asks to capture, screenshot, or photograph a web page or URL.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
This skill should be used when the user asks about browser automation, testing web pages, extracting content, filling forms, taking screenshots, or monitoring console/network activity. Activates for E2E testing, form automation, browsing tasks, or debugging web applications.
Navigate Firefox to a URL and take a DOM snapshot for interaction
Diagnose Firefox DevTools MCP setup issues. Activate when the firefox-devtools-mcp plugin fails to connect, its tools are not available, or the user reports Firefox DevTools not working in Cowork.
SOC 職業分類に基づく
| name | screenshot |
| description | Take a screenshot of a URL or the current page. Use when the user asks to capture, screenshot, or photograph a web page or URL. |
| argument-hint | ["url or uid"] |
Captures a screenshot of a URL or the current page and shows it to the user.
/firefox-devtools-mcp:screenshot https://example.com # Navigate then screenshot
/firefox-devtools-mcp:screenshot # Screenshot current page
/firefox-devtools-mcp:screenshot <uid> # Screenshot specific element
navigate_page.In Cowork (system prompt contains an outputs folder host path under "Shell access"):
screenshot_page saveTo="<host-outputs-path>/screenshot.png" using the host path from the system prompt, not the container path.present_files with that same path so the user receives a clickable file card.In Claude.ai chat or Claude Desktop (no outputs folder in system prompt):
screenshot_page without saveTo.