hud

Display OMX orchestration state from .omk/state/ files and ~/.kimi/config.toml.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill hud-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hud
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/hud
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill hud-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OMX HUD provides real-time visibility into the orchestration state and context, reducing context switching and improving situational awareness for operators.

Core Features & Use Cases

  • Layer 1: Codex built-in statusLine shows model, git branch, and context usage. Configured via ~/.kimi/config.toml. Zero code required.
  • Layer 2: omx hud CLI exposes OMX orchestration state (ralph, ultrawork, autopilot, team, pipeline, ecomode, turns). Reads .omk/state/ files.

Quick Start

Run the omx hud command to display the current HUD state and presets.

Frequently Asked Questions about hud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor OMX orchestration state in real time?

Monitoring OMX orchestration state in real time is done by running the omx hud CLI command, which reads .omk/state/ files to display current modes and turns. It reduces context switching for operators.

How do I display git branch and context usage in my status line?

Displaying git branch and context usage in your status line relies on the Codex built-in statusLine feature. It is configured via the ~/.kimi/config.toml file and requires zero code.

What OMX orchestration modes can I monitor with a CLI status line?

With a CLI status line, you can monitor ralph, ultrawork, autopilot, team, pipeline, ecomode, and turns. The CLI exposes these OMX orchestration states by reading .omk/state/ files.

Do I need to write code to configure OMX HUD presets for customization?

Configuring OMX HUD presets for customization does not require writing code. Layer 1 uses ~/.kimi/config.toml for status line setup, while Layer 2 uses the omx hud command directly.

What files does the OMX HUD CLI read to show orchestration status?

The OMX HUD CLI reads .omk/state/ files to show orchestration status. For the built-in Codex statusLine, it also reads configuration data from the ~/.kimi/config.toml file.