godot-screenshot

Capture Godot editor or game window screenshots via the Hastur broker-server remote executor.

241|31|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rayxuln/hastur-operation-plugin --skill godot-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-screenshot
Source: https://github.com/rayxuln/hastur-operation-plugin/tree/main/.claude/skills/godot-screenshot
Command: npx skills add https://github.com/rayxuln/hastur-operation-plugin --skill godot-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill captures screenshots from a running Godot editor or game instance via the Hastur broker-server remote executor, enabling visual verification, documentation, and automated testing.

Core Features & Use Cases

  • Capture editor screenshots to document editor state and UI
  • Capture game screenshots to verify runtime visuals and gameplay moments
  • Save screenshots as PNG files within the project for comparison and archival purposes
  • Works with the godot-remote-executor skill to discover executors, authenticate, and execute code

Quick Start

Connect to a Godot executor and request a screenshot to be saved as a PNG

Frequently Asked Questions about godot-screenshot

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

FAQPage Schema
How do I capture Godot editor or game screenshots for automated testing?

You can capture Godot editor or game screenshots for automated testing by routing requests through the Hastur broker-server remote executor, saving the output as PNG files for visual verification.

What do I need to automate Godot screenshot capture remotely?

To automate Godot screenshot capture remotely, you need an active godot-remote-executor skill, a valid authentication token, and at least one connected executor to perform the captures.

Can I save Godot gameplay screenshots as PNG files within my project?

Yes, you can save Godot gameplay screenshots as PNG files directly within your project directory, enabling you to verify runtime visuals and archive gameplay moments for later comparison.

Does capturing Godot editor state work without a connected remote executor?

No, capturing the Godot editor state does not work without a connected remote executor, as the skill requires an active godot-remote-executor connection to authenticate and execute the capture commands.

How are screenshots from the Godot editor used for visual verification?

Screenshots from the Godot editor are used for visual verification by capturing the current UI and editor state into PNG files, which can then be archived or compared to document project changes.

What is the best way to document Godot editor UI changes during development?

The best way to document Godot editor UI changes is to capture editor screenshots via a remote executor, saving the visual state as PNG files within your project for archival and comparison purposes.