SlayZone — управление PTY-сессиями и AI-агентами
★ 6.5 · marketing
slay-pty is a Claude Code skill that controls PTY terminal sessions inside the SlayZone app via the slay pty CLI. It covers the full lifecycle of a session: listing active sessions, dumping or streaming their buffer output, and sending input in several modes. The submit command is the primary way to send text — it waits for the session's idle state before delivering input and encodes internal newlines as Kitty shift-enter sequences so multi-line prompts reach claude-code as a single submission; type sends raw bytes when exact control is needed; dedicated key subcommands deliver escape, Ctrl+C, tab, and arrow keys. Sessions can be created, split into panes, respawned, or killed on demand. The skill is built for programmatic AI-agent orchestration: submit a prompt, block with wait --state idle, and read the result from the buffer.