You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concept — not yet scheduled. Captures a research session's findings so this can be picked up.
Goal
A copy-paste onboarding path for non-technical evaluators, alongside Docker (Path c) and the native installer (byte5ai/omadia-ui#40, Path a): the user pastes a small setup prompt into their AI desktop app (Claude / Codex), the agent follows a public skill file that installs and starts omadia locally, and afterwards the user just opens the browser/app. This is Path b of #337.
Precedent (and its caveat)
byte5 has already shipped this pattern for kemia and palaia (setup prompt → ClawHub skill / public SKILL.md, idempotent install-or-update + doctor --fix). Caveat: those ran through developer tools (OpenClaw, Claude Code CLI). The actual target group here uses the consumer desktop apps, not the CLIs. Verified separately that the Claude desktop app can execute locally on the user's machine, so the path is viable for laypeople in principle — but the desktop-app route is new for us and unproven for omadia's heavier stack.
Mechanic
Small setup prompt, copy-pasted from the website / README → points the agent at a public skill file → agent installs.
Idempotent / self-healing, modeled on palaia (install-or-update even if present, doctor-style verification).
Dependencies (this is the key insight)
b is the shell over an install path — it's only as robust as what it installs. The robust version installs the prebuilt artifact from Path a (byte5ai/omadia-ui#40): the skill file shrinks to "download the app, start it, connect your subscription." Without a, b has to orchestrate the heavy from-source / Docker install (fragile on arbitrary lay machines). → b benefits strongly from a; a→b is a stack, not an either/or.
Concept — not yet scheduled. Captures a research session's findings so this can be picked up.
Goal
A copy-paste onboarding path for non-technical evaluators, alongside Docker (Path c) and the native installer (byte5ai/omadia-ui#40, Path a): the user pastes a small setup prompt into their AI desktop app (Claude / Codex), the agent follows a public skill file that installs and starts omadia locally, and afterwards the user just opens the browser/app. This is Path b of #337.
Precedent (and its caveat)
byte5 has already shipped this pattern for kemia and palaia (setup prompt → ClawHub skill / public
SKILL.md, idempotentinstall-or-update+doctor --fix). Caveat: those ran through developer tools (OpenClaw, Claude Code CLI). The actual target group here uses the consumer desktop apps, not the CLIs. Verified separately that the Claude desktop app can execute locally on the user's machine, so the path is viable for laypeople in principle — but the desktop-app route is new for us and unproven for omadia's heavier stack.Mechanic
install-or-update even if present, doctor-style verification).Dependencies (this is the key insight)
Advantage over Path a (the benchmark b must beat)
If a and b end up roughly even per scenario, both can ship (different funnels).
Risks / open
Related
Status
Concept. Hands-on validation pending.