hud

Display OMX HUD status and configuration from .omx/state files via CLI.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill hud-prthik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hud
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/hud
Command: npx skills add https://github.com/prthik/prathik-astro --skill hud-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? The OMX HUD provides a concise, real-time view of system modes and status without invasive commands, helping operators keep situational awareness.

## Core Features & Use Cases

  • Layered visibility: Layer 1 shows a codex-built status line, while Layer 2 exposes OMX-specific HUD state via the omx hud CLI.
  • Real-time monitoring: Reads state files under .omx/state and presents current activity and metrics.
  • Use Case: Quickly verify active modes, turns, and pipeline activity during development or debugging.

### Quick Start Run the omx hud command after setting up the HUD configuration to view current state.

Frequently Asked Questions about hud

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

FAQPage Schema
How do I display real-time OMX HUD status during debugging?

To display real-time OMX HUD status during debugging, run the `omx hud` CLI command after configuring the HUD. This reads state files from `.omx/state` and presents current activity, modes, and turns.

What is the OMX HUD statusline used for in development?

The OMX HUD statusline provides a concise, real-time view of system modes and status. It is used in development to keep situational awareness without running invasive commands, exposing two-layer HUD data including activity and turns.

How does the CLI read OMX HUD state files?

The CLI reads OMX HUD state files directly from the `.omx/state` directory. It processes these files to present real-time metrics and current pipeline activity with minimal setup required.

Do I need any dependencies to use the omx hud CLI?

No dependencies are required to use the omx hud CLI. You only need to run the command after setting up the HUD configuration to view the current state and two-layer HUD data.

What is the difference between Layer 1 and Layer 2 OMX HUD data?

Layer 1 shows a codex-built status line, while Layer 2 exposes OMX-specific HUD state via the `omx hud` CLI. Both layers provide quick visibility into system modes, turns, and pipeline activity.