screenshot-cli

Capture fullscreen, window, or selected region screenshots via CLI.

25|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Mic92/mics-skills --skill screenshot-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-cli
Source: https://github.com/Mic92/mics-skills/tree/main/skills/screenshot-cli
Command: npx skills add https://github.com/Mic92/mics-skills --skill screenshot-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to capture screenshots of your screen, specific windows, or selected regions, which is essential for documentation, debugging, or sharing visual information.

Core Features & Use Cases

  • Fullscreen Capture: Take a screenshot of your entire screen.
  • Window Capture: Capture the currently focused window.
  • Region Selection: Interactively select a specific area of the screen to capture.
  • Delayed Capture: Set a delay before the screenshot is taken.
  • Custom Output Path: Specify a file path for saving the screenshot.
  • Use Case: You need to document a bug in a graphical application. Use this Skill to capture a screenshot of the problematic window and save it to a specific file for your bug report.

Quick Start

Take a screenshot of the current window and save it to a file named 'window_capture.png'.

Frequently Asked Questions about screenshot-cli

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

FAQPage Schema
How do I capture a screenshot from the command line?

You can capture a screenshot from the command line by executing this Skill, which supports fullscreen captures, focused windows, and interactive region selections, saving the output directly to a specified file path.

Can I take a delayed screenshot for documentation purposes?

Yes, you can take a delayed screenshot. This Skill supports setting a custom delay before capturing your screen, allowing you to prepare the necessary visual context for your documentation or debugging.

How do I capture only a specific window instead of the whole screen?

To capture a specific window, use the window capture mode. This Skill isolates the currently focused window instead of the fullscreen, providing a clean screenshot for bug reports.

Can I specify a custom output file path for my screenshot?

Yes, you can specify a custom output file path. This Skill allows you to define the exact destination file for saving your screenshot, defaulting to a standard location if none is provided.

Does this screenshot tool require any external dependencies?

No, this screenshot tool does not require any external dependencies. It operates entirely through a command-line interface using internal scripts to capture and save your screen output.

What is the best way to capture screen regions interactively?

The best way to capture screen regions interactively is using the region selection feature. This Skill enables you to select a specific area of the screen directly through the command-line interface for precise visual capture.