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-coupon-code-findernpx skills add squadcodercom/squadcoder --skill israeli-coupon-code-findergit 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.00257 | $0.03376 |
| Opus 5 | $0.00129 | $0.01688 |
| Sonnet 5 | $0.00051 | $0.00675 |
| Haiku 4.5 | $0.00026 | $0.00338 |
Grade A, and why
israeli-coupon-code-finder 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 — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Israeli Coupon Code Finder
Problem
Before buying online, many Israelis open Gemini, Claude, ChatGPT, Perplexity, and Grok and type the same "find me a coupon for this store" request into each, then try the results one by one at checkout. It is slow, the answers are inconsistent, and the codes are often expired, fake, or scraped from a scam site that just wants the shopper's card details. This skill makes ONE agent do the hunt properly: it knows where Israeli codes actually live, searches them in one pass, verifies each candidate, and hands back a single ranked summary the shopper can trust.
Instructions
This is a methodology skill. The coupon codes themselves are NOT stored here, they change daily. The skill supplies the source map, the search playbook, the verification rubric, and the output format. The actual codes come from the agent's live web search each run.
Step 0: Anti-fabrication rules (CRITICAL, read first)
These are hard rules. Breaking them produces real harm (a shopper types a fake code, or trusts a scam site).
- NEVER invent, guess, or "reconstruct" a coupon code. A code may only appear in the output if it was found in a real web-search result THIS run.
- Every code in the output MUST carry its source link and the date it was seen.
- If no web-search tool is available, or the search returns nothing usable, say so plainly and hand back the source map and store-direct levers instead. Do NOT fill the gap with plausible-looking codes.
- Codes expire fast. Always close with a "verify at checkout" note. A code that is not honored at checkout is not a discount.
- If asked to evaluate a coupon site, apply the scam red-flags rubric below before recommending it.
Step 1: Pin the checkout context
Ask for, or infer from the request: the store (and its country site), the cart value range, the product category, and whether the shopper is a new or returning customer. New-customer-only codes are the most common false positive, so the customer status matters. If the store is a global one shipping to Israel, note that customs/VAT and shipping can erase a coupon's value, weigh that before celebrating a code.
What ships with it
6 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 · 165 lines · 257 tokens per session scan A 7a7e16861c6b
israeli-coupon-code-finder is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 257 tokens to every session and 3,376 once invoked, about $0.0013 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…