Agent Skill Clalit Pharm Search banner
tomron tomron

Agent Skill Clalit Pharm Search

Productivity community

Description

Claude Code agent skill: search medications & check real-time stock at Clalit (כללית) pharmacies in Israel

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

agent-skill-clalit-pharm-search

A Claude Code agent skill for searching medications and checking real-time stock at **Clalit** (כללית) pharmacies in Israel.

Inspired by [agent-skill-maccabi-pharm-search](https://github.com/alexpolonsky/agent-skill-maccabi-pharm-search).

Installation

npx skills add tomron/agent-skill-clalit-pharm-search

Or clone manually into `~/.claude/skills/`:

git clone https://github.com/tomron/agent-skill-clalit-pharm-search \
  ~/.claude/skills/clalit-pharm-search
cd ~/.claude/skills/clalit-pharm-search
npm install

Usage

Workflow

Checking stock is a two-step process:

  1. Find the medication's catCode using search
  2. Find your city's cityCode using cities
  3. Check stock using stock

`search` — Find medications

node scripts/pharmacy-search.js search amoxicillin
node scripts/pharmacy-search.js search אקמול

**Sample output:**

Found 3 medication(s) for "amoxicillin":

  1000157274 | AMOXAPEN 29M SUS 250MG/5ML 100
  1000234567 | AMOXICILLIN 500MG CAPSULES
  1000345678 | AMOXICILLIN+CLAVULANIC ACID 875MG

Use the `catCode` (first column) with the `stock` command.


`cities` — List cities

node scripts/pharmacy-search.js cities           # all cities
node scripts/pharmacy-search.js cities תל אביב   # filter by name
node scripts/pharmacy-search.js cities haifa

**Sample output:**

Found 3 cities matching "תל אביב":

  5000 | תל-אביב-יפו
  5001 | תל מונד
  5002 | תל שבע

Use the `cityCode` (first column) with the `stock --city` command.


`pharmacies` — Find pharmacy branches

node scripts/pharmacy-search.js pharmacies רמת

**Sample output:**

Found 4 pharmacy branch(es) for "רמת":

  11431 | רמת אשכול - בית מרקחת - ירושלים
  11532 | רמת גן - בית מרקחת - כללית

Use the `deptCode` (first column) with the `stock --pharmacy` command.


`stock` — Check real-time inventory

**Note:** The `stock` comm