headless-terminal

Official

Programmatic control of interactive shells.

Authorletta-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill teaches building headless terminal interfaces that spawn and control interactive shells without a visible window, enabling automated testing and orchestration of CLI programs.

Core Features & Use Cases

  • PTY-based control: Spawn and manage a shell session programmatically.
  • Input/output handling: Send keystrokes, read outputs, and handle prompt prompts.
  • Resource management: Clean startup/shutdown with proper lifecycle management.

Quick Start

Example: start a headless shell, run a few commands, and capture the output for validation.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: headless-terminal
Download link: https://github.com/letta-ai/skills/archive/main.zip#headless-terminal

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository