israeli-flight-finder

israeli-flight-finder is a skill for Claude Code, Codex from squadcodercom/squadcoder. It costs 219 tokens per session (4,649 once invoked), scanned A, original, MIT.

A flight-price comparison guide for trips from Ben Gurion Airport, whose airport code is TLV. It checks several booking and comparison sites and considers Israeli airlines, baggage rules, and changing route availability.

In plain words
What is it for?
Use it to find cheaper flights from Israel, compare fares, check baggage policies, assess when to book, and review seasonal prices.
Why use it?
It helps avoid relying on one search result when prices, airlines, and flight schedules differ between sites. Current route status matters because flights to and from Israel can change quickly.

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

Made for: Claude Code, Codex.

Per session 219 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,649 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.00219 $0.04649
Opus 5 $0.00110 $0.02325
Sonnet 5 $0.00044 $0.00930
Haiku 4.5 $0.00022 $0.00465

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

Security

Grade A, and why

israeli-flight-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 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.

.squadcoder/skills/israeli-flight-finder/SKILL.md · 248 lines

How it starts

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

Israeli Flight Finder

Find the cheapest flights from Ben Gurion Airport (TLV) by comparing prices across multiple platforms and understanding Israeli airline pricing patterns.

TLV carrier status is highly volatile (verified May 2026). The brief Iran war that began at the end of February 2026 closed Israeli airspace and forced nearly every foreign carrier to suspend TLV service again. Carriers are resuming on a rolling schedule through mid-2026, but dates slip constantly and depend on EASA conflict-zone advisories. Treat every "resumes on date X" claim below as a plan, not a guarantee - always verify the current route and the specific airline's status on its own site before relying on it.

Comparison Platforms

Use multiple platforms -- each has different strengths. Never rely on a single source.

Platform URL Strengths Hebrew UI
Google Flights google.com/travel/flights?gl=IL&hl=he AI-powered Flight Deals, price tracking, "Explore" map, fare history graphs Yes
Skyscanner skyscanner.co.il Broadest coverage (1000+ providers), "Everywhere" search, monthly price calendar Yes
KAYAK il.kayak.com Price alerts, fare forecasting, flexible date search Yes
Issta issta.co.il Israeli travel agency, package deals (flight+hotel), Hebrew-first UX, physical branches Yes
Lametayel lametayel.co.il Israeli comparison engine, aggregates Israeli operators, popular among Hebrew speakers Yes

When to Use Which Platform

  • Cheapest fare overall: Start with Google Flights (best for direct airline prices), then cross-check on Skyscanner (catches OTA deals Google misses).
  • Flexible destination ("anywhere cheap"): Skyscanner "Everywhere" search or Google Flights "Explore" map.
  • Package deals (flight+hotel): Issta excels at bundled packages that save hundreds of NIS vs booking separately.
  • Hebrew-only users: Issta and Lametayel have the best Hebrew UX. Google Flights and Skyscanner also have full Hebrew interfaces.
  • Price tracking: Google Flights and KAYAK both offer email alerts when prices drop on tracked routes.

Read the full file on GitHub · 248 lines

Files

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.

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 · 248 lines · 219 tokens per session scan A 11a480f2d863

Subscribe to this mod's changes

israeli-flight-finder is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 219 tokens to every session and 4,649 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

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…

can1357/oh-my-pi · 0 tokens

semantic-compression

Re-encode verbose prose into a dense telegraphic register — punctuation as connectives, label frames, verbless assertions — without losing normativity or precision. Use when compressing system prompts, tool/function descriptions, skill bodies, or agent instructions; reducing token count or context bloat; making…

can1357/oh-my-pi · 77 tokens

docker-extend

Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend docker', 'docker-extend', 'add tools to docker', 'customize docker', 'add my tools to the container', 'personalize docker setup', 'docker user setup', 'install…

coleam00/Archon · 118 tokens

ppt-generation

Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Has TWO workflows: (1) Primary — AI-generated full-slide images composed via scripts/generate.py; (2) Fallback — python-pptx programmatic slides (all text editable, better for reports/project management). The fallback…

peintune/runjam · 100 tokens

runjam-defaults

Default constraints for every RunJam session. Defines output path conventions, dependency checking rules, fallback strategies, and file management discipline. This skill is auto-injected into every session — do not remove. Current session working directory: /Users/guizhan/work/code/runjam.

peintune/runjam · 59 tokens

database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.

mturac/everything-openai-codex · 61 tokens