screenshot

Capture the primary Windows screen and send it as JPEG via Telegram bot.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/cecon123/tg-remote-bot --skill screenshot-cecon123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot
Source: https://github.com/cecon123/tg-remote-bot/tree/main/.agents/skills/screenshot
Command: npx skills add https://github.com/cecon123/tg-remote-bot --skill screenshot-cecon123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures the primary screen on Windows and sends a JPEG image via Telegram, enabling quick remote monitoring and troubleshooting.

Core Features & Use Cases

  • Capture the primary display and encode it as JPEG
  • Send the screenshot directly through the Telegram bot
  • Handles multi-monitor setups by focusing on the primary screen when applicable

Quick Start

Trigger a screenshot to capture the primary display and return a JPEG image through the Telegram bot.

Frequently Asked Questions about screenshot

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

FAQPage Schema
How do I capture a Windows screenshot and send it to Telegram?

To capture a Windows screenshot and send it to Telegram, this Skill captures the primary display, encodes it as a JPEG, and delivers it directly through a Telegram bot. It uses the screenshots crate for capture and teloxide for Telegram integration.

Can I capture screenshots from multi-monitor Windows setups?

Multi-monitor setups are supported by focusing on the primary screen when capturing screenshots. The Skill isolates the primary display to ensure consistent remote monitoring and troubleshooting across multiple connected monitors.

What is the best way to remotely monitor a Windows display?

Remote monitoring of a Windows display is best achieved by capturing the primary screen image as a JPEG and sending it via a Telegram bot. This allows quick visual checks and troubleshooting from a remote location.

Does the screenshot capture output JPEG or other image formats?

The screenshot capture outputs JPEG image formats exclusively. It uses the image crate to encode the captured primary screen display into a JPEG before sending the file through the Telegram bot.

Do I need a Telegram bot to capture and share Windows screenshots?

A Telegram bot is required to share Windows screenshots using this Skill. It relies on the teloxide library to integrate with Telegram, acting as the delivery mechanism for the captured JPEG display images.