Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/znlgis/opengis-skillsnpx agentmods add skills/znlgis/opengis-skills/oh-my-openagentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/znlgis/opengis-skills/oh-my-openagent)<a href="https://agentmods.dev/skills/znlgis/opengis-skills/oh-my-openagent"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/oh-my-openagent/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/oh-my-openagent"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/oh-my-openagent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.01502 |
| Opus 5 | $0.00023 | $0.00751 |
| Sonnet 5 | $0.00009 | $0.00300 |
| Haiku 4.5 | $0.00005 | $0.00150 |
Grade A, and why
oh-my-openagent scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
> ⚠️ 官方安装手册特别提示:让 Agent 获取安装文档时务必用 `curl` 而非 WebFetch——WebFetch 会做摘要,丢掉 `--openai`、subscription、`max20` 等关键标志: How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
项目地址: https://github.com/code-yeongyu/oh-my-openagent
安装文档: https://github.com/code-yeongyu/oh-my-openagent/blob/dev/docs/guide/installation.md
许可证: SUL-1.0(Sustainable Use License,商用前请阅读条款)| npm 包:
oh-my-opencode| 作者: YeonGyu-Kim 最新版本: v4.19.0(参见 npm)
说明:项目以 npm 包
oh-my-opencode发布,CLI 别名包含oh-my-opencode/oh-my-openagent/omo/lazycodex。它是 OpenCode 的插件,使用前需先安装 OpenCode。
概述
OmO 不是新模型,也不是 Cursor/Claude Code 的克隆,而是把开源 AI 编程客户端 OpenCode 升级成一个多模型协同的开发团队:
- 多模型编排:不同模型各司其职并行运转——Claude Opus 做总指挥(编排)、GPT 深度推理、Kimi 加速、Gemini 处理前端/视觉、Grok Code Fast 做代码检索。
- 并行后台智能体:把任务分派给多个后台 agent 并行处理。
- 精心打造的 LSP / AST 工具:基于
ast-grep与 LSP 的结构化代码检索与编辑(比纯文本 grep 更准),内置 MCP(ast-grep-mcp、git-bash-mcp、lsp-tools-mcp)。 - 电池全包:开箱即用的 agents、commands、skills、rules-engine、comment-checker 等。
- 跨平台:随包提供 darwin/linux/windows 各架构二进制。
安装
前置:先安装 OpenCode,并确认可用:
opencode --version # 确认 OpenCode 已安装
用 bun 一键安装(推荐,带交互 TUI):
bunx oh-my-opencode install
非交互安装(CI / 脚本,可显式带标志):
# 例如 --openai / --subscription / --max20 等模型与订阅相关标志
bunx oh-my-opencode install --no-tui
⚠️ 官方安装手册特别提示:让 Agent 获取安装文档时务必用
curl而非 WebFetch——WebFetch 会做摘要,丢掉--openai、subscription、max20等关键标志:curl -fsSL https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
核心理念与组成
| 组成 | 作用 |
|---|---|
| 多模型编排 | 按「编排/推理/加速/视觉/检索」角色分配不同模型并行协作 |
| 并行后台智能体 | 同时跑多个 agent,缩短端到端时延 |
| LSP / AST 工具 | ast-grep + LSP 做结构化检索与重构,配套 MCP server |
| Skills / Commands / Agents | OpenCode 插件形态下的可复用技能、命令与子代理 |
| rules-engine / comment-checker | 规则约束与注释质量检查,提升产出工程质量 |
典型工作流
1. 安装 OpenCode 并接入多个模型 Provider(Claude / GPT / Gemini / Kimi / Grok 等)
2. bunx oh-my-opencode install # 安装 OmO 插件到 OpenCode
3. 在 OpenCode 中发起任务,OmO 自动按角色编排多模型 + 并行后台 agent
4. 借助 LSP/AST 工具做精准的跨文件检索与重构
5. 由 rules-engine / comment-checker 等把关产出质量
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 116 lines · 47 tokens per session scan A 2074562ae2c0
oh-my-openagent is a skill published in the GitHub repository znlgis/opengis-skills (61 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 1,502 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
open-code-review
Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…
worktrees
Manage Git worktrees as OMO safe isolated coding lanes for complex, risky, or parallel work.
peer-review
Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive feedback. Best for actual review writing, manuscript revision. For evaluating…
scientific-critical-thinking
Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review…
verification-planning
Verification planning for non-trivial coding work. Use before implementing a feature, bug fix, refactor, cross-system change, or high-confidence behavior change that needs a credible project-specific evidence path.
loop-engineering
Loop engineering runtime Grill + Monitor.