Build and optimize n8n 2.0 automation workflows with Israeli API integrations including Morning (formerly Green Invoice), israeli-bank-scrapers, data.gov.il, SMS gateways, and payment processors (Cardcom, Tranzila, Grow by Meshulam). Covers AI Agent nodes, MCP integration, Israel Invoice Reform 2026, Bit payments, Hebrew data handling, Shabbat-aware scheduling, and self-hosting on Israeli cloud. Do NOT use for general n8n tutorials without Israeli context.
Trust score 71/100 (Trusted) · 7+ installs · 2 GitHub contributors · MIT license
Israeli dev teams and businesses using n8n struggle to connect Israeli APIs (Morning/Green Invoice, banks, payment gateways), handle Hebrew text in Code nodes, and schedule workflows that respect Shabbat and holidays. n8n 2.0 (December 2025) introduced breaking changes that affect Israeli workflows: Execute Command disabled by default breaks bank scraper integrations, Code node task runner isolation requires package reconfiguration, and the old basic auth was removed. Additionally, the 2026 Invoice Reform requires allocation numbers for invoices over 10,000 NIS, adding a mandatory step to invoice automation workflows. Without dedicated guidance, AI agents build workflows that run on Shabbat, use fabricated CLI tools, send SMS in wrong formats, confuse agorot with shekels, and produce invoices without allocation numbers.
npx skills-il add skills-il/developer-tools --skill n8n-hebrew-workflows -a claude-codeBuild an n8n workflow that connects to the Morning (Green Invoice) API, automatically creates tax invoices when a payment webhook is received from Grow by Meshulam, handles 18% VAT correctly, and complies with the 2026 Invoice Reform allocation number requirement for invoices over 10,000 NIS.
Set up an n8n workflow with a Schedule Trigger node that runs daily but automatically pauses during Shabbat and Israeli holidays, using the Hebcal API for per-city candle lighting times (Jerusalem 40 min, Haifa 30 min, Tel Aviv 18 min before sunset).
Create an n8n 2.0 workflow using an AI Agent node to automatically categorize Israeli bank transactions from israeli-bank-scrapers into Hebrew accounting categories (revenue, salary, suppliers, VAT, Bituach Leumi, rent, office expenses).
Create an n8n workflow that sends Hebrew SMS messages via 019 Telzar (using Bearer token auth) when a new order is received, including phone number conversion from 05X format to +972 international format in a Code node.
Build an n8n workflow that receives Bit payment webhooks from Tranzila API v2, validates the transaction, creates a receipt in Morning (Green Invoice), and sends a confirmation SMS to the customer.
Build Telegram bots with grammY, Telegraf, or python-telegram-bot. Covers Bot API v9.5 webhooks vs polling, inline keyboards, commands, middleware patterns, payments API, Mini Apps, and Hebrew message handling with RTL support. Use when building a Telegram bot, setting up webhooks, handling Hebrew messages in a bot, or integrating Telegram payments. Do NOT use for WhatsApp bots (use israeli-whatsapp-business), voice bots (use hebrew-voice-bot-builder), or general chatbot design patterns (use hebrew-chatbot-builder).
Interactive workflow for creating new skills for the skills-il organization -- guides through category selection, use case definition, folder scaffolding, YAML frontmatter generation with bilingual metadata, instruction writing, Hebrew companion creation, and validation. Use when user asks to "create a new skill", "scaffold a skill for skills-il", "write a SKILL.md", "contribute a skill", "new skill template", or "liztor skill chadash". Do NOT use for editing existing skills or creating skills for non-skills-il platforms.
Build conversational AI chatbots with native Hebrew support, including WhatsApp Business API integration, Telegram bot scaffolding, web chat widgets, Hebrew NLP patterns, and RTL chat UI components.
Want to build your own skill? Try the Skill Creator · Submit a Skill