Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Screenshot Capture

  • 42 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

screenshot-capture is a Claude Code skill that captures screenshots of the full screen, a specific window, or a custom region.

About

screenshot-capture is a Claude Code skill that captures screenshots of the full screen, a window, or a custom region. A developer runs its bundled Python script to capture images, optionally with a region bounding box or a timed delay. It is based on the Pillow imaging library.

  • Captures full-screen, window, or custom-region screenshots
  • Supports capture delay and region coordinates
  • Bundled Python script based on Pillow

Screenshot Capture by the numbers

  • 42 all-time installs (skills.sh)
  • Ranked #1,132 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

screenshot-capture capabilities & compatibility

Capabilities
screenshot capture · screen capture · image capture
Use cases
image generation
Pricing
Free
From the docs

What screenshot-capture says it does

Capture screenshots of the entire screen, specific windows, or custom regions with annotation support.
SKILL.md
Based on: https://github.com/python-pillow/Pillow
scripts/screenshot_capture.py
npx skills add https://github.com/aidotnet/moyucode --skill screenshot-capture

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs42
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Capture full-screen, region, or delayed screenshots from the command line.

Who is it for?

Capturing full-screen, region, or delayed screenshots programmatically

Skip if: Editing or annotating images beyond capture

When should I use this skill?

You need to capture a screenshot of the screen or a region

What you get

A saved screenshot image of the screen, window, or region

  • A saved screenshot image file

By the numbers

  • Supports 3 capture modes: full screen, region, and delayed capture

Files

SKILL.mdMarkdownGitHub ↗

Screenshot Capture Tool

Description

Capture screenshots of the entire screen, specific windows, or custom regions with annotation support.

Trigger

  • /screenshot command
  • User needs to capture screen
  • User wants to take screenshots

Usage

# Capture full screen
python scripts/screenshot_capture.py --output screen.png

# Capture region
python scripts/screenshot_capture.py --region 0,0,800,600 --output region.png

# Capture with delay
python scripts/screenshot_capture.py --delay 3 --output delayed.png

Tags

screenshot, capture, screen, image, automation

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

Can it capture a specific region?

Yes. It supports full-screen, window, and custom-region capture, plus a timed delay.

What is it based on?

The Pillow imaging library.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.