Compare an Israeli price (ILS) against the international RRP/MSRP or against a specific international retailer like Amazon, B&H, or the manufacturer's site. Reports the markup percentage and a verdict (good deal / fair / above average / expensive). Use when the user asks "is this a good price" or "how does this compare internationally".
Given an Israeli price for a product, decide whether it's a good deal versus the international market.
Default to Tavily for RRP queries (faster, multi-source). Default to Playwright when the user names a specific URL.
convert-currency skill or the live exchange rate (see data/shopping-rules.md).(israeli_price - international_price_ils) / international_price_ils * 100data/shopping-rules.md:
30% → EXPENSIVE — consider buying internationally
## {product} — Israel vs international
| Region | Price | Source |
|-----------------|------------------------|--------|
| Israel | ₪{x} (inc. VAT) | {retailer} |
| {Region} | {currency}{y} (≈ ₪{z}) | {source} |
**Markup:** {pct}%
**Verdict:** {GOOD DEAL | FAIR | ABOVE AVERAGE | EXPENSIVE}
### Notes
- Exchange rate used: 1 {ccy} = {rate} ILS ({date})
- Whether shipping/import duty is included on the international side
- Any caveats (e.g. warranty differences, local-only support)