Agent skill · AI & Agents

WHO-EML-query

Query the WHO Model List of Essential Medicines (23rd list, 2023). Use whenever the user asks about essential medicines, WHO-recommended drugs, dosage forms, therapeutic sections, or AWaRe antibiotic classification.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill who_eml --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/drugclaw/who_eml/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# WHO Essential Medicines List Query Skill Search ~500 WHO essential medicines by name, section, or section number. Case-insensitive substring match. | Input Example | Matches On | |---|---| | `amoxicillin` | medicine name | | `antimalarial` | section hierarchy (full path) | | `diabetes` | section hierarchy | | `6.2` | section_num prefix | ## API | Function | Input | Returns | |---|---|---| | `load_eml(cache_path)` | JSON path | list[dict] | | `build_cache(pdf_path, cache_path)` | PDF + cache paths | list[dict] (parses PDF → JSON) | | `search(data, entity)` | single string | list[dict] | | `search_batch(data, entities)` | list of strings | dict[str, list[dict]] | | `summarize(hits, entity)` | list[dict] + label | compact text | | `to_json(hits)` | list[dict] | list[dict] | ## Record Schema | Field | Example | |---|---| | `medicine` | `amoxicillin` | | `section_num` | `6.2.1` | | `section_name` | `Anti-infective medicines > Antibacterials > Access group antibiotics` | | `dosage_forms` | `["Capsule: 250 mg; 500 mg", "Oral liquid: 125 mg/5 mL"]` | ## Usage See `if __name__ == "__main__"` block in `59_WHO_EML.py` for runnable examples. ## Data - **Source**: WHO Model List of Essential

What's inside
Steps it walks through
  1. API
  2. Record Schema
  3. Usage
  4. Data
Ships with 5 files
  • README.md
  • __init__.py
  • example.py
  • retrieve.py
  • who_eml_skill.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the WHO-EML-query skill do?

Query the WHO Model List of Essential Medicines (23rd list, 2023). Use whenever the user asks about essential medicines, WHO-recommended drugs, dosage forms, therapeutic sections, or AWaRe antibiotic classification.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill who_eml --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going