ghostty
Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o ghostty.zip https://jpskill.com/download/18650.zip && unzip -o ghostty.zip && rm ghostty.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18650.zip -OutFile "$d\ghostty.zip"; Expand-Archive "$d\ghostty.zip" -DestinationPath $d -Force; ri "$d\ghostty.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
ghostty.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
ghosttyフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Ghostty Skill
ghostty CLI を使用して、Ghostty ターミナルエミュレータを制御および構成します。
CLI の場所
/Applications/Ghostty.app/Contents/MacOS/ghostty
または、シンボリックリンクされている場合: ghostty
アクション (IPC コマンド)
Ghostty は +action フラグを介してアクションをサポートします。これらは実行中のインスタンスを制御します。
利用可能なアクションをリスト表示します:
ghostty +list-actions
新しいウィンドウを作成します:
ghostty +new-window
新しいタブを作成します:
ghostty +new-tab
分割を作成します:
ghostty +new-split:right
ghostty +new-split:down
分割をナビゲートします:
ghostty +goto-split:previous
ghostty +goto-split:next
ghostty +goto-split:up
ghostty +goto-split:down
ghostty +goto-split:left
ghostty +goto-split:right
現在のサーフェスを閉じます:
ghostty +close-surface
フルスクリーンを切り替えます:
ghostty +toggle-fullscreen
設定をリロードします:
ghostty +reload-config
フォント管理
フォントサイズを増減します:
ghostty +increase-font-size:1
ghostty +decrease-font-size:1
フォントサイズをリセットします:
ghostty +reset-font-size
構成
構成ファイルの場所:
~/.config/ghostty/config
現在の構成を表示します:
ghostty +show-config
利用可能なテーマをリスト表示します:
ghostty +list-themes
利用可能なフォントをリスト表示します:
ghostty +list-fonts
キーバインドをリスト表示します:
ghostty +list-keybinds
起動オプション
特定の構成で開始します:
ghostty --config-file=/path/to/config
コマンドで開始します:
ghostty -e "htop"
ディレクトリ内で開始します:
ghostty --working-directory=/path/to/dir
デバッグ
バージョンを確認します:
ghostty --version
構成を検証します:
ghostty +validate-config 📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Ghostty Skill
Use the ghostty CLI to control and configure the Ghostty terminal emulator.
CLI Location
/Applications/Ghostty.app/Contents/MacOS/ghostty
Or if symlinked: ghostty
Actions (IPC Commands)
Ghostty supports actions via +action flag. These control the running instance.
List available actions:
ghostty +list-actions
Create new window:
ghostty +new-window
Create new tab:
ghostty +new-tab
Create splits:
ghostty +new-split:right
ghostty +new-split:down
Navigate splits:
ghostty +goto-split:previous
ghostty +goto-split:next
ghostty +goto-split:up
ghostty +goto-split:down
ghostty +goto-split:left
ghostty +goto-split:right
Close current surface:
ghostty +close-surface
Toggle fullscreen:
ghostty +toggle-fullscreen
Reload configuration:
ghostty +reload-config
Font Management
Increase/decrease font size:
ghostty +increase-font-size:1
ghostty +decrease-font-size:1
Reset font size:
ghostty +reset-font-size
Configuration
Config file location:
~/.config/ghostty/config
Show current config:
ghostty +show-config
List available themes:
ghostty +list-themes
List available fonts:
ghostty +list-fonts
List keybinds:
ghostty +list-keybinds
Launch Options
Start with specific config:
ghostty --config-file=/path/to/config
Start with command:
ghostty -e "htop"
Start in directory:
ghostty --working-directory=/path/to/dir
Debugging
Check version:
ghostty --version
Validate config:
ghostty +validate-config