Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

omx奥米克斯

Agent Skill

omx 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,105

周安装

86

GitHub Stars

11

下载量

674
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:omx(奥米克斯)
来源仓库:https://github.com/akillness/oh-my-skills
仓库路径:skills/omx
安装命令:
npx skills add https://github.com/akillness/oh-my-skills --skill omx
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill omx

简介

该技能增强 Codex CLI 的多代理协作能力,支持复杂任务分解与跨模型咨询。

  • 适用于需要并行执行、持久化运行($ralph)、共识规划($ralplan)或仓库探索的场景。
  • 核心功能包括 tmux 团队工作器、bounded shell 检查、跨模型提问(如 $ask-claude)等。
  • 安装前需确认 Codex 版本兼容性,并注意可能涉及的进程管理与资源占用问题。
  • omx 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

omx (oh-my-codex) — Multi-Agent Orchestration for Codex CLI

When to use this skill

  • You want a stronger Codex CLI runtime with reusable role prompts and workflow skills
  • You need coordinated parallel agents via tmux team workers
  • Complex tasks requiring persistent execution ($ralph) or consensus planning ($ralplan)
  • You need repository exploration (omx explore) or bounded shell inspection (omx sparkshell)
  • Cross-model consultation with $ask-claude or $ask-gemini

1. Quick Start

npm install -g @openai/codex oh-my-codex
omx setup
omx --madmax --high

Inside Codex:

/prompts:architect "analyze the authentication flow"
$plan "map the safest implementation path"
Mental model: Codex does the agent work. OMX adds better prompts, reusable workflow skills, and a runtime layer around it. Start with omx --madmax --high and let the agent pull in $team, $ralph, or other workflows when the task needs them.

2. Agent Roles (30+)

TierAgents
Core Developmentarchitect · planner · executor · debugger · verifier · explore
Quality Assurancestyle-reviewer · quality-reviewer · api-reviewer · security-reviewer · performance-reviewer
Domain Expertsdependency-expert · test-engineer · build-fixer · designer · writer · qa-tester
Product Strategyproduct-manager · ux-researcher · product-analyst · information-architect

Invoke via: /prompts:<agent-name> "task"


3. Workflow Skills (35+)

SkillTriggerDescription
autopilot$autopilotFull autonomous pipeline — idea to working code
ralph$ralphPersistent execution loop until verified complete
ultrawork$ulwMaximum parallelism across parallel agents
team$teamN coordinated agents with tmux/worktree isolation
plan$planStrategic planning before implementation
ralplan$ralplanConsensus-based iterative planning
deep-interview$deep-interviewSocratic clarification before planning or execution
deepsearch$deepsearchCodebase-focused deep search
analyze$analyzeEvidence-driven causal analysis (trace methodology)
tdd$tddTest-first development (red-green-refactor)
build-fix$build-fixFix build errors, type errors, toolchain failures
code-review$code-reviewComprehensive multi-dimension code review
security-review$security-reviewSecurity audit — vulnerabilities, trust boundaries
ultraqa$ultraqaMaximum parallelism QA pass
visual-verdict$visual-verdictUI/UX visual review with verdict
frontend-ui-ux$frontend-ui-uxFrontend UI/UX design and review
ai-slop-cleaner$ai-slop-cleanerClean AI expression patterns from code/docs
ask-claude$ask-claudeCross-model consultation with Claude
ask-gemini$ask-geminiCross-model consultation with Gemini
git-master$git-masterAtomic commits, rebasing, history management
ecomode$ecomodeToken-efficient execution mode
web-clone$web-cloneClone and adapt web pages or UI patterns
cancel$cancelStop active execution modes

4. Team Runtime

# Start parallel team workers
omx team 3:executor "fix all TypeScript errors"
omx team 2:security-reviewer,1:architect "audit auth module"

# Team management
omx team status <team-name>
omx team resume <team-name>
omx team shutdown <team-name>

Inside Codex:

$team 3:executor "parallelize this refactor"

Requirements:

PlatformDependency
macOSbrew install tmux
Ubuntu/Debiansudo apt install tmux
Fedorasudo dnf install tmux
Windows (native)winget install psmux
Windows (WSL2)sudo apt install tmux

5. CLI Commands

Core launch

omx                   # Launch Codex with OMX runtime
omx --madmax --high   # Recommended default (bypass + high reasoning)
omx --xhigh           # Extra-high reasoning effort

Launch flags

FlagDescription
--yoloFast execution, minimal verification
--highHigh reasoning effort
--xhighExtra-high reasoning effort
--madmaxBypass approvals/sandbox (--dangerously-bypass-approvals-and-sandbox)
--dry-runPreview without execution
--verboseVerbose output

Operator commands

omx setup             # Install prompts, skills, config, AGENTS scaffolding
omx doctor            # Verify installation
omx doctor --team     # Team/swarm diagnostics
omx status            # Show active modes
omx cancel            # Cancel execution modes
omx hud --watch       # Live HUD status monitor
omx reasoning <mode>  # Set: low/medium/high/xhigh
omx help              # Show help

Explore & inspect

omx explore --prompt "find where team state is written"   # Read-only repo lookup
omx sparkshell git status                                  # Bounded shell inspection
omx sparkshell --tmux-pane %12 --tail-lines 400           # Tail tmux pane output

Instructions

  1. Identify intent — match request to the best workflow skill ($plan, $ralph, $team, $deep-interview)
  2. Start with the recommended launchomx --madmax --high for most sessions
  3. Use role prompts for analysis/prompts:architect "..." before implementation
  4. Escalate when needed — let the agent pull in heavier workflows; don't force $team for simple tasks
  5. Use $deep-interview for vague requests — when intent, scope, or boundaries are unclear
  6. Point to references — link to the relevant references/ file for deep-dive details

Examples

Example 1: Standard session

omx --madmax --high
/prompts:architect "analyze the current auth flow"
$plan "implement OAuth safely"

Example 2: Persistent execution

$ralph "fix all failing tests and make them pass"

Loop: execute → verify → fix, until all tests pass.

Example 3: Parallel team work

omx team 3:executor "refactor the API layer with proper tests"

Example 4: Clarify before coding

$deep-interview "I want to add a payment system"

One-question-at-a-time Socratic loop until intent is clear, then hands off to $plan or $ralph.


Best practices

  • Codex-first — OMX is a workflow layer, not a replacement for Codex; start with omx --madmax --high
  • Use $plan before $ralph — plan first when scope is unclear; ralph for guaranteed execution
  • $ralplan for consensus — use when multiple planning perspectives are needed before committing
  • $deep-interview gates execution — always use for vague greenfield or brownfield work
  • Team mode is optional — only escalate to $team when the task genuinely needs parallel workers
  • Cross-model consultation$ask-claude and $ask-gemini for second opinions on design or architecture
  • omx explore for safe lookups — read-only; won't modify anything
  • omx doctor when stuck — diagnose installation issues before manual debugging

Quick Reference

Command/SkillAction
omx --madmax --highRecommended launch
/prompts:architect "..."Analysis and design review
$plan "..."Strategic planning
$deep-interview "..."Clarify vague requests
$ralph "..."Persistent loop until done
$ralplan "..."Consensus planning
$team N:role "..."Parallel coordinated agents
$ulw "..."Maximum parallelism
omx explore --prompt "..."Read-only repo exploration
omx sparkshell <cmd>Bounded shell inspection
omx setupInstall/re-install OMX
omx doctorDiagnose issues
omx cancel / $cancelCancel active modes

Website · GitHub · npm


References

FileContents
references/agents-catalog.mdAll 30+ agent profiles and use cases
references/skills-reference.mdFull skill list with triggers and descriptions
references/cli-reference.mdComplete CLI: omx team/explore/sparkshell/reasoning

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.99%
按下载量换算222

Claude

30.82%
按下载量换算208

Cursor

20.54%
按下载量换算138

Gemini CLI

9.29%
按下载量换算63

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/akillness/oh-my-skills --skill omx 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills