capture_terminal
Generate styled terminal screenshots from text lines with authentic theme colors. Use it for CLI tutorials, command output documentation, and terminal guides.
Instructions
Generate a styled terminal screenshot from text lines with real terminal theme colors. Automatically detects your terminal theme (Kitty, GNOME, Alacritty, WezTerm, etc.) for authentic prompt colors. Use for CLI tutorials, command output documentation, and terminal-based guides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | Yes | Lines to render. Prefix command prompts with '$ ' (or '# ' for root) for syntax-colored prompts. Other lines are rendered as output. Maximum 1000 lines. | |
| title | Yes | Window title shown in the terminal title bar (e.g., 'bash', 'zsh', 'git log') | |
| output | No | Output filename (default: auto-generated as 'terminal-<timestamp>.png' or '.jpeg' based on SNAPMCP_FORMAT). Include extension to override format. |