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 |
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
Supported Agents
Trust Score
Search for medications and check real-time stock availability at Maccabi pharmacies in Israel. Use when searching for drugs like "nurofen", "acamol/אקמול", "advil", or finding nearby pharmacy branches with stock. Supports Hebrew and English drug names. מכבי פארם, תרופות, מלאי, בית מרקחת.
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.
Guide to fertility treatments in Israel including IVF coverage, health basket entitlements, surrogacy law, and navigating kupat cholim fertility services.
Want to build your own skill? Try the Skill Creator · Submit a Skill