Skip to main content
GitHub repository

israel-tax-refund

israel-tax-refund contains 13 collected skills from tupe12334, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
13
Stars
10
updated
2026-04-19
Forks
1
Occupation coverage
5 occupation categories ยท 100% classified
repository explorer

Skills in this repository

collect-info
customer-service-representatives-434051

Guides the user through a step-by-step interview to gather all information needed to file an Israeli tax refund (ื”ื—ื–ืจ ืžืก / Form 135). Use when the user wants to start a tax refund claim, collect their tax data, or fill in their Form 106 details.

2026-04-19
donation-receipts
insurance-claims-and-policy-processing-clerks-439041

Guides the user through claiming a tax refund for charitable donations (ืชืจื•ืžื•ืช) made to Israeli approved organizations (ืขืžื•ืชื•ืช ืžืื•ืฉืจื•ืช ืœืคื™ ืกืขื™ืฃ 46). Collects donation receipts, validates them, updates the filer data file, and explains the online submission process via the Misim portal. Run this as part of the collect-info flow, or standalone before form-fill.

2026-04-19
gmail-import
software-developers

Scans the user's Gmail for Israeli tax-relevant documents (Form 106 / ื˜ื•ืคืก 106, Form 867 / ื˜ื•ืคืก 867, National Insurance certificates, donation receipts, pension statements) and extracts pre-fill data for the tax refund interview. Run this before collect-info to auto-populate known fields.

2026-04-16
hapoalim-import
software-developers

Uses Playwright to log in to Bank Hapoalim (ื‘ื ืง ื”ืคื•ืขืœื™ื) online banking and extract Form 867 (ืื™ืฉื•ืจ ื ื™ื›ื•ื™ ืžืก ืฉื ืชื™) data for a given tax year. Run this during the collect-info flow to auto-populate investment income fields. Requires the Playwright MCP server to be configured.

2026-04-16
tax-refund
tax-preparers

Main orchestrator for the Israeli tax refund process. Guides the user end-to-end through all phases: data collection, authentication, and form submission. Start here when the user wants to file a tax refund.

2026-04-16
bank-import
software-developers

Opens the user's Israeli bank portal via Playwright and automatically extracts branch and account numbers for the tax refund deposit. Run during the collect-info flow to auto-populate the bank account section (Step 9). Requires the Playwright MCP server.

2026-04-16
form106-import
software-developers

Uses Playwright to log in to the Israeli Tax Authority (Misim) portal and retrieve every available Form 106 (ื˜ื•ืคืก 106) employer salary certificate. Defaults to importing ALL years the portal exposes (usually 2017 forward, up to 9 years) in a single run โ€” downloads each PDF and extracts fields 158, 042, 045, 218, employer name/ID, and months worked. Accepts an optional year filter for a single year or subset. Run during the collect-info flow to auto-populate the employment income section across multiple years in one pass.

2026-04-16
idf-service
tellers-433071

Fetches IDF mandatory service record from the IDF certificates portal (ishurim.prat.idf.il) to extract service start and discharge dates, calculate total service length, and determine tax credit eligibility. Run during the collect-info flow to auto-populate the military service section (Step 7c). For reserve duty (ืžื™ืœื•ืื™ื) income, use the miluim-import skill instead.

2026-04-16
miluim-import
tax-preparers

Fetches IDF reserve duty (ืžื™ืœื•ืื™ื) records from the Miluim portal (miluim.idf.il) to extract Form 3010 reserve duty pay and tax withheld for a given tax year. Run during the collect-info flow to auto-populate the reserve duty income section.

2026-04-16
form-fill
insurance-claims-and-policy-processing-clerks-439041

Fills and submits Form 135 (ื‘ืงืฉื” ืœื”ื—ื–ืจ ืžืก) on the Israeli Tax Authority (Misim) portal using the saved filer data file. Run this as Phase 3 of the tax-refund flow, after the login skill has authenticated the user. Requires the Playwright MCP server and an active authenticated session.

2026-04-16
chrome-credentials
software-developers

Retrieves saved credentials from Chrome's password manager (macOS Keychain) for Israeli tax-related portals โ€” misim.gov.il, IDF portals, Bank Hapoalim, and others. Decrypts Chrome's AES-128-CBC encrypted passwords using the macOS Keychain master key. Returns credentials for the current session only โ€” nothing is written to disk.

2026-04-16
login
software-developers

Opens the Israeli Tax Authority (Misim) portal via Playwright and guides the user through authentication with their Israeli ID and OTP. Run this as Phase 2 of the tax-refund flow, after collect-info has saved the filer's data file. Requires the Playwright MCP server.

2026-04-16
sms-otp
software-developers

Reads recent SMS/iMessage texts from the macOS Messages app and extracts 2FA/OTP codes. Requires Full Disk Access for Terminal. Called by other skills (login, idf-service, hapoalim-import, miluim-import) to auto-fill OTP fields without user copy-paste.

2026-04-15