screenshot

Capture screenshots using tool-specific methods with OS-level fallback.

Updated May 11, 2026
One-click install
npx skills add https://github.com/guhans6/agent-workbench --skill screenshot-guhans6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot
Source: https://github.com/guhans6/agent-workbench/tree/main/shared/skills/screenshot
Command: npx skills add https://github.com/guhans6/agent-workbench --skill screenshot-guhans6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of capturing screenshots by leveraging tool-specific capabilities when available and using system-level tools as fallbacks, ensuring high-quality captures for any use case.

Core Features & Use Cases

  • Tool-Specific Capture: Prefer Figma MCP/skill or Playwright/agent-browser tools when available for specific platforms.
  • System-Level Screenshot: Provides an OS-level screenshot function when tool-specific captures are unavailable.
  • Customization: Allows for capturing full screens, specific applications, windows, or pixel regions, with the ability to specify a save location or save to the OS default location or temporary directory.
  • Use Case: Ideal for scenarios where you need a quick screen capture of an app, window, or specific area on the screen for documentation, troubleshooting, or presentation.

Quick Start

Capture the full screen using the 'screenshot' skill without any arguments, or specify the app name or window name to capture them.

Frequently Asked Questions about screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture a screenshot of a specific application window?

To capture a screenshot of a specific application, provide the app name or window name as an argument to the capture command. This targets the specified window directly, ensuring you capture exactly the interface you need for documentation or debugging.

Can I automate screen capture on macOS, Linux, and Windows?

Yes, you can automate screen capture across macOS, Linux, and Windows. The tool uses OS-level screenshot capabilities as a fallback, ensuring high-quality captures function consistently across different operating system environments.

What is the best way to take a screenshot for Codex inspection?

The best way to take a screenshot for Codex inspection is using a tool-specific capture approach. It prioritizes platform-specific tools like Playwright or agent-browser tools when available, falling back to system-level captures to ensure accurate visual inspection.

Does screen capture support saving images to a custom directory?

Yes, screen capture supports saving images to a custom directory. You can specify a save location for your captures, or if no path is provided, it defaults to saving in the OS default location or a temporary directory.

How do I capture a specific pixel region of my desktop?

To capture a specific pixel region, specify the desired area coordinates when initiating the desktop capture. This allows for precise extraction of visual data from your screen for use in app documentation or system troubleshooting.

What happens when a tool-specific screenshot capture is unavailable?

When a tool-specific screenshot capture is unavailable, the system automatically falls back to OS-level screenshot capabilities. This ensures you can still capture full screens, specific windows, or pixel regions without interruption.