By nvk
Local-first health intelligence: event-driven de-identified result reviews, diagnostic gap closure, least-harm protocols, medication collateral-damage ledgers, capture-aware research queues, and health-assessment-v2 integration.
llm-health command: close-gaps. Route to the local-first health concierge workflow with alias-only privacy, typed artifacts, diagnostic gaps, and research queues.
llm-health command: consult. Run bounded specialist/category-agent consults that produce SPECIALIST_NOTE artifacts.
llm-health command: dr-visit. Run cadence-aware health check-in questions for an enrolled alias.
llm-health command: health. Route to the local-first health concierge workflow with alias-only privacy, typed artifacts, diagnostic gaps, and research queues.
llm-health command: ingest. Route to the local-first health concierge workflow with alias-only privacy, typed artifacts, diagnostic gaps, and research queues.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
_ _ _ _ _ _
| | |_ __ ___ | |__ ___ __ _| | |_| |__
| | | '_ ` _ \ _____| '_ \ / _ \/ _` | | __| '_ \
| | | | | | | |_____| | | | __/ (_| | | |_| | | |
|_|_|_| |_| |_| |_| |_|\___|\__,_|_|\__|_| |_|
Your private, own-risk health concierge.
llm-health is a package-first, local-first health intelligence system for private labs,
wearables, records, self-reported context, timelines, reviews, diagnostic gaps, and research
queues.
It sits above deterministic health data tools: ingest events, summarize new results, open diagnostic gaps, queue deeper research, compare advice lenses, and preserve provenance. Agent and chat surfaces are interfaces, not the product story.
This scaffold implements the core contracts for:
llm-wiki adapter;It intentionally does not diagnose, prescribe, order tests, or auto-change care. It creates reviewable cards, tasks, and research jobs. Use is explicitly at the user's own risk; the CLI gates health-facing HUB commands behind an initial own-risk agreement.
| Host | Entry point | Notes |
|---|---|---|
| Claude Code | /health, /review, /ingest, /research, /consult | Primary command UX. |
| OpenAI Codex | @health | Marketplace plugin skill. |
| OpenCode | instruction file | Use plugins/llm-health-opencode/skills/health/SKILL.md. |
| Pi / generic agents | instruction file or AGENTS.health.md | Portable fallback when plugins are unavailable. |
| Terminal/Python | health, llm-health, health-v2 | Deterministic CLI and local analytics. |
Public tap install target:
brew tap nvk/tap
brew install llm-health
health agreement show
health config hub-path ~/health --init --accept-risk
health doctor
Use any private local/synced directory for the HUB. Keep raw medical dumps outside Git.
See docs/homebrew.md.
Use a local virtual environment for all work:
make install-v2
. .venv/bin/activate
For core-only work:
make install
llm-health supports a default HUB/store path in ~/.config/llm-health/config.json.
health agreement show
health config hub-path ~/health --init --accept-risk
health doctor
Then commands such as health review --profile rod and health sync-v2 ... use that HUB by default unless --store is supplied.
Run health or health welcome for the first-run flow. It starts with the own-risk disclaimer,
then asks for an alias-only profile, data dumps to import, and a data-poor questionnaire when the
user does not have much history yet.
Periodic check-ins use the cheeky-but-useful Dr Visit prompts:
health agreement show
health agreement accept --own-risk
health enroll --alias sol --birth-year 2018 --role child
health data-wishlist
health dr-visit --profile sol --cadence onboarding
health dr-visit --profile sol --cadence monthly --sources
health test-battery --profile sol --scope expanded --sources
health consult --profile sol --specialist auto
health specialists --short # broad category agents
See docs/onboarding-and-dr-visit.md and docs/test-battery-layer.md.
cd llm-health
PYTHONPATH=src python3 -m unittest discover -s tests
PYTHONPATH=src python3 -m llm_health doctor
PYTHONPATH=src python3 -m llm_health init --store .llm-health --accept-risk
PYTHONPATH=src python3 -m llm_health ingest-note --profile rod --marker ALT --value 76 --unit U/L --category liver --flag high
PYTHONPATH=src python3 -m llm_health review --profile rod
PYTHONPATH=src python3 -m llm_health close-gaps --profile rod
If installed as a package:
pip install .
health doctor
health result --profile rod --marker mercury
health review --profile rod
The former health-assessment-v2 code is repackaged under llm_health.assessment_v2 and exposed as health-v2.
The Homebrew formula installs the package CLI plus v2-core analytics/static-export support; live Panel serving remains an optional llm-health[v2] dev extra. See docs/v2-repackaging.md.
First-class agent surfaces are included, modelled after llm-wiki:
npx claudepluginhub nvk/llm-health --plugin healthLLM-compiled knowledge base. Topic-isolated wikis, parallel multi-agent research (topic + question auto-detect), thesis-driven investigation with verdicts, repo assessment, Obsidian dual-linking, retardmax mode, and --min-time sustained research.
Guide the current session through research or work one tested step at a time.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Memory compression system for Claude Code - persist context across sessions
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.