·terminal-streaming
</>

terminal-streaming

seanchiuai/multishot

xterm.js terminal integration for streaming agent output. Use when implementing AgentCard terminal display, configuring xterm addons, or handling real-time output streaming.

4Installs·0Trend·@seanchiuai

Installation

$npx skills add https://github.com/seanchiuai/multishot --skill terminal-streaming

SKILL.md

| theme | ITheme | - | Color theme | | fontSize | number | 15 | Font size in pixels | | fontFamily | string | 'monospace' | Font family | | fontWeight | FontWeight | 'normal' | Normal text weight | | fontWeightBold | FontWeight | 'bold' | Bold text weight | | lineHeight | number | 1.0 | Line height multiplier |

| letterSpacing | number | 0 | Pixel spacing between chars | | cursorBlink | boolean | false | Enable cursor blinking | | cursorStyle | 'block' \| 'underline' \| 'bar' | 'block' | Cursor style when focused | | cursorInactiveStyle | 'outline' \| 'block' \| 'bar' \| 'underline' \| 'none' | 'outline' | Cursor when unfocused |

| cursorWidth | number | 1 | Bar cursor width in pixels | | scrollback | number | 1000 | Lines retained above viewport | | scrollSensitivity | number | 1 | Scroll speed multiplier | | fastScrollSensitivity | number | 5 | Scroll speed with Alt key | | smoothScrollDuration | number | 0 | Smooth scroll ms (0=instant) |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/seanchiuai/multishot --skill terminal-streaming
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is terminal-streaming?

xterm.js terminal integration for streaming agent output. Use when implementing AgentCard terminal display, configuring xterm addons, or handling real-time output streaming. Source: seanchiuai/multishot.

How do I install terminal-streaming?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/seanchiuai/multishot --skill terminal-streaming Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/seanchiuai/multishot