Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

oh-my-openagent哦我的开放 Agent

Agent Skill

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

总安装

10,184

周安装

433

GitHub Stars

公开资料未说明

下载量

3,568
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:oh-my-openagent(哦我的开放 Agent)
来源仓库:https://github.com/kolyanberoks-23loud/oh-my-openagent
安装命令:
openclaw skills install oh-my-openagent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install oh-my-openagent

简介

配置和操作 oh-my-openagent 插件, 支持多代理编排。oh-my-openagent 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适用于 OpenCode 环境中的技能管理和模型路由。
  • 使用 clawhub 安装, 需检查 MCP 集成状态。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
oh-my-openagent
description
Configure and operate oh-my-openagent (OmO), the OpenCode plugin that adds multi-agent orchestration, skills, hooks, MCPs, and multi-provider model routing. Use this skill when the user asks about OmO configuration, agent setup, model selection, category tuning, hook management, or provider authentication.
homepage
https://github.com/code-yeongyu/oh-my-openagent
metadata
{"clawdbot":{"emoji":"🤖"}}

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:
{
  "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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

75.24%
按下载量换算2,685

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills