"Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration."
Install
npx skillscat add dicklesworthstone/agent-flywheel-clawdbot-skills-and-integrations/ghostty Install via the SkillsCat registry.
SKILL.md
Ghostty Skill
Use the ghostty CLI to control and configure the Ghostty terminal emulator.
CLI Location
/Applications/Ghostty.app/Contents/MacOS/ghosttyOr if symlinked: ghostty
Actions (IPC Commands)
Ghostty supports actions via +action flag. These control the running instance.
List available actions:
ghostty +list-actionsCreate new window:
ghostty +new-windowCreate new tab:
ghostty +new-tabCreate splits:
ghostty +new-split:right
ghostty +new-split:downNavigate splits:
ghostty +goto-split:previous
ghostty +goto-split:next
ghostty +goto-split:up
ghostty +goto-split:down
ghostty +goto-split:left
ghostty +goto-split:rightClose current surface:
ghostty +close-surfaceToggle fullscreen:
ghostty +toggle-fullscreenReload configuration:
ghostty +reload-configFont Management
Increase/decrease font size:
ghostty +increase-font-size:1
ghostty +decrease-font-size:1Reset font size:
ghostty +reset-font-sizeConfiguration
Config file location:
~/.config/ghostty/configShow current config:
ghostty +show-configList available themes:
ghostty +list-themesList available fonts:
ghostty +list-fontsList keybinds:
ghostty +list-keybindsLaunch Options
Start with specific config:
ghostty --config-file=/path/to/configStart with command:
ghostty -e "htop"Start in directory:
ghostty --working-directory=/path/to/dirDebugging
Check version:
ghostty --versionValidate config:
ghostty +validate-config