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 agentmods add skills/squadcodercom/squadcoder/israeli-smart-savernpx skills add squadcodercom/squadcoder --skill israeli-smart-savergit clone --depth 1 https://github.com/squadcodercom/squadcoderWhat 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 | $0.00196 | $0.03412 |
| Opus 5 | $0.00098 | $0.01706 |
| Sonnet 5 | $0.00039 | $0.00682 |
| Haiku 4.5 | $0.00020 | $0.00341 |
Grade A, and why
israeli-smart-saver 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 2d 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 — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Israeli Smart Saver
Price Comparison Platforms
| Platform | URL | What It Compares | Best For |
|---|---|---|---|
| Zap | zap.co.il | Electronics, appliances, gadgets | Finding lowest price across retailers |
| Pricez | pricez.co.il | Groceries, pharmacy products | Food and pharmacy price comparison across chains |
| Wisebuy | wisebuy.co.il | Electronics, appliances | Expert reviews + price comparison |
Zap.co.il Strategies
- Set price alerts -- Zap allows email alerts when a product drops below your target price
- Check price history -- see if current price is genuinely low or inflated before a "sale"
- Compare with shipping -- some cheaper stores charge high shipping, check total cost
- Read user reviews -- filter by verified purchases, ignore reviews without details
Cashback and Rebate Platforms
| Platform | URL | How It Works | Typical Cashback |
|---|---|---|---|
| Cashback.co.il | cashback.co.il | Browser extension + app, earn rebates on purchases | 2-8% at most stores |
| Cashdo | cashdo.co.il | Cashback on purchases at Israeli retailers | 2-10% depending on store |
| PayBack | pay-back.co.il | Cashback service across partner stores | Varies by partner |
| BuyMe | buyme.co.il | Gift cards at discount, sometimes below face value | 5-15% via discounted cards |
Cashback Stacking Strategy
Maximize savings by combining multiple discount layers on a single purchase:
- Credit card cashback -- use a card with cashback for the store category (e.g., Max Back for general, Cal Benefit for specific chains)
- Cashback platform -- route purchase through Cashback.co.il or Cashdo for additional rebate
- Store loyalty program -- earn points at the retailer's own club
- Discounted gift card -- buy BuyMe or store gift cards at a discount, pay with them
- Coupon codes -- check Israeli coupon aggregators before checkout
Example: Buying a 1,000 NIS appliance:
- 3% credit card cashback = 30 NIS
- 5% Cashback.co.il = 50 NIS
- 10% off via discounted BuyMe card = 100 NIS
- Total saved: approximately 172 NIS (~17%). Note: cashback platforms like Cashback.co.il typically rebate on the post-discount net amount, not the gross. So if BuyMe gives 10% off (1,000 → 900), Cashback rebates 5% × 900 = 45 NIS and the credit card rebates 3% × 900 = 27 NIS. Stacked total: 100 + 45 + 27 = 172 NIS.
What ships with it
7 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.
- 2d ago First seen · 234 lines · 196 tokens per session scan A cd29dfce8f6a
israeli-smart-saver is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 196 tokens to every session and 3,412 once invoked, about $0.0010 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
scaffolding-marketplace-integrations
Generates boilerplate for e-commerce API integrations. Use when the user asks about WooCommerce, Shopify, Bol.com, or Etsy APIs, webhooks, product sync, or order handling.
writing-product-descriptions
Creates compelling product copy for e-commerce listings. Use when the user asks about product descriptions, e-commerce copy, product pages, marketplace listings, or converting features to benefits.
tool-prompt-optimization
Optimize the description prompts an AI agent reads to learn its built-in tools (the .md files under prompts/tools/). Two halves: (1) measure how much of a prompt is already inferable from the tool's JSON parameter schema + name, to prune redundancy with evidence; (2) house authoring rules for what belongs in a tool…
cloudflare-registrar
Cloudflare Registrar: domain availability, prices, registration via mcporter.
etsy-category-listing
Etsy category page scraper: given an Etsy category URL (e.g. https://www.etsy.com/c/jewelry) and optional page number, returns paginated product listings with listingId, shopId, title, url, image, salePrice, originalPrice, currency, rating, reviewCount, shopName, isAd, freeShipping, badge from category and subcategory…
shopify-functions
Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location…