← 返回
AI智能 中文

Oh-my-openagent

Configure and operate oh-my-openagent (OmO), the OpenCode plugin that adds multi-agent orchestration, skills, hooks, MCPs, and multi-provider model routing....
配置并运行 oh-my-openagent (OmO) OpenCode 插件,支持多智能体编排、技能、钩子、MCP 及多提供商模型路由。
kolyanberoks-23loud
AI智能 clawhub v1.0.0 1 版本 99861.5 Key: 无需
★ 0
Stars
📥 721
下载
💾 36
安装
1
版本
#latest

概述

oh-my-openagent

oh-my-openagent (OmO) is an OpenCode plugin that transforms a single-agent coding assistant into a multi-agent orchestration system with 11 specialized agents, 8 task categories, 40+ hooks, built-in skills, MCPs, and multi-provider model routing.

Repository: https://github.com/code-yeongyu/oh-my-openagent

Discord: https://discord.gg/PUwSMR9XNk

Config schema: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json

When to use this skill

  • User asks how to configure oh-my-openagent or oh-my-opencode
  • User wants to change which model an agent or category uses
  • User asks about the agent system (Sisyphus, Oracle, Hephaestus, etc.)
  • User wants to add, disable, or configure hooks
  • User asks about task delegation, categories, or background tasks
  • User needs help with provider authentication or model routing
  • User wants to create or manage custom skills
  • User asks about slash commands like /ralph-loop, /start-work, /refactor

Installation

bunx oh-my-opencode install

On Windows, interactive mode may crash. Configure manually instead:

  1. Edit ~/.config/opencode/opencode.json:
  2. {
      "plugin": ["oh-my-opencode@latest"]
    }
    
  1. Edit ~/.config/opencode/oh-my-opencode.json for agent/category overrides.

Core concepts

Agents

OmO provides 11 agents, each with a default model and role:

AgentRoleDefault Model
----------------------------
SisyphusMain orchestratorclaude-opus-4-6
HephaestusDeep worker (code-heavy)gpt-5.3-codex
OracleArchitecture consultant (read-only)gpt-5.4
LibrarianDocumentation and reference searchgemini-3-flash
ExploreFast codebase grepgrok-code-fast-1
Multimodal-LookerVision / image analysisgpt-5.3-codex
PrometheusPlannerclaude-opus-4-6
MetisPlan consultantclaude-opus-4-6
MomusPlan reviewergpt-5.4
AtlasTodo orchestratorclaude-sonnet-4-6
Sisyphus-JuniorDelegated task worker(category-dependent)

See references/agents.md for full details including fallback chains.

Categories

8 built-in task categories determine which model Sisyphus-Junior uses:

CategoryBest ForDefault Model
-----------------------------------
visual-engineeringFrontend, UI/UX, designgemini-3.1-pro
ultrabrainHard logic-heavy tasksgpt-5.4
deepAutonomous problem-solvinggpt-5.3-codex
artistryCreative, unconventional approachesgemini-3.1-pro
quickTrivial single-file changesclaude-haiku-4-5
unspecified-lowLow-effort misc tasksclaude-sonnet-4-6
unspecified-highHigh-effort misc tasksclaude-opus-4-6
writingDocumentation, prosegemini-3-flash

See references/categories.md for full details including fallback chains.

Configuration

All config lives in ~/.config/opencode/oh-my-opencode.json.

Override any agent:

{
  "agents": {
    "sisyphus": {
      "model": "my-preferred-model",
      "fallback_models": ["fallback-1", "fallback-2"]
    }
  }
}

Override any category:

{
  "categories": {
    "quick": {
      "model": "fast-cheap-model"
    }
  }
}

See references/configuration.md for the full config reference.

Provider priority

OmO resolves models through a provider priority chain:

  1. Native (built-in to OpenCode)
  2. Kimi for Coding
  3. GitHub Copilot
  4. Venice
  5. OpenCode Go
  6. OpenCode Zen
  7. Z.ai Coding Plan

Each agent's default model has a fallback chain. If no provider can serve a model, OmO tries the next fallback. See references/providers.md.

Tools

OmO injects 40+ tools into agents. See references/tools.md for the full list.

Hooks

40+ built-in hooks that fire on events (session start, file save, pre-commit, etc.). See references/hooks.md.

Skills

Built-in skills: playwright, playwright-cli, agent-browser, dev-browser, git-master, frontend-ui-ux. See references/skills.md.

Slash commands

/ralph-loop, /ulw-loop, /start-work, /refactor, /init-deep, /handoff, /cancel-ralph, /stop-continuation. See references/commands.md.

MCPs

Built-in MCP servers: websearch (Exa), context7 (docs), grep_app (GitHub code search). See references/mcps.md.

Security and privacy

  • OmO runs locally as an OpenCode plugin
  • No data is sent to oh-my-openagent servers
  • Model API calls go directly to the configured providers (GitHub Copilot, Google, OpenAI, etc.)
  • Config files are stored locally in ~/.config/opencode/
  • Auth tokens are stored in ~/.local/share/opencode/auth.json

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 15:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,883
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,474
ai-intelligence

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 418 📥 115,240