wezterm

Manage WezTerm panes via CLI and capture pane screenshots.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/JcgGOs/fulong --skill wezterm-jcggos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wezterm
Source: https://github.com/JcgGOs/fulong/tree/main/skills/wezterm
Command: npx skills add https://github.com/JcgGOs/fulong --skill wezterm-jcggos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill consolidates WezTerm pane management via CLI and automates the capture of pane screenshots across single or multiple panes, reducing manual GUI workflows.

Core Features & Use Cases

  • Pane management: List, split, focus, resize, and navigate panes and tabs from the command line.
  • Pane capture: Take screenshots of the entire WezTerm window or individual panes for debugging, reporting, and documentation.
  • Use Case: Example workflows include automated pane layout checks in CI, capturing failing pane output for bug reports, and documenting terminal workflows.

Quick Start

Run the wezterm-capture.ps1 script to snapshot the active window or a specified pane.

Frequently Asked Questions about wezterm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WezTerm pane management from the command line?

You can automate WezTerm pane management by using CLI commands to list, split, focus, resize, and navigate panes and tabs. This Skill centralizes those controls to reduce manual GUI workflows during terminal automation.

Can I capture screenshots of specific WezTerm panes for debugging?

Yes, you can capture screenshots of individual WezTerm panes or the entire terminal window. This pane capture functionality is useful for debugging, reporting, and documenting terminal workflows.

How do I take a terminal screenshot in a CI pipeline to check pane layouts?

You can run the capture script to snapshot the active WezTerm window or a specified pane. This enables automated pane layout checks and captures failing pane output for bug reports in CI environments.

Does this WezTerm automation Skill require any external dependencies?

No external dependencies are required to use this Skill. It operates using internal scripts to manage WezTerm panes and capture screenshots, conforming to the standard Skill Unit contract.

What is the best way to document terminal workflows using WezTerm?

The best way to document terminal workflows is by automating WezTerm pane control and capturing pane screenshots. This Skill consolidates layout management and visual capture into a single CLI-driven process.

Are there limitations when using CLI scripts to resize WezTerm panes?

The provided scripts handle deterministic pane tasks like resizing and navigation, but complex GUI interactions may still require manual intervention. It is designed for automating layouts and capturing content rather than full GUI replacement.