← ClaudeAtlas

open-codex-uilisted

Install, update, secure, daemonize, expose through Cloudflare Tunnel, and enable speech input for the open-source Open Codex UI application. Use when a user asks to install or enable Open Codex UI, configure its login daemon, set its access password, install or manage the sherpa-onnx bilingual speech model, troubleshoot microphone access, or expose local port 13140 through a Cloudflare Quick Tunnel or managed tunnel. Never use the company-only etcd/vc.cheftin.cn mapping workflow in this skill.
Sube-py/awesome-skills · ★ 2 · Web & Frontend · score 60
Install: claude install-skill Sube-py/awesome-skills
# Open Codex UI Use the installed `open-codex-ui` CLI for application lifecycle, speech, and Cloudflare Tunnel operations. Do not use the company-only etcd or `vc.cheftin.cn` route mapper. ## Install or Update 1. Check `open-codex-ui --version`. 2. If unavailable, install through the official package runner: - Prefer `uvx open-codex-ui daemon install` on macOS, Linux, WSL, and Windows. - Use `npx open-codex-ui daemon install` only when `uvx` is unavailable. 3. Use `open-codex-ui update` to update an existing persistent installation. Do not clone or build the repository for a normal installation. The published wheel contains the compiled frontend and requires Python 3.12+ through `uvx`. ## Enable the Daemon Install the native login service for local-only use: ```bash open-codex-ui daemon install ``` Check and operate it with: ```bash open-codex-ui daemon status open-codex-ui daemon start open-codex-ui daemon stop ``` The service uses LaunchAgent on macOS, a user systemd service on Linux/WSL, and current-user Task Scheduler on Windows. Runtime state and logs are under `~/.yier/web/`. ## Enable Speech Input Install and verify the standard bilingual Chinese-English streaming Zipformer model: ```bash open-codex-ui speech install open-codex-ui speech status ``` Store models under `~/.yier/models` by default; activate the standard model at `~/.yier/models/sherpa-onnx`. A valid model directory contains `tokens.txt`, `encoder*.onnx`, `decoder*.onnx`, and `joiner*.o