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/skills-il/developer-tools/n8n-hebrew-workflowsnpx skills add skills-il/developer-tools --skill n8n-hebrew-workflowsgit clone --depth 1 https://github.com/skills-il/developer-toolsWrote 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/skills-il/developer-tools/n8n-hebrew-workflows)<a href="https://agentmods.dev/skills/skills-il/developer-tools/n8n-hebrew-workflows"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/n8n-hebrew-workflows.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.1 | $0.00230 | $0.08850 |
| Opus 5 | $0.00115 | $0.04425 |
| Sonnet 5 | $0.00046 | $0.01770 |
| Haiku 4.5 | $0.00023 | $0.00885 |
Grade A, and why
n8n-hebrew-workflows scanned grade A with 1 finding 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 6d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: Bash(n8n:*) Bash(curl:*) Bash(node:*) Bash(npx:*) Bash(docker:*) How it starts
The opening of the file, as written. The whole thing — 307 lines — stays where its author put it; the contents beside it link to each section on GitHub.
n8n Hebrew Workflows
Instructions
Step 1: Identify the Automation Pattern
Scheduled flows start with a Schedule Trigger and MUST add the Shabbat/holiday gate (Step 4). Event-driven flows (payment confirmations, form submissions) start with a Webhook trigger. Add a Code node early when Hebrew text needs encoding or RTL handling (Step 3), and an AI Agent node for categorization or summarization (Step 7). Field references for every Israeli service named here are in references/israeli-api-endpoints.md.
Step 2: Connect Israeli APIs in n8n
Morning (formerly Green Invoice) API
Morning ("hashbonit yeruka" / חשבונית ירוקה) uses API key + secret to obtain a JWT token (NOT OAuth2). Configure HTTP Request:
POST https://api.greeninvoice.co.il/api/v1/account/token
Body: { "id": "{{$env.GREEN_INVOICE_API_KEY}}", "secret": "{{$env.GREEN_INVOICE_API_SECRET}}" }
The response carries a JWT valid for 60 minutes; pass it on as Authorization: Bearer {{$json.token}}.
Israel Invoice Reform 2026 (threshold step-down): Tax invoices over the threshold require an allocation number (mispar haktza'a) from the Tax Authority. The threshold drops mid-year:
| Effective | Threshold |
|---|---|
| Jan 1, 2026 | 10,000 NIS |
| Jun 1, 2026 onwards | 5,000 NIS |
The regime began May 2024 (25,000 NIS), then 20,000 from January 2025, so a workflow touching historical invoices must test each one against the threshold in force on ITS OWN date. Full schedule in references/israeli-api-endpoints.md.
Two separate rules govern this, and conflating them is the classic error. The SELLER's duty is s.47(א2)(1), arising only on the buyer's demand and not on a zero-rated transaction: "ובעסקה שסכומה, בלא המס, עולה על הסכום האמור בסעיף 38(א1), חייב הוא לעשות כן לפי דרישת הקונה; הוראות סעיף קטן זה יחולו לעניין חשבונית מס שהוצאה בשל עסקה שהמס שחל לגביה אינו בשיעור אפס". The BUYER's loss of the input-VAT deduction is s.38(א1), with NO buyer-request condition: "לא יותר ניכוי מס התשומות הכלול בחשבונית מס שסכומה, בלא המס, עולה על 5,000 שקלים חדשים (מינואר 2026 ועד מאי 2026: 10,000 שקלים חדשים) ושאינה כוללת מספר שהקצה לה המנהל". So never treat "the buyer never asked" as a pass. Note עולה על (EXCEEDS): an invoice exactly on 5,000 is outside the rule, so use >, not >=.
What ships with it
12 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.
- evidence.json 77 KB
- m.html 6.4 KB
- metadata.json 2.4 KB
- optimization-log.json 7.7 KB
- references/.gitkeep 0 B
- references/israeli-api-endpoints.md 49 KB
- references/n8n-version-migration.md 17 KB
- references/n8n-workflow-authoring.md 19 KB
- references/shabbat-cron-patterns.md 16 KB
- references/webhook-auth-patterns.md 6.6 KB
- scripts/.gitkeep 0 B
- SKILL_HE.md 54 KB
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.
- 6d ago First seen · 307 lines · 230 tokens per session scan A f97379bbd920
n8n-hebrew-workflows is a skill published in the GitHub repository skills-il/developer-tools (10 stars, last pushed 4d ago), licensed MIT. It adds 230 tokens to every session and 8,850 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
x402
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…
tushare
Skill "tushare" from HKUDS/Vibe-Trading, covering tushare, 概述, 快速上手, 读取环境变量中的token, 或者读取本地记录的token and 初始化pro接口实例.
stripe-best-practices
Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax, automatictax, product tax codes), Treasury financial accounts, integration options (Checkout, Payment…
pinme-uniwebpay
Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout sessions, payment status reads, refunds, subscriptions, or handling UniwebPay webhooks with @uniwebpay/sdk in a PinMe project.
erp-xpp
Finance and Operations X++ development lifecycle — scaffold models, author classes, custom services/APIs, and data entities, install matching SDKs, compile deployable packages, deploy packages, synchronize databases, and verify deployed artifacts. Use when the user wants to create, build, compile, package, deploy…
kalshi-api
Kalshi exchange mechanics — RSA-PSS auth, order schema, YES/NO orderbook convention, WebSocket, and endpoint surface. Market-type-agnostic shared layer for all Kalshi skills.