jerusalem-municipality-report

jerusalem-municipality-report is a skill for Claude Code from danielrosehill/Claude-Israel-Agent-Skills-Plugin. It costs 139 tokens per session (2,479 once invoked), scanned A, original, MIT.

A browser-assisted form filler for sending a “106” public-contact report to the Jerusalem Municipality. It opens the official Hebrew form and fills applicant, contact, address, and report details from information you provide.

In plain words
What is it for?
Use it to prepare and submit reports about problems or requests to Jerusalem Municipality, such as issues at a specific address. You provide the required personal, contact, location, and description details.
Why use it?
It removes the need to navigate an unfamiliar Hebrew government form and enter the same information manually. A visible browser lets you complete the reCAPTCHA yourself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the israel-agent-skills plugin — 22 skills shipped together

Good fit Use it to prepare and submit reports about problems or requests to Jerusalem Municipality, such as issues at a specific address. You provide the required personal, contact, location, and description details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report
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.

Any agent
npx skills add danielrosehill/Claude-Israel-Agent-Skills-Plugin --skill jerusalem-municipality-report
Clone the repo
git clone --depth 1 https://github.com/danielrosehill/Claude-Israel-Agent-Skills-Plugin

Made for: Claude Code.

Or install israel-agent-skills, the plugin that ships this one along with the rest of its 22 skills.

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 jerusalem-municipality-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report/github.svg)](https://agentmods.dev/skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report)
Your own site
<a href="https://agentmods.dev/skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report"><img src="https://agentmods.dev/badge/skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jerusalem-municipality-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report"><img src="https://agentmods.dev/badge/skills/danielrosehill/claude-israel-agent-skills-plugin/jerusalem-municipality-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00139 $0.02479
Opus 5 $0.00069 $0.01239
Sonnet 5 $0.00028 $0.00496
Haiku 4.5 $0.00014 $0.00248

Measured 12d ago against content hash 0affad0f6535, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

jerusalem-municipality-report 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 12d 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.

skills/jerusalem-municipality-report/SKILL.md · 146 lines

How it starts

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

Jerusalem Municipality Report (106)

Files a public-contact report ("פנייה ל-106") with the Jerusalem Municipality via the official online form. The form uses reCAPTCHA, so this skill uses a visible Playwright browser and hands the reCAPTCHA to the user — it does not try to solve it.

Form URL

https://www.jerusalem.muni.il/he/contactus/106/

Form fields (as of 2026-04-23)

All labels are in Hebrew; the skill may fill Hebrew or English values (Hebrew preferred for addresses).

פרטי הפונה — Applicant details

Label (HE) English Type Required
שם פרטי First name text yes
שם משפחה Last name text yes
אמצעי זיהוי ID type select (בחר / תעודת זהות / דרכון) yes
מספר זיהוי ID number text yes

פרטי יצירת קשר — Contact details

Label (HE) English Type Required
מספר טלפון Phone number text yes
מספר טלפון נוסף Additional phone text no
דואר אלקטרוני Email text yes

כתובת האירוע — Event address

Label (HE) English Type Required
יישוב City (usually ירושלים) text yes
רחוב Street text no
מספר בית House number text no

תיאור הפנייה — Report description

Label (HE) English Type Required
תוכן הפנייה Report body (character counter visible) textarea yes
צירוף קובץ File attachment — up to 3 files, allowed types: png / doc / pdf / tif / jpg / gif, max 5 MB each file no

Submit

Button label: שליחה (Send), with sendIco.png icon.

Success indicator

On success the page shows: תודה רבה על פנייתך. פנייתך הועברה בהצלחה לעיריית ירושלים בתאריך DD.MM.YYYY. A reference number is emailed / SMSed later.

Procedure

1. Gather inputs from the user

Ask for any missing mandatory fields. Offer sensible defaults: city defaults to ירושלים, ID type defaults to תעודת זהות. Confirm the report body in the user's preferred language (Hebrew or English — the form accepts either, Hebrew gets faster triage).

Read the full file on GitHub · 146 lines

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. 12d ago First seen · 146 lines · 0 tokens per session scan A 0affad0f6535

Subscribe to this mod's changes

jerusalem-municipality-report is a skill published in the GitHub repository danielrosehill/Claude-Israel-Agent-Skills-Plugin (2 stars, last pushed 4mo ago), licensed MIT. It adds 139 tokens to every session and 2,479 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

parallel-web

Use Parallel CLI for web search, URL extraction, deep research, structured data enrichment, entity discovery, and recurring web monitoring. Best for requests that explicitly need current web evidence, academic-source discovery, repeated entity lookups, exhaustive reports, or ongoing change tracking.

K-Dense-AI/scientific-agent-skills · 55 tokens

add-tavily-tool

Add Tavily Search and Extract as keyless remote MCP tools for selected NanoClaw agent groups. Use when installing Tavily web search or URL extraction without an API key.

nanocoai/nanoclaw · 41 tokens

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

nanocoai/nanoclaw · 51 tokens

browser-cdp

Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP…

zenstory-ai/oh-story-claudecode · 94 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 70 tokens

web-quality-audit

Run an evidence-led web quality audit covering performance, accessibility, SEO, best practices, and agentic browsing. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".

addyosmani/web-quality-skills · 58 tokens