israeli-export-shipping-kit

A document-generation workflow for exporting goods from Israel, covering invoices, packing lists, transport papers, and origin documents.

In plain words
What is it for?
Use it to prepare export documents and choose applicable Incoterms, such as FOB, for shipments from Israel.
Why use it?
Export paperwork and delivery terms must match the shipment and destination or customs clearance and preferential duties may be affected.

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-export-shipping-kit
Any agent
npx skills add squadcodercom/squadcoder --skill israeli-export-shipping-kit
Clone the repo
git clone --depth 1 https://github.com/squadcodercom/squadcoder

Made for: Claude Code, Codex.

Per session 212 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,225 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.00212 $0.03225
Opus 5 $0.00106 $0.01613
Sonnet 5 $0.00042 $0.00645
Haiku 4.5 $0.00021 $0.00323

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

Security

Grade A, and why

israeli-export-shipping-kit 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_invoice.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-export-shipping-kit/SKILL.md · 204 lines

How it starts

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

Israeli Export Shipping Kit

Problem

Shipping a product out of Israel triggers a paperwork chain: commercial invoice, packing list, transport document (B/L, AWB or CMR), and an origin proof matched to the destination's FTA (EUR.1 for EU/UK, US Origin Invoice Declaration for the USA, Form B239 for Canada). Getting any of these wrong delays clearance or denies preferential duty. Exporters also routinely pick the wrong Incoterm and end up absorbing freight or insurance they meant the buyer to pay.

Instructions

Step 1: Choose the Incoterm

Incoterms 2020 (ICC) defines 11 three-letter trade terms. Pick once and write it on every document alongside the named place.

Mode Code Name Seller delivers until...
Any EXW Ex Works Buyer collects at seller's premises
Any FCA Free Carrier Seller hands goods to buyer's carrier
Any CPT Carriage Paid To Seller pays freight to named destination
Any CIP Carriage and Insurance Paid To Like CPT, seller also buys insurance
Any DAP Delivered at Place Seller delivers, buyer unloads
Any DPU Delivered at Place Unloaded Seller delivers AND unloads (replaced DAT)
Any DDP Delivered Duty Paid Seller pays import duty and clears
Sea FAS Free Alongside Ship Alongside the vessel at named port
Sea FOB Free on Board On board the vessel
Sea CFR Cost and Freight Seller pays sea freight, risk transfers at loading
Sea CIF Cost Insurance and Freight CFR plus marine insurance

Rule of thumb:

  • FOB/CFR/CIF are for bulk sea cargo only. Do not use them for containers or air freight; use FCA/CPT/CIP.
  • Avoid EXW with international buyers unless the buyer explicitly handles export clearance from Israel.
  • DDP is risky for small exporters: you become responsible for Israeli export formalities AND foreign import clearance.

Step 2: Draft the commercial invoice

Required fields (bilingual HE + EN is recommended for Israeli customs):

Read the full file on GitHub · 204 lines

Files

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.

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. 3d ago First seen · 204 lines · 212 tokens per session scan A 5628e44ed957

Subscribe to this mod's changes

israeli-export-shipping-kit is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 212 tokens to every session and 3,225 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

product-data-import

Generate a formatted FF&E specification schedule from notes, CSV, or pasted lists and optionally save it to the project's 33-column CSV library. Use when asked to import products or build a schedule.

AlpacaLabsLLC/skills-for-architects · 43 tokens

sif-to-csv

Parse a SIF (Standard Interchange Format) input into a readable preview and optionally append canonical product rows to the project's CSV library. Use when asked to convert or inspect SIF dealer data. For the reverse direction use /as:csv-to-sif.

AlpacaLabsLLC/skills-for-architects · 58 tokens

shopify-admin-gift-message-extraction

Read-only: extracts gift messages, gift recipients, and gift flags from order custom attributes and notes for fulfillment teams to print on packing slips.

40RTY-ai/shopify-admin-skills · 37 tokens

amazon-invoice

Generate tax invoices from Amazon Seller Central order data using browser extraction and PDF generation.

zpoint/vibe-seller · 19 tokens

amazon-listing

Amazon listing CRUD via the category flat-file (Add Products via Upload). Create a variation family (parent + colour/size children), update attributes, change parent-child relationships, and delete SKUs — all in one template round trip. Also covers the end-to-end sourcing flow: a supplier link (e.g. 1688) → extract…

zpoint/vibe-seller · 149 tokens

rp-source-csv

CSV file source adapter: parse core, vendor fingerprinting (Shopify, WooCommerce, Magento, BigCommerce), layout inference, file-set handling, and read contract for codegen. Use when the migration starts from one or more CSV/export files instead of a live source URL.

wix/skills · 61 tokens