israeli-crypto-tax-reporter

israeli-crypto-tax-reporter is a skill for Claude Code from squadcodercom/squadcoder. It costs 216 tokens per session (6,663 once invoked), scanned A, original, MIT.

A tax-reporting guide for cryptocurrency activity in Israel. It calculates capital gains using the FIFO method, which treats the earliest acquired units as sold first, and prepares data for specified Israeli tax forms.

In plain words
What is it for?
Use it to calculate crypto cost basis and gains, classify relevant crypto income, and prepare information for Israeli Forms 1322, 1325, and 1399י.
Why use it?
It helps turn transaction records into tax calculations and reporting information while accounting for distinctions such as investment gains, business activity, and some DeFi income.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to calculate crypto cost basis and gains, classify relevant crypto income, and prepare information for Israeli Forms 1322, 1325, and 1399י.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/squadcodercom/squadcoder/israeli-crypto-tax-reporter
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.

Any agent
npx skills add squadcodercom/squadcoder --skill israeli-crypto-tax-reporter
Clone the repo
git clone --depth 1 https://github.com/squadcodercom/squadcoder

Made for: Claude Code.

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-crypto-tax-reporter

README.md
[![agentmods](https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-crypto-tax-reporter.svg)](https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-crypto-tax-reporter)
Your own site
<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-crypto-tax-reporter"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-crypto-tax-reporter.svg" alt="Measured on agentmods" height="20"></a>
Per session 216 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,663 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.00216 $0.06663
Opus 5 $0.00108 $0.03331
Sonnet 5 $0.00043 $0.01333
Haiku 4.5 $0.00022 $0.00666

Measured 8d ago against content hash 5ae57e8890d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

israeli-crypto-tax-reporter 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/crypto-gains-calculator.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-crypto-tax-reporter/SKILL.md · 269 lines

How it starts

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

Israeli Crypto Tax Reporter

Instructions

Step 1: Understand the Israeli Crypto Tax Framework

Before performing any calculations, ensure you understand the key regulatory principles:

Core legal basis:

  • Cryptocurrency is classified as an asset (neches) under Section 88 of the Income Tax Ordinance (Pekudat Mas Hachnasa), not as currency.
  • Gains from selling crypto are taxed as capital gains (revach hon) under Chapter E of the Ordinance.
  • The Israeli Tax Authority published Circular 2018/05 (chozar 05/2018) which provides the primary guidance on crypto taxation.
  • The circular was reinforced by subsequent guidance and court rulings establishing that crypto is a taxable asset.

Tax rates:

  • Individuals: 25% capital gains tax on profits. If the seller is a "significant shareholder" (baal meniayot mahuti) of a crypto project, the rate is 30%.
  • Business/traders: If crypto activity constitutes a business (esek), gains are taxed as ordinary income at marginal rates (up to 47%, plus the surtax) instead of the 25% capital rate. This is the single highest-stakes determination in crypto tax. Circular 05/2018 sets out the "badge of trade" factors the assessing officer weighs - walk the user through them rather than guessing: (1) frequency and volume of trades, (2) holding period (short flips lean business), (3) time and attention devoted to trading, (4) use of leverage or sophisticated strategies, (5) the taxpayer's professional knowledge of the market, (6) financing method, and (7) whether crypto is held as inventory vs. long-term investment. No single factor decides it; the overall pattern does. When the answer is genuinely borderline, recommend a pre-ruling (hachlatat misui) or CPA review. Business classification also pulls in National Insurance + health tax (see references) and, for miners and dealers, VAT at 18% plus osek registration - which is outside this skill's scope and needs separate professional consultation.
  • Companies: Standard corporate tax rate (23%, since 2018) applies to capital gains.
  • Surtax (mas yesafim): the 2025 budget reform restructured the surtax from a flat 3% on labor income into a two-component charge that explicitly reaches passive and capital income, including crypto capital gains. For 2026 the structure is 3% base on all taxable income above NIS 721,560 PLUS an additional 2% on capital-source income (capital gains, dividends, interest, rentals) above the same threshold - effective 5% on crypto gains in the band above the threshold. The threshold (NIS 721,560 / monthly NIS 60,130) is frozen through tax year 2027 by the December 2024 indexation-pause amendment, so do not apply CPI uplifts. The pre-2025 framing of "3% surtax on labor income only" is obsolete; crypto capital gains are now within the surtax base, materially raising the effective rate on large realizations.

Read the full file on GitHub · 269 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. 8d ago First seen · 269 lines · 216 tokens per session scan A 5ae57e8890d8

Subscribe to this mod's changes

israeli-crypto-tax-reporter is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 216 tokens to every session and 6,663 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.