Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计异常

omc奥麦克

Agent Skill

omc 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259,584

周安装

10,387

GitHub Stars

88

下载量

84,032
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/supercent-io/skills-template --skill omc

简介

32 个专业代理,具有智能模型路由、持久执行循环和 Claude Code 工作流程的实时可见性。

  • 六种编排模式(Team、Autopilot、Ralph、Ultrawork、Pipeline、Swarm)可处理从协调的多级管道到自主单代理执行和最大并行度的一切
  • 团队模式运行规范的五阶段管道:计划→PRD→执行→验证→修复,自动循环直到任务完成
  • 魔术关键字(autopilot、ralph、ulw、plan、ralplan)为不同的执行模式提供自然语言快捷方式,无需记忆
  • 内置实用程序包括带有守护进程模式的速率限制自动恢复、Telegram/Discord 通知以及通过 Gemini 和 Codex CLI 进行的可选多 AI 编排
  • 智能模型路由(Haiku 到 Opus)可将代币成本优化 30-50%,同时保持 32 个专业代理的质量

SKILL.md

omc (oh-my-claudecode) — Claude Code Multi-Agent Orchestration

When to use this skill

  • You want Teams-first multi-agent orchestration inside Claude Code
  • You need 32 specialized agents with smart model routing (Haiku → Opus)
  • Complex tasks that benefit from parallel agent execution with verification loops
  • Any Claude Code workflow that needs persistent, guaranteed-completion execution

1. Installation (3 Steps)

Step 1: Install plugin

/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode

Step 2: Run setup

/omc:omc-setup

Step 3: Build something

autopilot: build a REST API for managing tasks
npm alternative: npm install -g oh-my-claude-sisyphus

2. Orchestration Modes

ModeWhat it isUse For
Team (recommended)Staged pipeline: team-plan → team-prd → team-exec → team-verify → team-fixCoordinated agents on shared task list
AutopilotAutonomous single lead agentEnd-to-end feature work with minimal ceremony
UltraworkMaximum parallelism (non-team)Burst parallel fixes/refactors
RalphPersistent mode with verify/fix loopsTasks that must complete fully
PipelineSequential staged processingMulti-step transformations
Swarm/UltrapilotLegacy facades → route to TeamExisting workflows

Enable Claude Code native teams in ~/.claude/settings.json:

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  }
}

3. Magic Keywords

KeywordEffectExample
teamCanonical Team orchestration/omc:team 3:executor "fix all TypeScript errors"
autopilotFull autonomous executionautopilot: build a todo app
ralphPersistence moderalph: refactor auth
ulwMaximum parallelismulw fix all errors
planPlanning interviewplan the API
ralplanIterative planning consensusralplan this feature
swarmLegacy (routes to Team)swarm 5 agents: fix lint errors
ultrapilotLegacy (routes to Team)ultrapilot: build a fullstack app
Note: ralph includes ultrawork — activating ralph mode automatically includes ultrawork's parallel execution.

4. Team Mode (Canonical)

/omc:team 3:executor "fix all TypeScript errors"

Runs as a staged pipeline:

team-plan → team-prd → team-exec → team-verify → team-fix (loop)

5. Utilities

Rate Limit Wait

Auto-resume Claude Code sessions when rate limits reset:

omc wait          # Check status, get guidance
omc wait --start  # Enable auto-resume daemon
omc wait --stop   # Disable daemon

Notifications (Telegram/Discord)

omc config-stop-callback telegram --enable --token <bot_token> --chat <chat_id>
omc config-stop-callback discord --enable --webhook <url>

6. Updating

# 1. Sync latest version
/plugin marketplace update omc

# 2. Re-run setup
/omc:omc-setup

# If issues after update
/omc:omc-doctor

7. Optional: Multi-AI Orchestration

OMC can optionally orchestrate external AI providers (not required):

ProviderInstallWhat it enables
Gemini CLInpm install -g @google/gemini-cliDesign review, UI consistency (1M token context)
Codex CLInpm install -g @openai/codexArchitecture validation, code review cross-check

Why OMC?

  • Zero configuration — works out of the box with intelligent defaults
  • Team-first orchestration — Team is the canonical multi-agent surface
  • Natural language interface — no commands to memorize
  • Automatic parallelization — complex tasks distributed across 32 specialized agents
  • Persistent execution — won't stop until the job is verified complete
  • Cost optimization — smart model routing saves 30–50% on tokens
  • Real-time visibility — HUD statusline shows what's happening under the hood

Quick Reference

ActionCommand
Install/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
Setup/omc:omc-setup
Team mode/omc:team N:executor "task"
Autopilotautopilot: <task>
Ralph loopralph: <task>
Ultraworkulw <task>
Update/plugin marketplace update omc && /omc:omc-setup
Debug/omc:omc-doctor

Full documentation · GitHub

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.4%
按下载量换算28,907

Claude

29.07%
按下载量换算24,428

Cursor

18.95%
按下载量换算15,924

Gemini CLI

8.24%
按下载量换算6,924

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

未通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills