
Ghostty
- 57 installs
- 70 repo stars
- Updated June 19, 2026
- dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
Control the Ghostty terminal emulator via CLI to manage windows, tabs, splits, and configuration through IPC actions.
About
Documents ghostty +action IPC commands for creating windows, tabs, and splits and navigating between them. Use it when scripting or automating the Ghostty terminal.
- +new-split:right/down and +goto-split navigation
- +list-actions to discover available IPC commands
Ghostty by the numbers
- 57 all-time installs (skills.sh)
- Ranked #290 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill ghosttyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 57 |
|---|---|
| repo stars | ★ 70 |
| Last updated | June 19, 2026 |
| Repository | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations ↗ |
What it does
Control the Ghostty terminal emulator via CLI to manage windows, tabs, splits, and configuration through IPC actions.
Files
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