hyprland skill for controlling the Hyprland Wayland desktop and interacting with running applications on LinuxOn a Linux Wayland desktop running Hyprland, Claude can now autonomously interact with any GUI application — clicking buttons, typing text, reading screen content via screenshots, and managing windows/workspaces. This is useful for automating GUI workflows, sending messages in IM apps, browser automation, and general desktop control.
Linux developers and power users running Hyprland as their Wayland compositor who want Claude to help automate desktop tasks.
The skill uses a layered interaction strategy:
It also maintains a per-app knowledge table that gets updated after each task, so the right method is used immediately next time.
Send a message to Alice in Slack saying "I'll be 5 minutes late"
Claude will: check Slack's AT-SPI2 tree → find the message input → type and send, or fall back to screenshot-based interaction if needed.