innovaccer

innovaccer is a skill for Claude Code, Codex from iblai/medical-healthcare-agents. It costs 40 tokens per session (777 once invoked), scanned A, original, MIT.

A connection to Innovaccer, a healthcare data platform that combines patient information from medical records, insurance claims, laboratory results, and social-needs screenings. It provides population health and care-management data.

In plain words
What is it for?
Use it to retrieve patient risk scores, find overdue screenings or other care gaps, identify patients who may need outreach, view social needs such as food or housing problems, and report care-gap results.
Why use it?
It gives an agent access to patient risk information and unfinished care tasks without manually checking separate healthcare systems.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to retrieve patient risk scores, find overdue screenings or other care gaps, identify patients who may need outreach, view social needs such as food or housing problems, and report care-gap results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/medical-healthcare-agents/innovaccer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add iblai/medical-healthcare-agents --skill innovaccer
Clone the repo
git clone --depth 1 https://github.com/iblai/medical-healthcare-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for innovaccer

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/innovaccer/github.svg)](https://agentmods.dev/skills/iblai/medical-healthcare-agents/innovaccer)
Your own site
<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/innovaccer"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/innovaccer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for innovaccer

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/innovaccer"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/innovaccer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 777 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00777
Opus 5 $0.00020 $0.00388
Sonnet 5 $0.00008 $0.00155
Haiku 4.5 $0.00004 $0.00078

Measured 12d ago against content hash e0a27808dc06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

innovaccer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/innovaccer/SKILL.md · 40 lines

How it starts

The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Innovaccer

What it is

Innovaccer is a leading population health management and healthcare analytics platform that aggregates data across EHRs, claims, labs, and SDOH sources into a unified patient record. It provides risk stratification (low/medium/high/rising risk), care gap identification (HEDIS measures, STAR ratings), care plan management, and SDOH screening integration. Agents use the Innovaccer REST API to power care coordination workflows, quality improvement analytics, and proactive outreach prioritization.

When to use this skill

  • Retrieve a patient's current risk score and risk tier to guide care coordination intensity
  • Pull a list of open care gaps for a patient or panel (e.g., A1c overdue, mammogram due, colorectal screening)
  • Identify rising-risk patients in a provider panel who need proactive outreach
  • Access SDOH screening results (food insecurity, housing instability, transportation barriers) linked to a patient
  • Retrieve care gap closure rates by measure and provider for quality improvement reporting

Credentials

This skill authenticates using variables declared in the metadata above. Copy ~/.openclaw/.env.example to ~/.openclaw/.env and fill in real values. Required variables:

  • INNOVACCER_API_KEY - API key issued by Innovaccer for the facility integration
  • INNOVACCER_BASE_URL - tenant-specific API base URL (e.g., https://api.innovaccer.com/v1)
  • INNOVACCER_TENANT_ID - health system tenant identifier in the Innovaccer platform
  • INNOVACCER_CLIENT_SECRET - client secret for OAuth 2.0 token exchange (if using OAuth flow)

Key operations

  • GET /patients/{patientId}/risk-score — current risk score (0-100), risk tier, top risk drivers (diagnosis codes, utilization events, SDOH flags)
  • GET /patients/{patientId}/care-gaps — open care gaps with gap name, measure, last service date, target service date, and closure priority
  • GET /panels/{providerId}/rising-risk — list of rising-risk patients in a provider panel sorted by risk score change
  • GET /patients/{patientId}/sdoh — SDOH screening results by domain (food, housing, transportation, financial, behavioral health)
  • GET /analytics/care-gaps?measure={hedisId}&period={year} — aggregate care gap performance by measure across the population
  • GET /patients/{patientId}/care-plan — active care plan goals, activities, and care manager assignment

Read the full file on GitHub · 40 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 40 lines · 40 tokens per session scan A e0a27808dc06

Subscribe to this mod's changes

innovaccer is a skill published in the GitHub repository iblai/medical-healthcare-agents (10 stars, last pushed 3mo ago), licensed MIT. It adds 40 tokens to every session and 777 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.