screenshot-tool

Capture screenshots and screen recordings. Use when user needs to take screenshots, record screen activity, capture windows, or create screen recordings for tutorials.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "screenshot-tool" with this command: npx skills add dinghaibin/dinghaibin-screenshot-tool

Screenshot Tool

Capture screenshots and screen recordings.

Quick Start

# Take screenshot
python scripts/screenshot.py --capture

# Capture specific window
python scripts/screenshot.py --window "Chrome"

Usage

python scripts/screenshot.py [OPTIONS]

Options:
  --capture         Take screenshot
  --record         Start screen recording
  --stop           Stop recording
  --window NAME    Capture specific window
  --area X,Y,W,H   Capture area (x,y,width,height)
  --output PATH    Output file path
  --format FORMAT  Format: png, jpg (default: png)

Examples

# Full screen
python scripts/screenshot.py --capture

# Window
python scripts/screenshot.py --window "Terminal" --output terminal.png

# Region
python scripts/screenshot.py --area 0,0,800,600 --output region.png

# With delay
python scripts/screenshot.py --delay 5 --output delayed.png

Features

  • Full screen capture
  • Window capture
  • Region capture
  • Screen recording
  • Delayed capture
  • Multiple formats

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.

General

AI Product Manager

OpenClaw-first AI product manager for turning analytics, revenue, crash, store, and feedback signals into execution-ready proposals and backlog work.

Registry SourceRecently Updated
General

Startup Verifier

Проверяет стартапы по 14 критериям для адаптации на российский рынок и выдает вердикт: GREEN, YELLOW или RED.

Registry SourceRecently Updated
General

Red Team Verificator

Аудит стратегических анализов стартапов с фокусом на поиск ошибок, галлюцинаций и искажений в данных и Red Team-отчетах.

Registry SourceRecently Updated
General

Startup Pipeline

Systematic multi-step pipeline for sourcing, analyzing, verifying, and adapting Western PMF startups to the Russian market with competitor and market filters.

Registry SourceRecently Updated
screenshot-tool | V50.AI