israeli-phone-formatter

israeli-phone-formatter is a skill for Claude Code, Codex from squadcodercom/squadcoder. It costs 185 tokens per session (2,642 once invoked), scanned A, original, MIT.

A validator and formatter for Israeli phone numbers, including local formats and the international +972 format.

In plain words
What is it for?
Use it to check Israeli mobile, landline, toll-free, premium, VoIP, and service numbers, identify prefixes, and convert between local and international forms.
Why use it?
It prevents invalid numbers and formatting mistakes when numbers are used for calls, SMS, or WhatsApp.

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-phone-formatter
Any agent
npx skills add squadcodercom/squadcoder --skill israeli-phone-formatter
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-phone-formatter

README.md
[![agentmods](https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-phone-formatter.svg)](https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-phone-formatter)
Your own site
<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-phone-formatter"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/israeli-phone-formatter.svg" alt="Measured on agentmods" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,642 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.00185 $0.02642
Opus 5 $0.00093 $0.01321
Sonnet 5 $0.00037 $0.00528
Haiku 4.5 $0.00018 $0.00264

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

Security

Grade A, and why

israeli-phone-formatter 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_phone.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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.squadcoder/skills/israeli-phone-formatter/SKILL.md · 154 lines

How it starts

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

Israeli Phone Formatter

Instructions

Step 1: Identify Phone Number Type

Type Prefixes Total Digits Example (local)
Mobile 050, 051, 052, 053, 054, 055, 058 10 052-1234567
Mobile (Palestinian, flag) 056 (Wataniya), 059 (Jawwal) 10 059-1234567
Landline 02-04, 08-09 9 02-6251111
Non-geographic / VoIP 072, 073, 074, 076, 077, 078, 079 10 077-1234567
Toll-free 1-800 10 1-800-123456
Premium 1-700 10 1-700-123456
Star service *XXXX 5-7 *2421

For the full prefix allocation table per carrier, consult references/prefix-allocation.md.

Step 2: Validate the Number

Run python scripts/validate_phone.py --number {input} to validate format and identify type.

If validating manually, apply these rules:

  1. Strip all whitespace, hyphens, parentheses, and dots
  2. Convert international prefix: +972 or 972 becomes leading 0
  3. Match against known prefix patterns
  4. Verify digit count (mobile / non-geographic = 10, landline = 9)

Common validation errors:

  • Wrong digit count: Mobile numbers must be exactly 10 digits with the 0 prefix
  • Palestinian carriers slipping through: 056 (Wataniya) and 059 (Jawwal) match the Israeli mobile shape but are Palestinian territories carriers. Flag them when business logic requires an Israeli SIM.
  • 078 or 079 rejected as invalid: Older regex patterns like 0(7[2-7]) reject both 078 (multiple VoIP providers) and 079 (Widely, 019 Mobile, Annatel). Use 07[2-9] instead.
  • Missing leading zero: Local numbers always start with 0 (except toll-free and star)

Step 3: Format or Convert

Local to international (strict E.164 for WhatsApp, Twilio, libphonenumber):

  1. Remove leading 0
  2. Prepend +972
  3. Output digits only, no separators
  4. Example: 052-1234567 becomes +972521234567

A hyphenated form like +972-52-123-4567 is for human display only. Pass it to strict E.164 parsers (google-libphonenumber, libphonenumber-js, WhatsApp Business API, AWS SNS) and they will reject it. Store the canonical no-separator form and only render the hyphenated form in UI.

Read the full file on GitHub · 154 lines

Files

What ships with it

5 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. 4d ago First seen · 154 lines · 185 tokens per session scan A 9261e8b25b57

Subscribe to this mod's changes

israeli-phone-formatter is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 185 tokens to every session and 2,642 once invoked, about $0.0009 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

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

write-zot-themes

Help the user create, install, or package zot themes, including theme-only extensions.

patriceckhart/zot · 23 tokens

st-full-workflow

Use when the user asks to run the complete end-to-end Strikethroo workflow for a work order in one shot in this repository — triggers include full workflow, end-to-end, plan and execute, do everything, run the whole strikethroo workflow. Do not use when the user wants only one stage (create a plan, generate tasks, or…

e0ipso/strikethroo · 90 tokens

st-code-review

Use when the blueprint execution gate asks for an independent second-harness review of a Strikethroo plan's cumulative diff in this repository — triggers include code review gate, review the plan diff, second-model review, CODEREVIEW hook, review the cumulative diff. Do not use to review a single task, to review code…

e0ipso/strikethroo · 87 tokens

st-refine-plan

Use when the user asks to review, refine, improve, interrogate, pressure-test, or update an existing Strikethroo plan by plan ID in this repository — triggers include refine plan, improve plan, review plan, red-team the plan, update plan. Do not use to create a new plan, to generate tasks, or for generic brainstorming…

e0ipso/strikethroo · 81 tokens

init

Use on the first substantive work in a project MasterMind isn't set up for yet, when the user says "init", "initialize", "set up MasterMind", "onboard", "get me ready", or when no field pack matches the project's detected stack.

mehrad-dm/mastermind · 55 tokens