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.
bun install -g @oomol-lab/oo-cli- 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.