tech-product-search

tech-product-search is a command for Claude Code from danielrosehill/Claude-Israel-Shopping-Plugin. It costs 77 tokens per session (585 once invoked), scanned A, original, MIT.

A price-search command for comparing consumer technology across Ivory, KSP, Bug, and TMS, four major Israeli electronics retailers. It understands Hebrew product terms and returns prices in Israeli shekels.

In plain words
What is it for?
Use it to find laptops, phones, monitors, televisions, headphones, chargers, cables, and similar products at the lowest listed price across these stores.
Why use it?
It removes the need to search each retailer separately and compare results by hand. It also helps when normal web searches cannot access a store.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the israel-shopping plugin — 7 skills, 10 commands shipped together

Good fit Use it to find laptops, phones, monitors, televisions, headphones, chargers, cables, and similar products at the lowest listed price across these stores.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/danielrosehill/Claude-Israel-Shopping-Plugin

Made for: Claude Code.

Or install israel-shopping, the plugin that ships this one along with the rest of its 7 skills, 10 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tech-product-search

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search/github.svg)](https://agentmods.dev/commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search)
Your own site
<a href="https://agentmods.dev/commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search"><img src="https://agentmods.dev/badge/commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tech-product-search

Your own site · 80×15
<a href="https://agentmods.dev/commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search"><img src="https://agentmods.dev/badge/commands/danielrosehill/claude-israel-shopping-plugin/tech-product-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 585 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.00585
Opus 5 $0.00039 $0.00293
Sonnet 5 $0.00015 $0.00117
Haiku 4.5 $0.00008 $0.00059

Measured 11d ago against content hash 6ac03a06e020, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

tech-product-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/tech-product-search.md · 49 lines

What it actually says

Tech Product Search — Ivory / KSP / Bug / TMS

Finds a consumer-tech product across the four tier-1 Israeli tech chains and returns a ranked price table.

See docs/search-strategies.md for the full backend chain, Hebrew-term resolution, URL patterns, KSP regular-vs-Eilat rule, and store-metadata merge convention.

When to use

  • User asks to price, find, or compare consumer tech across the big Israeli chains.
  • User names any of Ivory, KSP, Bug, TMS specifically.
  • For cross-retailer comparison including tier-2 and niche stores, prefer /search-zap first; use this when Zap misses or direct retailer pricing is wanted.

Workflow

  1. Resolve the Hebrew category noun (see docs/search-strategies.md § Hebrew-term resolution). State it in the first user-facing line.
  2. For each of the four retailers, run the backend chain (Tavily → WebFetch → Playwright) in parallel where possible. Cap 5 results per retailer.
  3. Retry with a Hebrew synonym or brand+model only if a retailer returns zero.
  4. KSP price rule: quote the regular (non-Eilat) price unless the user asked about Eilat.
  5. Rank low-to-high by VAT-inclusive ILS price.

Output

## <product> — Israeli tech stores
Hebrew query: <hebrew noun> <brand> <model>
Backends used: Ivory=<tavily|playwright|…>, KSP=<…>, Bug=<…>, TMS=<…>

| # | ₪ (inc. VAT) | Product | Retailer | Link |
|---|---|---|---|---|
| 1 | … | … | … | … |

### Notes
- Any retailer that returned nothing and what fallbacks were tried.
- Price outliers / stock warnings.
- KSP: regular price quoted (Eilat price if seen: ₪X).

Rules

  • Never invent a price. If you can't extract it, say so.
  • Quote ILS inc-VAT — never USD on these retailers.
  • Never silently substitute a similar-but-different model. If the exact SKU isn't carried, name the closest match and flag it.
  • For retailers outside this set, point the user to /general-search or /search-zap.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 49 lines · 77 tokens per session scan A 6ac03a06e020

Subscribe to this mod's changes

tech-product-search is a command published in the GitHub repository danielrosehill/Claude-Israel-Shopping-Plugin (3 stars, last pushed 4mo ago), licensed MIT. It adds 77 tokens to every session and 585 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.