
Claude Skills by cybertheory
github.com/cybertheoryRun and control interactive CLI sessions for AI agents. Handles TUI prompts (select lists, checkboxes, confirms), persistent shell state, and long-running processes. Use when you need to execute terminal commands, respond to interactive prompts, navigate scaffolding wizards like create-vue or create-vite, or manage dev servers.
This skill teaches Claude Code how to use `clrun` for interactive command execution. Use `clrun` whenever you need to run commands that require interactive input, TUI navigation, long-running processes, or deterministic execution control.
`clrun` is a project-scoped, persistent, deterministic CLI execution substrate designed for AI coding agents. It provides interactive PTY sessions with queued input, priority control, keystroke navigation, and crash recovery.
This skill provides OpenClaw agents with the knowledge to use `clrun` for interactive, persistent command execution within coding projects.