Install skillterm and an agent runtime
skillterm is a Rust binary. You also need one agent runtime on your PATH — Claude Code is recommended, Codex is the alternative.
# skillterm itselfcargo install skillterm # the recommended agent runtimenpm install -g @anthropic-ai/claude-code # ...or the alternativenpm install -g @openai/codex