omx-setup

Automate OMX installation and configuration across project or user scopes.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Linnanli/xClaw --skill omx-setup-linnanli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omx-setup
Source: https://github.com/Linnanli/xClaw/tree/main/.codex/skills/omx-setup
Command: npx skills add https://github.com/Linnanli/xClaw --skill omx-setup-linnanli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OMX provides a streamlined, automated way to install and configure oh-my-codex across a project or user scope, ensuring a consistent development environment.

Core Features & Use Cases

  • Resolve scope and persist configuration to select project or user directories
  • Install prompts, agent configurations, and skills, and merge config.toml for the chosen scope
  • Generate project-root AGENTS.md and configure HUD references for team collaboration

Quick Start

Run omx setup --force --verbose to install and configure OMX for your project.

Frequently Asked Questions about omx-setup

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

FAQPage Schema
How do I automate environment setup and configuration for OMX in a new project?

Automate OMX environment setup by running the installation command, which resolves the project scope, creates necessary directories, installs prompts and agent configs, and merges config.toml. This standardizes your development environment quickly and consistently.

What is the best way to standardize agent configurations and prompts across a development team?

Standardize agent configurations and prompts by applying OMX at the project scope. The setup process generates a root AGENTS.md file and configures HUD references, ensuring all team members share a consistent development environment.

Can I install OMX configurations at the user level instead of the project level?

Yes, OMX installation supports user-level scope resolution. You can persist configurations to user directories instead of project directories, applying standardized prompts and agent configs across all your local projects.

How do I refresh an existing OMX project configuration without losing custom settings?

Refresh OMX configurations by running the setup command with the force flag. This process reinstalls assets, regenerates AGENTS.md, and merges config.toml while verifying built artifacts to ensure environment readiness.

Does OMX setup verify that agent configs and built artifacts are correctly installed?

Yes, OMX setup includes a verification step for built artifacts. After installing assets, generating AGENTS.md, and updating HUD and config files, it verifies these artifacts to ensure your development environment is fully ready.