> ## Documentation Index
> Fetch the complete documentation index at: https://ocx.kdco.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Oh-My-OpenAgent Profile (omo)

> Starter profile using oh-my-openagent with OpenCode Zen models

## Overview

The `omo` profile uses [oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent) with [OpenCode Zen](https://opencode.ai/docs/zen/) models for a lightweight multi-agent setup.

## Installation

```bash theme={null}
ocx profile add omo --source kit/omo --from https://ocx-kit.kdco.dev --global
ocx oc -p omo
```

## Models And Agents

* **DeepSeek V4 Flash Free** — primary model for OMO agents and deep categories
* **Nemotron 3 Super Free** — small model, quick tasks, writing, and search helpers
* **Big Pickle** — fallback model for orchestration and compatibility

The profile includes the current upstream OMO agents: Sisyphus, Hephaestus, Prometheus, Oracle, Librarian, Explore, Multimodal-Looker, Metis, Momus, Atlas, and Sisyphus-Junior.

## Customization

Edit the config to change models:

```bash theme={null}
$EDITOR ~/.config/opencode/profiles/omo/oh-my-openagent.jsonc
```

See available models:

```bash theme={null}
opencode models
```

## See Also

* [Oh-My-OpenAgent Guide](/docs/guides/oh-my-opencode) — Full installation walkthrough.
* [oh-my-openagent documentation](https://github.com/code-yeongyu/oh-my-openagent/blob/dev/docs/reference/configuration.md) — Upstream configuration reference.
* [Profiles Overview](/docs/profiles/overview) — Profile concepts and configuration.
