Install and verify
Choose the route your host actually supports.
A directory on disk proves placement. A fresh-session listing proves discovery. A bounded prompt proves invocation. Keep those states separate.
Codex through Nova + MIND
This is the primary integrated route. Download the current Nova + MIND release, attach it to Codex, and ask Codex to install and enable both plugins without replacing an existing installation silently. Follow the current Codex installation guide, review the hook and local requirements, then start a fresh task.
Claude-compatible skill host
Download the Omnara release ZIP or Omnara per-skill ZIP included in Nova + MIND. Upload it through the host's skill manager, enable it, and start a new conversation. This route carries the individual skill; it does not claim Nova's full MIND runtime or automatic reminders.
Other skill-capable hosts
Import the complete skill directory according to the host's current instructions. Do not copy only SKILL.md: the skill depends on its personas, references, knowledge, fallbacks, assets, schemas, and scripts. This project does not claim one universal path or CLI command.
Plain-chat fallback
Copy the complete universal workflow into a new conversation, then append your request. This preserves the method but loses automatic discovery, bundled-file loading, persistent campaign files, and unexercised tool integration.
Verify discovery and invocation
In a fresh task or conversation, ask the host to list the skill named omnara-deep-research and return its display name. Expected: OMNARA Deep Research.
Use $omnara-deep-research. Frame a campaign for deciding whether our small product team should adopt passkeys in 2026. Do not browse yet. Return the inquiry, audience and decision, scope, exclusions, coverage, evidence burden, and first unverified edge.python -B scripts/validate_release.py . --profile sourcepython -B -m unittest discover -s tests -vA healthy bounded invocation preserves the inquiry and obeys the no-browse constraint. Local checks establish package structure, not live host activation or research quality.