healthstream

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

A connection to HealthStream, a healthcare learning-management system that tracks employee training, compliance courses, and professional credentials.

In plain words
What is it for?
Use it to review transcripts, assign onboarding or compliance training, find expiring credentials, and report completion rates by department.
Why use it?
It removes the need to check training records, assign courses, and monitor expiring certifications manually.

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 review transcripts, assign onboarding or compliance training, find expiring credentials, and report completion rates by department.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/medical-healthcare-agents/healthstream
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 healthstream
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 healthstream

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/healthstream/github.svg)](https://agentmods.dev/skills/iblai/medical-healthcare-agents/healthstream)
Your own site
<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/healthstream"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/healthstream/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 healthstream

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/healthstream"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/healthstream.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 654 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.00036 $0.00654
Opus 5 $0.00018 $0.00327
Sonnet 5 $0.00007 $0.00131
Haiku 4.5 $0.00004 $0.00065

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

Security

Grade A, and why

healthstream 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/healthstream/SKILL.md · 39 lines

How it starts

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

HealthStream

What it is

HealthStream is the most widely used learning management system in US healthcare, deployed at over 4,700 hospitals. It provides a library of HIPAA, OIG, CMS Conditions of Participation, Joint Commission, and clinical competency courses alongside a transcript and credential management engine. Agents use the HealthStream REST API to automate compliance tracking, trigger training assignments based on role or hire event, and surface expiring credential alerts to managers and staff.

When to use this skill

  • Check whether an employee has completed a required compliance course (HIPAA, infection control, fire safety)
  • Retrieve a transcript showing all completed, overdue, or upcoming training assignments for a staff member
  • Assign a training curriculum to a new hire or role group triggered by an HR onboarding event
  • Surface a list of staff with expiring certifications (BLS, ACLS, annual HIPAA) within a given time window
  • Pull aggregate completion rates by department for compliance 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:

  • HEALTHSTREAM_API_KEY - API key issued by HealthStream for the facility integration
  • HEALTHSTREAM_BASE_URL - REST API base URL (facility-specific, e.g., https://api.healthstream.com/v2)
  • HEALTHSTREAM_FACILITY_ID - HealthStream facility/organization identifier

Key operations

  • GET /transcripts?employeeId={id} — full training transcript for an employee (completion dates, scores, certificate numbers, expiration dates)
  • GET /transcripts?employeeId={id}&status=overdue — filter to overdue assignments only
  • POST /assignments — assign a course or curriculum to an employee or group
  • GET /certifications/expiring?facilityId={id}&daysAhead={n} — list certifications expiring within n days
  • GET /courses/{courseId} — course metadata (title, category, required hours, accreditation)
  • GET /reports/completion?department={dept}&courseId={id} — aggregate completion rate report by department

Read the full file on GitHub · 39 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 · 39 lines · 36 tokens per session scan A 3b0ecc76fdbe

Subscribe to this mod's changes

healthstream is a skill published in the GitHub repository iblai/medical-healthcare-agents (10 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 654 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.

Related

Other skills, from other repositories

foundations-behavioral-economics

16 behavioral-economics primitives for ethical pricing, choice design, and retention. Use when framing, defaults, habits, dark patterns, AI-agent nudging, or nudge ethics apply.

vasilyu1983/AI-Agents-public · 48 tokens

foundations-consumer-neuroscience

Consumer-neuroscience primitives for attention, arousal, bonding, narrative, memory, and reward. Use when shaping ethical UX, neuro study design, or DMCC/AI Act gates.

vasilyu1983/AI-Agents-public · 46 tokens

continuum-quickstart

Get a Continuum agent up and running — Python 3.13 venv, infra via continuum up, smallest possible BaseAgent + AgentRunner example. Invoke when the user asks "how do I start", "set up Continuum", "run my first agent", or is at the very beginning of a project.

shyftlabs/continuum · 72 tokens

foundations-grounding-communication

Grounding-theory primitives for human-AI and agent handoffs, common ground, acceptance evidence, repair, and ambiguity. Use when coordinating meaning.

vasilyu1983/AI-Agents-public · 37 tokens

eli5

Explain a topic like I'm a 5 year old — restate my last output, or a named topic, in plain words without dropping a single fact. Use when the user types /eli5 [topic], or says an answer was too technical, too long, or unclear about what he now has to do.

Kanevry/session-orchestrator · 66 tokens

read-papers

Finds the latest research papers on a specific topic, summarizes their core contributions, and explains complex methodology in plain English.

hoangsonww/AI-News-Briefing · 28 tokens