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-phone-formatternpx skills add squadcodercom/squadcoder --skill israeli-phone-formattergit clone --depth 1 https://github.com/squadcodercom/squadcoderWrote 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.
[](https://agentmods.dev/skills/squadcodercom/squadcoder/israeli-phone-formatter)<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>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.
| Model | Per session | Once 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 |
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.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- israeli-phone-formatter — 98% identical, 17 lines differ
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:
- Strip all whitespace, hyphens, parentheses, and dots
- Convert international prefix:
+972or972becomes leading0 - Match against known prefix patterns
- Verify digit count (mobile / non-geographic = 10, landline = 9)
Common validation errors:
- Wrong digit count: Mobile numbers must be exactly 10 digits with the
0prefix - 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). Use07[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):
- Remove leading
0 - Prepend
+972 - Output digits only, no separators
- Example:
052-1234567becomes+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.
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.
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.
- 4d ago First seen · 154 lines · 185 tokens per session scan A 9261e8b25b57
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.
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…
write-zot-themes
Help the user create, install, or package zot themes, including theme-only extensions.
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…
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…
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…
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.