israeli-price-quote-generator

israeli-price-quote-generator is a skill for Claude Code, Codex from squadcodercom/squadcoder. It costs 228 tokens per session (4,783 once invoked), scanned A, original, MIT.

A tool for creating Hebrew price quotes for Israeli freelancers and small businesses, including the correct VAT treatment for different business statuses.

In plain words
What is it for?
Use it to draft client quotes and pre-sale proposals in Hebrew, calculate VAT, state how long the quote remains valid, and set payment terms.
Why use it?
It helps avoid stale dates, wrong VAT amounts, and unclear payment terms when preparing a quote from an old document.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/squadcodercom/squadcoder/israeli-price-quote-generator
Any agent
npx skills add squadcodercom/squadcoder --skill israeli-price-quote-generator
Clone the repo
git clone --depth 1 https://github.com/squadcodercom/squadcoder

Made for: Claude Code, Codex.

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 israeli-price-quote-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-price-quote-generator.svg)](https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-price-quote-generator)
Your own site
<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-price-quote-generator"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-price-quote-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 228 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00228 $0.04783
Opus 5 $0.00114 $0.02391
Sonnet 5 $0.00046 $0.00957
Haiku 4.5 $0.00023 $0.00478

Measured 5d ago against content hash 1ad5965d0fbe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

israeli-price-quote-generator 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/quote_builder.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.squadcoder/skills/israeli-price-quote-generator/SKILL.md · 216 lines

How it starts

The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Israeli Price Quote Generator

Problem

Israeli freelancers and small businesses send price quotes (הצעת מחיר) every week, but most copy an old quote and edit it: the validity date stays stale, the VAT rate stays at 17% three years after the increase, and the payment terms clause silently waives the protections of חוק מוסר תשלומים. A quote that looks fine on the surface costs the freelancer real money when the client pays in 90 days or argues over the VAT line two months later. This skill builds the quote from current data, the right VAT, the right oseik patur header, the legally-correct payment-terms clause, and an explicit validity date, so the freelancer's hand is strong before the work starts.

Instructions

Step 1: Identify the issuer's oseik status

Ask the user (or read from prior session memory) whether they are:

  • Oseik morshe (עוסק מורשה): registered for VAT. Charges 18% VAT on every quote and invoice. Clients can deduct it as input tax.
  • Oseik patur (עוסק פטור): under the annual turnover ceiling (122,833 ₪ for 2026, CPI-indexed). Does NOT charge VAT. Cannot issue a tax invoice (חשבונית מס), uses חשבונית עסקה for the payment request, then קבלה for the receipt.
  • Esek za'ir (עסק זעיר) is NOT a fourth VAT status. "Esek za'ir" is the 2024 מסלול מקוצר, an income-tax election (30% normative expense deduction, simplified reporting). It is orthogonal to VAT classification: a freelancer in מסלול מקוצר can be either oseik patur or oseik morshe. From the quote's perspective, use whichever VAT status the freelancer actually holds; the מסלול מקוצר election affects income-tax filing, not the quote header.
  • Chevra ba'am (חברה בע"מ): incorporated. Charges 18% VAT, has both מספר עוסק and מספר חברה.

The oseik status drives whether the quote shows a VAT line, what the issuer header says, and what the issuer can label the future invoice.

Step 2: Collect the line items

For each line item, get:

  • Description (Hebrew preferred for Israeli clients; bilingual if the client is international)
  • Quantity and unit (hours, days, units, "fixed")
  • Unit price in ₪ (or specify another currency, see Step 6 on FX clauses)
  • Optional discount (% or flat ₪)

Read the full file on GitHub · 216 lines

Files

What ships with it

8 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.

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. 5d ago First seen · 216 lines · 228 tokens per session scan A 1ad5965d0fbe

Subscribe to this mod's changes

israeli-price-quote-generator is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 228 tokens to every session and 4,783 once invoked, about $0.0011 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.

Related

Other skills, from other repositories

agent-payment-x402

Add x402 payment execution to AI agents — per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents need to pay for APIs, services, or other agents.

sifxprime/kodelyth-ecc · 47 tokens

stripe-integration

Stripe payment integration. Checkout, subscriptions, webhooks, and billing management. Use when implementing payments or monetization in applications.

hoangatg/ai-agent-toolkit · 29 tokens

carrier-relationship-management

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes scorecarding frameworks, RFP processes, market intelligence, and…

sifxprime/kodelyth-ecc · 77 tokens

sector-rotation

行业轮动分析——申万行业景气度评分、行业动量排名、产业链传导、估值/盈利/资金流多维比较框架.

HKUDS/Vibe-Trading · 39 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens