devbox-display1-screenshot

Capture devbox display :1 screenshots and convert them to PNG.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lc0rp/luke-agent-scripts --skill devbox-display1-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devbox-display1-screenshot
Source: https://github.com/lc0rp/luke-agent-scripts/tree/main/skills/devbox-display1-screenshot
Command: npx skills add https://github.com/lc0rp/luke-agent-scripts --skill devbox-display1-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick visual capture of the devbox GUI display :1, producing a portable PNG when available and falling back to the original .xwd format if conversion tools are unavailable.

Core Features & Use Cases

  • Capture the :1 display screenshot using X11 and save it as a baseline .xwd, then attempt PNG conversion with ImageMagick or Netpbm.
  • Verify the presence and readability of the resulting image, enabling easy sharing via OpenClaw (Discord) if desired.

Quick Start

Capture the devbox :1 display and return the generated PNG path.

Frequently Asked Questions about devbox-display1-screenshot

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

FAQPage Schema
How do I take a screenshot of an X11 display and convert it to PNG?

To capture an X11 display screenshot and convert it to PNG, this Skill captures the devbox :1 display as a baseline .xwd file, then attempts PNG conversion using ImageMagick or Netpbm. If conversion tools are unavailable, it falls back to the original .xwd format.

Does this screenshot tool work with Kasm VNC on devbox display :1?

Yes, this screenshot tool works with Kasm VNC on devbox display :1. It specifically targets the Kasm VNC visibility in devbox display :1, capturing the current GUI state for quick verification and sharing.

What happens if ImageMagick or Netpbm are not installed when converting screenshots?

If ImageMagick and Netpbm are unavailable for converting screenshots, the Skill falls back to saving the original .xwd format captured from the X11 display. It implements health checks and verifies the resulting image file is present and readable.

Can I share captured devbox GUI screenshots directly to Discord?

Yes, you can share captured devbox GUI screenshots to Discord through optional OpenClaw integration. After capturing and converting the display :1 screenshot, the Skill supports OpenClaw delivery for immediate sharing of the verified image.

What's the best way to verify a devbox GUI state without a direct monitor?

The best way to verify a devbox GUI state without a direct monitor is capturing the :1 display screenshot. This Skill captures the X11 display, converts to portable PNG when possible, and verifies the resulting image file is present and readable for quick visual confirmation.