What problem does it solve?
Setting up the OpenLoomi desktop app involves many manual steps — installing the app, wiring the Codex agent provider, launching the GUI, waiting for the local API, and minting a session token. This Skill collapses that entire chain into a single idempotent wizard command with clear stop conditions when human action is genuinely required.
Core Features & Use Cases
- One-call setup wizard: Runs install → set Codex provider env var → launch desktop → wait for local API on localhost:3414 → mint guest bearer token, all through
loomi-bridge.mjs setup --yes.
- Actionable stop conditions: Returns structured JSON (
ready, awaiting_user_action, api_not_ready, install_failed, etc.) with hints, resume commands, and an audit trail of every transition.
- Post-setup orientation: Prints a guided tour covering health checks, pet widget states, connector linking, Loop ticks, and memory seeding.
- Use Case: A developer on a fresh machine asks their Codex agent to "set up OpenLoomi" — the wizard installs the app, configures
OPENLOOMI_AGENT_PROVIDER=codex, waits for the API, and reports ready in one invocation.
Quick Start
Ask your Codex agent to run the OpenLoomi setup wizard with pre-approved install so it installs the desktop app, configures the Codex provider, and confirms the local API is ready.