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.
npx skills add squadcodercom/squadcoder --skill israeli-product-price-comparatorgit clone --depth 1 https://github.com/squadcodercom/squadcoderWrote 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.
[](https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-product-price-comparator)<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-product-price-comparator"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-product-price-comparator.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00099 | $0.03371 |
| Opus 5 | $0.00049 | $0.01685 |
| Sonnet 5 | $0.00020 | $0.00674 |
| Haiku 4.5 | $0.00010 | $0.00337 |
Grade A, and why
israeli-product-price-comparator 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Israeli Product Price Comparator
Instructions
Step 1: Identify the Product and Category
Determine the exact product the user is looking for. Classify it into one of these categories:
- Electronics: smartphones, TVs, headphones, cameras, gaming consoles
- Computers: laptops, desktops, monitors, peripherals, components
- Appliances: refrigerators, washing machines, ovens, air conditioners
- Home & Garden: furniture, lighting, tools, garden equipment
- Pharmacy & Health: cosmetics, vitamins, personal care products
Ask clarifying questions if the product is ambiguous. Get the exact model number when possible, as Israeli retailers often carry different SKUs than international markets.
Step 2: Search Zap.co.il as the Primary Comparison Source
Zap.co.il is Israel's dominant price comparison engine with over 2 million monthly visitors and thousands of partnered retailers.
- Search by product name or model number at the Zap website
- Review the comparison table which shows:
- Store name and rating (1-5 stars based on user reviews)
- Current price in NIS
- Shipping cost and estimated delivery time
- Whether the product is in stock
- Check the price history graph on the product page to see price trends over the last 30/90/180 days
- Read store reviews before recommending less-known retailers. Focus on stores with 4+ star ratings and 100+ reviews
- Note Zap's "lowest price" badge which indicates the cheapest current offer
Key Zap categories with dedicated comparison engines:
- Cellphones: Available through Zap's cellphone section
- Laptops: Available through Zap's laptop section
- TVs: Available through Zap's TV section
- Air Conditioners: Available through Zap's air conditioning section
Step 3: Check Major Retailer Direct Prices
Cross-reference Zap results with direct retailer websites, as some retailers offer exclusive online-only prices not listed on Zap:
Electronics Specialists:
- KSP: Israel's largest electronics retailer. Offers a price-match guarantee, matching any lower price from an authorized retailer. Check their "Daily Deals" section. KSP also has physical stores for pickup.
- iDigital (
https://www.idigital.co.il): Apple Premium Reseller. Best for Apple products, often has bundle deals with AppleCare. Also carries Samsung, Bose, and other premium brands. - Ivory (
https://www.ivory.co.il): Wide electronics selection. Known for competitive pricing on computers and peripherals. Check their "Clearance" section for discounts. - Bug: Strong in computer components and peripherals. Good for custom PC builds. Has a used/refurbished section.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 223 lines · 99 tokens per session scan A 815c408669c3
israeli-product-price-comparator is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 99 tokens to every session and 3,371 once invoked, about $0.0005 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-30.
Other skills, from other repositories
grade-and-fix-daedalus
How to grade a Daedalus run (or pasted agent transcript), root-cause the failure, and ship the fix to Daedalus CORE as a stacked PR — without modifying the prompt-vault sandbox (read-only grading). Covers recurring bug archetypes (Unicode punctuation patch mismatch, syntax-vs-type mislabel, emoji box misalignment…
add-slash-command
How to add a new slash command to Daedalus (src/commands), including the docs-sync step that breaks CI if skipped.
payment-integration
Implement payment integrations with SePay (Vietnamese payment gateway with VietQR, bank transfers, cards) and Polar (global SaaS monetization platform with subscriptions, usage-based billing, automated benefits). Use when integrating payment processing, implementing checkout flows, managing subscriptions, handling…
fix-typescript-build
How to fix a failing tsc/npm run build (type-check) run in a project, batching fixes into sprints to preserve context.
billing-automation
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
stripe
You are integrating Stripe payments. Apply these conventions.