LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

godot-platform-desktop - Desktop Platform Features and Best Practices in Godot

Provides desktop platform guidelines for Godot, covering window management, settings persistence, keybind remapping, and Steam integration.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Manage window modes and resolution
  • Save settings to user directory
  • Remap input using physical keycode
  • Wrap platform SDK singletons safely
  • Handle graceful window shutdown requests
  • Execute native shell system commands

Inputs

  • User config file
  • Player input events
  • Platform SDK singletons

Outputs

  • Updated ConfigFile in user directory
  • Modified DisplayServer window mode
  • Rebound InputMap action events
  • Platform SDK achievements and stats

Requirements

  • Godot Engine
  • Desktop operating systems (Windows, Linux, macOS)
  • GodotSteam plugin (optional)

Source

  • Spec: SKILL.md
desktop
godot
windows
linux
macos
settings
keybinds
configfile
displayserver
steam
Manage window modes and resolution
Save settings to user directory
Remap input using physical keycode
Wrap platform SDK singletons safely
User config file
Player input events
Platform SDK singletons
Updated ConfigFile in user directory
Modified DisplayServer window mode
Rebound InputMap action events