⌨️ cli toolActiveCuratedhigh
oh-my-codex
by Yeachan-Heo
OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.
Quality Breakdown
152/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Multi-agent system architecture with agent teams, orchestration, and spawning capabilities (evident from .agents directory, agent-related documentation, and runtime-core components)
- Runtime execution engine (omx-runtime, omx-sparkshell) with command execution and shell integration across multiple language registries (Python, Node.js, Rust, Go, Java, C++, etc.)
- Terminal/shell access capabilities through omx-mux (tmux integration) and omx-sparkshell with exec module for arbitrary command execution
- Autonomous workflow execution without explicit human approval gates (dispatch.rs, engine.rs, mailbox.rs in runtime-core indicate autonomous agent decision-making)
- Persistent state modification and configuration storage in .omx/ directory with authority.rs managing runtime permissions
- Bootstrap and installation infrastructure (GitHub workflows, release protocol, npm distribution) enabling automated deployment