opencode-cli
Installation
SKILL.md
OpenCode CLI
Terminal-based AI coding agent supporting multiple LLM providers (OpenAI, Anthropic, Google, local models). Features a TUI for interactive use and run command for automation.
Detect Installation
which opencode # should return a path
opencode --version
Install
# Recommended (automated)
curl -fsSL https://opencode.ai/install | bash
# npm
npm install -g opencode-ai