An automated Windows utility skill that minimizes active windows, launches the RustDesk remote desktop application, cleans output directories, captures a full-screen screenshot, and returns the file path.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rustdesk-screenshot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rustdesk-screenshot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The RustDesk Startup and Screenshot skill is a dedicated utility optimized for remote desktop preparation and automatic visual capture on Windows environments. As an essential tool in the Openclaw Skills suite, it bridges the gap between AI commands and physical desktop state verification. When executed, the skill minimizes active windows, launches RustDesk, cleans or prepares the target capture folder, snaps a full-screen image using Python's Pillow library, and generates a structured output file.
This workflow is specifically beneficial for remote administrators and power users. By incorporating this into your Openclaw Skills workspace, you gain the ability to verify remote desktop layouts or retrieve temporary access credentials without manual configuration.
To deploy this skill within your Openclaw Skills setup, ensure you are running on a Windows system with Python 3.x installed.
Install the required Python imaging library via pip:
pip install Pillow
You can configure the behavior of the execution script by setting these optional environment variables:
RUSTDESK_PATH: Custom path to the RustDesk application (Default: D:\\Program Files\\RustDesk\\rustdesk.exe)SCREENSHOT_DIR: Custom folder for storing the taken images (Default: D:\\CopyFromScreen)WAIT_SECONDS: The delay in seconds to wait for RustDesk to fully render before taking the screenshot (Default: 2)Trigger the capture sequence by executing the Python runner script:
python scripts/screenshot.py
The skill manages directories and outputs structured messages to ensure seamless integration with Openclaw Skills configurations.
D:\\CopyFromScreenYYYY-MM-DD_HH-MM-SS.png (e.g., 2026-06-10_15-30-45.png){
"success": true,
"screenshot_path": "D:\\\\CopyFromScreen\\\\2026-06-10_15-30-45.png",
"message": "Screenshot saved successfully"
}
{
"success": false,
"error": "Detailed error message description"
}
MEDIA:<filepath> response syntax on a single line to directly deliver captured images.WAIT_SECONDS to ensure slower machines fully render the UI before image creation.Loading
An intelligent Python CLI tool to automatically organize, classify, and sort messy directories by file type, date, or custom naming patterns with preview and undo support.

An advanced AI agent skill allowing autonomous agents to browse, apply for, and manage jobs on the CarboSilex137 Web3 freelance marketplace.

An immersive character roleplay protocol designed to enforce narrative consistency, physical reactivity, and sensory formatting for text-based experiences.

An AI-powered long-term self-improvement and reflective journaling system designed to help users transition from external dependency to inner clarity and self-authored answers.

A specialized AI agent skill encapsulating the architectural engineering, design philosophy, and startup journey of John Carmack and John Romero from the book Masters of Doom.

An AI-powered strategist skill implementing Philip Kotler's Marketing 5.0 principles to balance advanced technology and human-centric marketing.








































