oo is OOMOL's command-line interface for working with OOMOL accounts,
packages, and cloud tasks from the terminal.
oo provides a terminal interface for common OOMOL workflows. It covers
account authentication, persisted CLI configuration, package discovery, package
inspection, cloud task execution, and shell completion generation.
Choose the command for your platform:
macOS / Linux (pick one):
wget -qO - https://cli.oomol.com/install.sh | bashcurl -fsSL https://cli.oomol.com/install.sh | bashWindows PowerShell:
irm https://cli.oomol.com/install.ps1 | iexWindows CMD:
curl -fsSL https://cli.oomol.com/install.cmd -o install.cmd && install.cmd && del install.cmd- Log in:
oo login- Open Codex and start working with:
$oo generate a QR code for the string OOMOL
On the first oo launch, bundled skills are installed automatically into each
supported local host that already exists:
- Codex:
${CODEX_HOME:-~/.codex}/skills/ooand${CODEX_HOME:-~/.codex}/skills/oo-find-skills - Claude Code:
~/.claude/skills/ooand~/.claude/skills/oo-find-skills
Then you can use them in Codex or Claude Code. For example, in Codex:
$oo generate a QR code for the string OOMOL
You can also install all bundled skills explicitly with:
oo skills installAnd you can install the search helper explicitly with:
oo skills install oo-find-skillsFor contribution workflow and repository conventions, see CONTRIBUTING.md.
