@oomol-lab/oo-cli-darwin-x64
v0.1.28
Published
OOMOL's command-line interface for accounts, packages, and cloud tasks. (darwin x64 binary)
Readme
oo
oo is OOMOL's command-line interface for working with OOMOL accounts,
packages, and cloud tasks from the terminal.
Overview
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.
Installation
bun install -g @oomol-lab/oo-cliQuick Start
- Log in:
oo login- Open Codex and start working with:
$oo generate a QR code for the string OOMOLBundled Skills
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 OOMOLYou can also install all bundled skills explicitly with:
oo skills installAnd you can install the search helper explicitly with:
oo skills install oo-find-skillsDocumentation
Contributing
For contribution workflow and repository conventions, see CONTRIBUTING.md.
