israel-drugs-registry-lookup

israel-drugs-registry-lookup is a skill for Claude Code from danielrosehill/Claude-Israel-Agent-Skills-Plugin. It costs 159 tokens per session (2,085 once invoked), scanned A, original, MIT.

A lookup tool for Israel’s official Ministry of Health database of licensed medicines. It shows regulatory details such as registration numbers, license holders, manufacturers, ingredients, strengths, and dosage forms.

In plain words
What is it for?
Use it to check a medicine by trade name or active ingredient, in Hebrew or English. It helps verify registration, licensing, ingredients, and other official medicine records.
Why use it?
It answers whether a medicine is officially registered in Israel and provides its legally recorded details from the regulatory source.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the israel-agent-skills plugin — 22 skills shipped together

Good fit Use it to check a medicine by trade name or active ingredient, in Hebrew or English. It helps verify registration, licensing, ingredients, and other official medicine records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup
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 danielrosehill/Claude-Israel-Agent-Skills-Plugin --skill israel-drugs-registry-lookup
Clone the repo
git clone --depth 1 https://github.com/danielrosehill/Claude-Israel-Agent-Skills-Plugin

Made for: Claude Code.

Or install israel-agent-skills, the plugin that ships this one along with the rest of its 22 skills.

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 israel-drugs-registry-lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup/github.svg)](https://agentmods.dev/skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup)
Your own site
<a href="https://agentmods.dev/skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup"><img src="https://agentmods.dev/badge/skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup/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 israel-drugs-registry-lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup"><img src="https://agentmods.dev/badge/skills/danielrosehill/claude-israel-agent-skills-plugin/israel-drugs-registry-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,085 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.00159 $0.02085
Opus 5 $0.00079 $0.01043
Sonnet 5 $0.00032 $0.00417
Haiku 4.5 $0.00016 $0.00209

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

Security

Grade A, and why

israel-drugs-registry-lookup 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/lookup.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/israel-drugs-registry-lookup/SKILL.md · 77 lines

How it starts

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

Israeli Drug Registry (israeldrugs.health.gov.il) lookup

The Israeli Drug Registry is the regulatory drug database — the official MOH list of every medicine licensed in Israel, with the legally-binding registration record. It's the source for "is this drug registered in Israel", "what's its registration number", "who holds the license", and "what's the officially approved indication".

For clinical/patient-facing content (drug-co-il-lookup) and Maccabi commercial info (maccabi-medicine-lookup), use those skills instead. This skill is the regulatory layer.

The user-facing flow this skill mirrors

The site's UI flow (the one the user follows in a browser) is:

  1. Landing tab "חיפוש תרופה לפי שם מסחרי או מרכיב פעיל" (search by trade name or active ingredient) at https://israeldrugs.health.gov.il/#!/byDrug.
  2. Type a keyword in the search box — Hebrew, English, full or partial. Examples: VYVANSE 70 MG, ויואנס, acamol, lisdexamfetamine. Optionally tick "הצג תרופות בסל הבריאות בלבד" to restrict to health-basket drugs.
  3. Submit (חיפוש). The intermediate results page lists each match as a card showing: image, Hebrew + English name, active component (מרכיב פעיל), dosage form (צורת מינון), full registration number (מספר רישום מלא, e.g. 153 21 34000 00), license holder (שם בעל הרישום), and a בסל הבריאות badge if applicable. Each card has a "לפרטים נוספים" (more details) link.
  4. Click "לפרטים נוספים" to land on the per-drug page at https://israeldrugs.health.gov.il/#!/medDetails/<url-encoded-reg-num> (e.g. …/medDetails/153%2021%2034000%2000). This page is the regulatory treasure trove: full indication text, all manufacturers, ATC code, basket-inclusion record, and the official patient and physician leaflets in PDF.

Steps 2–3 correspond to the search operation; step 4 corresponds to fetch. The skill skips the UI and calls the same JSON endpoints the Angular app calls.

Two operations

1. Search

python3 skills/israel-drugs-registry-lookup/scripts/lookup.py search "VYVANSE 70 MG"
python3 skills/israel-drugs-registry-lookup/scripts/lookup.py search "ויואנס"
python3 skills/israel-drugs-registry-lookup/scripts/lookup.py search "acamol"

Read the full file on GitHub · 77 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 77 lines · 159 tokens per session scan A 5317b402a02d

Subscribe to this mod's changes

israel-drugs-registry-lookup is a skill published in the GitHub repository danielrosehill/Claude-Israel-Agent-Skills-Plugin (2 stars, last pushed 4mo ago), licensed MIT. It adds 159 tokens to every session and 2,085 once invoked, about $0.0008 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

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons. Invoke for any question about IDC collections, cancer imaging datasets, DICOM data access, radiology (CT, MR, PET) or pathology AI training sets, metadata queries, visualization, or license checks — even when the user doesn't explicitly…

K-Dense-AI/scientific-agent-skills · 75 tokens

lab-hardware-cad

Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…

K-Dense-AI/scientific-agent-skills · 106 tokens

pkpd-modeling

Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…

K-Dense-AI/scientific-agent-skills · 273 tokens

statistical-analysis

Guided statistical analysis for research data - test selection, assumption checking, effect sizes, power analysis, Bayesian alternatives, and APA-formatted reporting. Use whenever a user wants to compare groups, test a hypothesis, analyze experimental or survey data, check statistical assumptions, compute required…

K-Dense-AI/scientific-agent-skills · 111 tokens

biopython

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…

K-Dense-AI/scientific-agent-skills · 76 tokens

diffdock

DiffDock and DiffDock-L molecular docking. Use for protein-small-molecule pose prediction from PDB or sequence plus SMILES/SDF/MOL2, batch docking, virtual screening, and pose-confidence interpretation. Not for binding affinity prediction.

K-Dense-AI/scientific-agent-skills · 51 tokens