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.
npx skills add iblai/medical-healthcare-agents --skill healthstreamgit clone --depth 1 https://github.com/iblai/medical-healthcare-agentsWrote 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.
[](https://agentmods.dev/skills/iblai/medical-healthcare-agents/healthstream)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 integrationHEALTHSTREAM_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 onlyPOST /assignments— assign a course or curriculum to an employee or groupGET /certifications/expiring?facilityId={id}&daysAhead={n}— list certifications expiring within n daysGET /courses/{courseId}— course metadata (title, category, required hours, accreditation)GET /reports/completion?department={dept}&courseId={id}— aggregate completion rate report by department
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.
- 12d ago First seen · 39 lines · 36 tokens per session scan A 3b0ecc76fdbe
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.
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.
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.
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.
foundations-grounding-communication
Grounding-theory primitives for human-AI and agent handoffs, common ground, acceptance evidence, repair, and ambiguity. Use when coordinating meaning.
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.
read-papers
Finds the latest research papers on a specific topic, summarizes their core contributions, and explains complex methodology in plain English.