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 micromedexgit 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/micromedex)<a href="https://agentmods.dev/skills/iblai/medical-healthcare-agents/micromedex"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/micromedex/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/micromedex"><img src="https://agentmods.dev/badge/skills/iblai/medical-healthcare-agents/micromedex.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.00047 | $0.00699 |
| Opus 5 | $0.00023 | $0.00349 |
| Sonnet 5 | $0.00009 | $0.00140 |
| Haiku 4.5 | $0.00005 | $0.00070 |
Grade A, and why
micromedex 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.
Micromedex
What it is
Micromedex is a comprehensive clinical drug information platform widely deployed in hospital pharmacies and EHR environments. It covers drug-drug interactions, drug-allergy cross-reactivity, adult and pediatric dosing (including renal and hepatic adjustments), toxicology, and IV compatibility data. The REST API is used by clinical support and knowledge management agents to surface drug safety information at the point of care or formulary review.
When to use this skill
- Screen a patient's medication list for drug-drug interactions before adding a new medication
- Look up dose range (adult, pediatric, renal-adjusted, hepatic-adjusted) for a specific drug and indication
- Check IV compatibility between two or more medications in the same line or bag
- Retrieve toxicology data (overdose management, antidotes) for a suspected ingestion
- Support formulary decision-making by comparing drug classes and therapeutic alternatives
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:
MICROMEDEX_API_KEY- facility-level API key issued with the Micromedex license (Merative customer portal)MICROMEDEX_BASE_URL- API base URL (e.g.,https://api.micromedexsolutions.com/micromedex/v1)MICROMEDEX_FACILITY_ID- facility identifier for license entitlement validation
Key operations
GET /interaction?drugs={rxnorm1},{rxnorm2}— drug-drug interaction check returning severity (contraindicated/major/moderate/minor), mechanism, and managementGET /drug/{rxnorm}/dosing— dosing by indication, route, frequency, and patient populationGET /drug/{rxnorm}/monograph— full drug monograph including class, indications, contraindications, adverse effectsGET /iv-compatibility?drugs={drugList}— IV compatibility result (compatible/incompatible/uncertain) for listed agentsGET /toxicology/{substance}— toxic dose thresholds, clinical effects, antidote, and treatment protocolGET /allergy-crossreactivity?allergen={substance}&drug={rxnorm}— cross-reactivity assessment
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 · 47 tokens per session scan A 6f8a1c66c68a
micromedex is a skill published in the GitHub repository iblai/medical-healthcare-agents (10 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 699 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
arithmetic-evaluator
Evaluate arithmetic expressions and return numeric results. Use when a user asks an arithmetic question, requests calculation, or provides a math expression involving numbers, parentheses, and arithmetic operators.
foundations-network-science
Network-science primitives for graph systems, centrality, PageRank, communities, contagion, link prediction, and temporal networks. Use when analyzing graph structure.
research-scout
Mines academic papers, research blogs, and curator newsletters for stealable methods and frameworks. Use when scanning research for applicable techniques across AI/ML/SWE.
ai-scaling-laws
Sizes models and token budgets using Kaplan/Chinchilla scaling laws. Use when reasoning about compute-optimal N and D, tokens-per-parameter ratios, or over-training tradeoffs.
ai-ml-data-science
Builds ML, responsible-AI, and multimodal models. Use when doing data science or explaining fairness, privacy, speech, vision-language, or diffusion mechanics.
research-arxiv-scout
Discovers and triages recent arXiv papers for AI/ML, agents, and software/QA. Use when scouting categories, arXiv IDs, or source lists.