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-export-shipping-kitnpx skills add squadcodercom/squadcoder --skill israeli-export-shipping-kitgit 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.00212 | $0.03225 |
| Opus 5 | $0.00106 | $0.01613 |
| Sonnet 5 | $0.00042 | $0.00645 |
| Haiku 4.5 | $0.00021 | $0.00323 |
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.
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 — 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):
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.
- 3d ago First seen · 204 lines · 212 tokens per session scan A 5628e44ed957
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.
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.
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.
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.
amazon-invoice
Generate tax invoices from Amazon Seller Central order data using browser extraction and PDF generation.
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…
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.