Israeli shopping workflows — tech retailers (Ivory, KSP, Bug, TMS), Zap price comparison, Hebrew term resolution, ILS conversion, RRP checks, PN cross-reference, brand identification, and AliExpress IL-context tooling: search (ILS/Hebrew, IL reviews, free-shipping, combo exclusion, local-vs-import compare), per-listing landed-cost fetcher with live FX + Israeli VAT bands (no-auth scraper), and authenticated Affiliate API path (stub).
Append a user-added Israeli vendor to the persistent user store list (under the CLAUDE_USER_DATA-resolved plugin data directory) with auto-dedup. Survives plugin updates.
Convert between ILS and the three common foreign currencies for Israeli shopping — USD, EUR, GBP — in either direction. Uses a live exchange-rate API with a fallback rate. Use whenever the user asks to convert a price or wants ILS↔USD/EUR/GBP figures.
Playful "are you a freier" (sucker) assessment — given an Israeli price and international RRP, compute the premium and deliver a verdict on the freier scale. Light-hearted counterpart to `/rrp-check`.
Broader Israeli retail search beyond the tier-1 tech four — Ace, Home Center, Office Depot, Audioline, plus Google IL discovery and niche category-dispatched search. Use for household/office/audio/appliance products, or when tier-1 tech retailers don't carry the item.
Given an Israeli product listing, find what manufacturer part-number (PN) / SKU it corresponds to on the international market. Useful because Israeli retailers often relabel consumables (toner cartridges, filters, replacement parts) with odd local PNs that don't match the manufacturer's global catalog.
Use when the user wants to search AliExpress and **hide products that carry the `Max Combo` badge** — i.e. exclude bundle/combo deals from the result set so only standalone listings remain. AliExpress provides no server-side filter for this on the listing page (validated — see `research/ui-selectors/listing-page-filters.md` §3); the skill therefore runs the standard search via `search-aliexpress`, then post-filters the visible product cards by reading the `Max Combo` badge text in the card DOM and dropping any card that has it. Trigger phrases — "search aliexpress without combo", "exclude max combo", "no bundle deals aliexpress", "aliexpress single items only", "hide combo deals".
Fallback for `fetch-listing` when the no-auth scraper is broken. Calls the official AliExpress Affiliate API (HMAC-SHA256 signed against `api-sg.aliexpress.com/sync`) — counterintuitively returns LESS buyer-relevant data than the scraper (no shipping fees, no reviews, no specs, no lead time) because the API is designed for affiliate-marketing publishers, not buyer-side analysis. Use only when the scraper fails (DOM rotation, anti-bot, rate-limit) or for a quick affiliate-catalogue search without spinning up Puppeteer. Two modes — `detail <productId>` and `search <query>`. Output normalised to drop affiliate-specific fields (commission rates, tracked promotion links). Trigger phrases — "scraper is broken fall back to the api", "use the affiliate api", "scrape failed try the api".
Use when the user provides a specific AliExpress product URL or ID and wants the listing parsed into structured JSON — title, price, ship-to-Israel fee, lead time, ratings, store, and a computed landed cost (item + shipping, with optional 18% Israeli VAT band for items over $75 USD). Default locale is English/USD; opt in to Hebrew/ILS via `--locale he-IL`. Uses the no-auth Puppeteer scraper (`aliexpress-product-scraper`) — no API credentials needed. Trigger phrases — "fetch this aliexpress listing", "parse this aliexpress url", "what's the landed cost of this aliexpress item", "scrape aliexpress product".
Use when the user wants to search AliExpress and **only see results with free shipping to Israel** — applying the validated server-side `filterCode:freeshipping` toggle on the listing page so paid-shipping listings are excluded before scraping. This is the IL-context shorthand for `search-aliexpress` with `filters.freeshipping=true`; it exists as a standalone skill so triggers like "free shipping only" route to the right preset without the caller having to know the param name. Trigger phrases — "free shipping only", "aliexpress free shipping", "no shipping fee aliexpress", "search aliexpress with free delivery to israel", "ship free to il".
Use when the user wants to see only the reviews left by Israeli buyers (`reviews from IL`) on an AliExpress product page — filtering out the global review pool and surfacing what people who actually shipped to Israel said about the item, including the variant/SKU they bought, star rating, photos, review text, and date. Drives the AliExpress product page (`/item/<id>.html`) reviews section via Playwright, clicks the IL country-flag chip in the review-filter strip (validated version-agnostic selector — `[class*="country-flag-"].IL`), expands "View more" if present, and extracts the per-review fields. Trigger phrases — "show israeli reviews", "what do israelis say about X", "il reviews aliexpress", "filter aliexpress reviews to israel", "reviews from israel for this listing".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.

Israeli shopping workflows for Claude Code — tech retailers, Zap price comparison, Hebrew term resolution, ILS conversion, and RRP/market checks.
Renamed from
Israel-Skillson 2026-04-20. The scope was always shopping; the new name reflects it. Non-shopping Israel utilities will live in a separate plugin.
/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.
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.
None are bundled yet — see INTEGRATIONS.md for status. These tables credit the upstream projects considered as roadmap dependencies.
| Project | Description |
|---|---|
Ansvar-Systems/israel-law-mcp | Hosted MCP exposing Israeli statutes; check Consumer Protection Law coverage. |
| Project | Description |
|---|---|
| TODO | No candidate yet. Needs a mid-market-rate FX MCP (exchangerate.host, Frankfurter, open.er-api.com) for reproducible cross-border comparisons. |
| Project | Description |
|---|---|
danielrosehill/Israeli-Tech-Shopping-MCP | Own project: browser-automation comparison across IL tech retailers. |
guymon92/ksp-mcp | KSP.co.il MCP. |
Simtob-Eran/mcp-israeli-price-comparison | Generic IL price-comparison MCP. |
TalKleinBgu/Zap | Zap.co.il product dedup / normalization pipeline. |
| Project | Description |
|---|---|
aloncarmel/supermeskill | SuperMe skill. |
asafr93-rosa/shopping-list-il | Shopping-list tool. |
danielJL-altius/israelgrocerymcp | Alt grocery MCP. |
matipojo/shufersal-mcp | Shufersal MCP. |
OpenIsraeliSupermarkets/israeli-supermarket-scarpers | Python scraper library (Shufersal, Rami Levy, Victory, etc.). |
| Project | Description |
|---|---|
| Amazon | TODO — no candidate yet that handles ships-to-IL eligibility. |
justinritchie/aliexpress-mcp-server | AliExpress MCP for cross-border lookups. |
| Newegg | TODO — no candidate yet. |
rootsbymenda/iherbchecker | iHerb availability/price check. |
| Project | Description |
|---|---|
alexpolonsky/agent-skill-maccabi-pharm-search | Maccabi pharmacy search. |
skills-il/health-services | Broader health services (lift pharmacy sub-skills). |
tomron/agent-skill-clalit-pharm-search | Clalit pharmacy search. |
npx claudepluginhub danielrosehill/claude-code-plugins --plugin israel-shoppingHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.