screenshot

Capture desktop screens on Wayland or X11 and send them via Telegram.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/enantiomer-h/DotfilePub --skill screenshot-enantiomer-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot
Source: https://github.com/enantiomer-h/DotfilePub/tree/main/openclaw-docker/openclaw-docker/.openclaw/workspace/skills/screenshot
Command: npx skills add https://github.com/enantiomer-h/DotfilePub --skill screenshot-enantiomer-h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires grim, scrot, and includes scripts (resource) components.

What problem does it solve?

Capture the desktop screen quickly and share it via Telegram, eliminating manual steps to take and send screenshots.

Core Features & Use Cases

  • Cross-environment capture: works on Wayland (grim) and X11 (scrot) with a minimal setup.
  • Telegram delivery: automatically sends the captured image through Telegram using the pre-configured workflow.
  • Flexible output: allows specifying a custom output path or using a default temporary location.

Quick Start

Run the screenshot script to capture the desktop and prepare it for Telegram delivery.

Frequently Asked Questions about screenshot

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

FAQPage Schema
How do I take a desktop screenshot on Wayland and share it via Telegram?

You can capture your desktop on Wayland using grim or X11 using scrot, with the script automatically handling the output path and sending the image through the configured Telegram workflow.

Does this screenshot tool work on both Wayland and X11 environments?

Yes, this tool supports both Wayland and X11 environments. It requires grim for Wayland and scrot for X11, applying a fallback to grim when available to ensure cross-environment compatibility.

What dependencies do I need to capture my screen and send it to Telegram?

You need the grim tool installed for Wayland environments and scrot for X11 environments. The script validates the presence of these dependencies before attempting to capture your desktop.

Can I specify a custom output path when taking a desktop screenshot?

Yes, you can specify a custom output path when taking a desktop screenshot, or use the default temporary location. This provides flexible output management before the image is delivered via Telegram.

What's the best way to automate incident reporting with desktop screenshots?

The best way to automate incident reporting with desktop screenshots is to use this script to capture your screen and automatically deliver the image via Telegram, eliminating manual steps for remote support and incident reporting.

Why does the screenshot script fail to capture my desktop?

The screenshot script may fail if required tools are missing. The script validates tool presence before use, so ensure grim is installed for Wayland and scrot is available for X11 to avoid capture failures.