NORA-CLI

A clinical reasoning CLI for clinicians, developers, and AI agents, focused on menopause, perimenopause, women's health, and PCOS workflows.

nora-v0.x-cli - chat
$ nora chat
[SYS] Initializing NORA clinical reasoning engine...
[SYS] Domain: Menopause Care [ESTABLISHED]
NORA: Standing by. Ready to process clinical inputs or structured data streams. How can I assist with menopause care optimization today?
$

Get Started

Install NORA-CLI globally with one command.

npm i -g @realdocai/nora-cli

Why NORA-CLI?

Nora CLI is built for clinicians working inside agent environments like Claude Code, OpenAI Codex, and similar harnesses.

As clinicians begin working alongside AI agents, clinical reasoning needs to be accessible programmatically, not just through interfaces. Nora CLI is an experiment to make clinical reasoning available as a headless tool your agent can call, enabling physician-grade decision support directly inside your workflow.

:: CORE_SYSTEM

Structured Clinical Plans

Convert messy stories into precision-mapped patient histories and clinical trajectories.

-> HRT_VALIDATOR

Regimen Sanity Checks

Automated verification of care protocols against current clinical standards.

-> TRADEOFFS

Real-world Tradeoffs

Evaluate treatment paths with explicit evidence-based risk/benefit framing.

-> AGENT_JSON

AI Agent Ready

Integrated --json output mode for automation pipelines.

Core Commands

Command
Objective
nora auth login
Establish secure session
nora onboarding start
Run patient intake workflow
nora chat
Interactive terminal mode (for humans)
nora chat ask --message "Summarize this case" --json
Agent and automation usage (machine-readable output)
NORA CLI Research Preview

FAQ

What is NORA?

NORA is RealDocAI's clinical reasoning system (neuroendocrine reasoning agent) for structured decision support. It is focused on menopause, perimenopause, women's health, PCOS/PMDD, and related hormone-driven women's health clinical areas.

What is NORA-CLI?

NORA-CLI is a command-line interface for clinical reasoning workflows designed for clinicians, developers, and AI agents.

How is NORA different from OpenEvidence?

Where OpenEvidence helps you find answers, NORA helps you decide what to practically do next. It frames care like a curbside consult with a fellowship-trained clinician in real practice. Whereas OpenEvidence has access to medical journals, NORA has access to real-world human experts' decisions on real patient cases and thought process from those real patient cases.

Who can access NORA today?

NORA is currently intended for clinicians only. Account access requires an NPI.

What are common use cases for NORA-CLI?

  • Turn a messy patient story into a structured clinical plan.
  • Think through a complex case without opening five browser tabs.
  • Sanity-check an HRT regimen before you prescribe.
  • Compare two treatment paths with real-world tradeoffs.

How do agents use NORA-CLI?

Use nora chat ask --message "…" --json to get machine-readable responses for automation and orchestration pipelines.

What are the core commands?

Start with nora auth login, then nora onboarding start, nora chat, and nora chat ask ... --json.