screenshot

Capture screenshots of the desktop, a specific window, or a screen region. Use this skill when the user asks to take a screenshot, capture the screen, grab a screen image, or save what's on screen to a file.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "screenshot" with this command: npx skills add dalehurley/phpbot/dalehurley-phpbot-screenshot

Skill: screenshot

When to Use

Use this skill when the user asks to:

  • Take a screenshot
  • Capture the screen or desktop
  • Grab a screen image
  • Save what's on screen to a file
  • Capture a specific window or region

Input Parameters

ParameterRequiredDescriptionExample
modeNoCapture mode: fullscreen (default), window, regionfullscreen
outputNoOutput file path (default: ~/Desktop/screenshot-{timestamp}.png)/tmp/shot.png
delayNoDelay in seconds before capture3

Procedure

  1. Run the bundled capture script:

    # Full screen (default)
    bash skills/screenshot/scripts/capture.sh
    
    # Specific mode with output path
    bash skills/screenshot/scripts/capture.sh --mode window --output /tmp/shot.png
    
    # With delay
    bash skills/screenshot/scripts/capture.sh --delay 3
    
  2. Report the saved file path to the user

Bundled Scripts

ScriptTypeDescription
scripts/capture.shSHCapture screenshots using native OS tools

Script Usage

# Full screen capture (default)
bash scripts/capture.sh

# Capture a specific window (interactive selection)
bash scripts/capture.sh --mode window

# Capture a region (interactive selection)
bash scripts/capture.sh --mode region

# Custom output path
bash scripts/capture.sh --output /tmp/my-screenshot.png

# With delay (seconds)
bash scripts/capture.sh --delay 5

# Combined
bash scripts/capture.sh --mode window --output /tmp/win.png --delay 2

Example

take a screenshot
capture the screen and save it to my desktop
screenshot the current window
take a screenshot in 3 seconds
grab a screenshot of a region of my screen

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

desktop-control

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

summarize-unread-emails

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

csv-tools

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

get-weather-forecast

No summary provided by upstream source.

Repository SourceNeeds Review