What problem does it solve? It provides verified, non-invented commands for installing, authenticating, and running the Claude Code CLI, including headless automation and session management through APX. ## Core Features & Use Cases - CLI Verification and Install: Check the local Claude Code version and help output before running install, update, or auth commands. - Headless Automation: Run tasks non-interactively with print mode, JSON output, appended system prompts, and permission modes for sandboxed environments. - Session Management via APX: List Claude sessions with apx sessions list and resume specific sessions by ID, since Claude Code has no non-interactive list command. - Use Case: You want to run a project agent through Claude Code inside APX. Use apx run <agent> --runtime claude-code "task" and, if Telegram delivery is needed, instruct Claude Code to call apx telegram send. ## Quick Start Ask the assistant to verify the Claude Code installation with claude --version and then run a task headlessly using print mode with JSON output.