Community skill with moderate risk profile. Uses Puppeteer headless browser for stock checks (downloads ~300 MB Chromium). Makes network requests to Clalit pharmacy APIs. No file system writes, no credential access, no sensitive data storage. Read-only queries to public pharmacy data.
Finding whether a specific medication is available at a nearby Clalit pharmacy in Israel requires manually navigating the Clalit website, searching for the drug, selecting a city or branch, and waiting for results. This is tedious and time-consuming, especially when checking multiple pharmacies or medications.
Author: @tomron
Search medications and check real-time stock availability at Clalit pharmacies across Israel. Use when you need to find a drug like Acamol, Nurofen, or Amoxicillin and check which branch has it in stock. Supports Hebrew and English drug name searches.
npx skills-il add tomron/agent-skill-clalit-pharm-searchSearch medications and check real-time stock availability at Clalit pharmacy locations across Israel.
Disclaimer: This is an unofficial tool, not affiliated with or endorsed by Clalit Health Services. Stock information may not reflect actual availability. Always call the pharmacy to confirm.
# 1. Search for medication (get the catCode)
node {baseDir}/scripts/pharmacy-search.js search "amoxicillin"
# 2. Find your city code
node {baseDir}/scripts/pharmacy-search.js cities "תל אביב"
# 3. Check which pharmacies have it in stock
node {baseDir}/scripts/pharmacy-search.js stock 1000157274 --city 5000| Command | Description |
|---|---|
search <query> |
Find medications, get catCode |
stock <catCode> --city <cityCode> |
Check stock at all pharmacies in a city |
stock <catCode> --pharmacy <deptCode> |
Check stock at a specific branch |
pharmacies <query> |
Search pharmacy branches by name |
cities [query] |
List cities with optional name filter |
test |
Quick connectivity check |
# Hebrew searches
node {baseDir}/scripts/pharmacy-search.js search "אקמול"
node {baseDir}/scripts/pharmacy-search.js search "נורופן"
# English searches
node {baseDir}/scripts/pharmacy-search.js search "acamol"
node {baseDir}/scripts/pharmacy-search.js search "amoxicillin"| Status | Meaning |
|---|---|
| במלאי | In stock |
| מלאי מוגבל | Limited stock |
| אין במלאי | Out of stock |
| אין מידע | No information |
Supported Agents
Search for Acamol at Clalit pharmacies and tell me the catalog code
Check which Clalit pharmacies in Tel Aviv have Amoxicillin in stock
Find Clalit pharmacy branches in Ramat Gan and check if they have Nurofen
Show me all available cities for Clalit pharmacy search in the Jerusalem area
Trust Score
Guide to fertility treatments in Israel including IVF coverage, health basket entitlements, surrogacy law, egg freezing, and navigating kupat cholim fertility services. Use when a user needs information about IVF funding through the national health system, understanding SHABAN supplementary insurance for fertility, the legal framework for surrogacy and sperm donation, or cost breakdowns for fertility treatments. Israel is a world leader in IVF per capita with generous public funding for first two live births. Do NOT use for medical fertility diagnosis or treatment recommendations.
Automatically book fitness classes on Arbox-powered gym platforms the moment booking opens. Use when you want to secure spots in popular CrossFit or gym classes in Israel before they sell out, set up recurring booking schedules, or manage monthly booking limits.
Navigate Israel's four HMOs (kupot cholim) and healthcare system for service comparisons, referrals, and coverage decisions. Use when user asks about Clalit, Maccabi, Meuhedet, Leumit, health basket, specialist referrals, supplementary insurance, or switching HMOs.
Want to build your own skill? Try the Skill Creator · Submit a Skill