Agent Skill Clalit Pharm Search
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:
- Find the medication's
catCodeusingsearch - Find your city's
cityCodeusingcities - 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
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity