Israel-Shopping

April 21, 2026 · View on GitHub

banner

Israel-Shopping

Israeli shopping workflows for Claude Code — tech retailers, Zap price comparison, Hebrew term resolution, ILS conversion, and RRP/market checks.

Renamed from Israel-Skills on 2026-04-20. The scope was always shopping; the new name reflects it. Non-shopping Israel utilities will live in a separate plugin.

Commands (slash)

  • /tech-product-search — search tier-1 IL tech retailers (Ivory, KSP, Bug, TMS) with Hebrew-term resolution and a Tavily→WebFetch→Playwright fallback chain.
  • /general-search — broader Israeli retail search (Ace, Home Center, Office Depot, Audioline, Google IL, Zap).
  • /search-zap — query zap.co.il, the canonical Israeli price-comparison aggregator.
  • /rrp-check — compare an Israeli price against international RRP / market pricing.
  • /convert-currency — ILS ↔ USD/EUR/GBP conversion.
  • /pn-check — given an IL product listing, find the canonical manufacturer part-number on the international market.
  • /store-zap-lookup — given a retailer name, find its Zap profile URL, rating, and review count.
  • /whats-this-brand — identify an obscure Israeli-market brand (white-label, importer-specific, OEM equivalent).
  • /freier-check — playful "are you a freier" verdict given an IL price and international RRP.
  • /add-store — append a vendor to the user's persistent store overlay (survives plugin updates).

Strategy and know-how (Hebrew terms, URL patterns, Playwright fallback, sourcing waterfall, store-merge convention) live in docs/search-strategies.md. The commands reference it rather than restating.

Data

Store metadata is read live from danielrosehill/Israel-Online-Stores (stores.json) — 800+ Israeli retailers with tier, delivery, Eilat-door, and Zap-profile metadata. User-added stores overlay this list from <plugin-data-dir>/user-stores.json ($CLAUDE_USER_DATA/israel-shopping/user-stores.json, or the XDG/~/.local/share/claude-plugins/israel-shopping/ fallback — see the meta-tools:plugin-data-storage canonical skill) and survive plugin updates.

Sources

None are bundled yet — see INTEGRATIONS.md for status. These tables credit the upstream projects considered as roadmap dependencies.

ProjectDescription
Ansvar-Systems/israel-law-mcpHosted MCP exposing Israeli statutes; check Consumer Protection Law coverage.

Currency / FX

ProjectDescription
TODONo candidate yet. Needs a mid-market-rate FX MCP (exchangerate.host, Frankfurter, open.er-api.com) for reproducible cross-border comparisons.

Domestic retailers & price comparison

ProjectDescription
danielrosehill/Israeli-Tech-Shopping-MCPOwn project: browser-automation comparison across IL tech retailers.
guymon92/ksp-mcpKSP.co.il MCP.
Simtob-Eran/mcp-israeli-price-comparisonGeneric IL price-comparison MCP.
TalKleinBgu/ZapZap.co.il product dedup / normalization pipeline.

Grocery

ProjectDescription
aloncarmel/supermeskillSuperMe skill.
asafr93-rosa/shopping-list-ilShopping-list tool.
danielJL-altius/israelgrocerymcpAlt grocery MCP.
matipojo/shufersal-mcpShufersal MCP.
OpenIsraeliSupermarkets/israeli-supermarket-scarpersPython scraper library (Shufersal, Rami Levy, Victory, etc.).

International / cross-border

ProjectDescription
AmazonTODO — no candidate yet that handles ships-to-IL eligibility.
justinritchie/aliexpress-mcp-serverAliExpress MCP for cross-border lookups.
NeweggTODO — no candidate yet.
rootsbymenda/iherbcheckeriHerb availability/price check.

Pharmacy

ProjectDescription
alexpolonsky/agent-skill-maccabi-pharm-searchMaccabi pharmacy search.
skills-il/health-servicesBroader health services (lift pharmacy sub-skills).
tomron/agent-skill-clalit-pharm-searchClalit pharmacy search.

Installation

claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install israel-shopping@danielrosehill

License

MIT