make-com-israeli-automations

make-com-israeli-automations is a skill for Claude Code from squadcodercom/squadcoder. It costs 224 tokens per session (7,842 once invoked), scanned A, original, MIT.

A guide to building Make.com automations for Israeli business workflows. Make.com connects services into visual workflows, such as syncing invoices, sending messages, exporting ERP data, and reacting to payment notifications.

In plain words
What is it for?
Use it to automate invoicing, billing reports, customer messages, ERP exports, payment alerts, document generation, and AI-assisted workflows.
Why use it?
It helps translate a business process into the right automation pattern, trigger, router, and connected service.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit Use it to automate invoicing, billing reports, customer messages, ERP exports, payment alerts, document generation, and AI-assisted workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/squadcodercom/squadcoder/make-com-israeli-automations
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 squadcodercom/squadcoder --skill make-com-israeli-automations
Clone the repo
git clone --depth 1 https://github.com/squadcodercom/squadcoder

Made for: Claude Code.

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 make-com-israeli-automations

README.md
[![agentmods](https://agentmods.dev/badge/skills/squadcodercom/squadcoder/make-com-israeli-automations/github.svg)](https://agentmods.dev/skills/squadcodercom/squadcoder/make-com-israeli-automations)
Your own site
<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/make-com-israeli-automations"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/make-com-israeli-automations/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 make-com-israeli-automations

Your own site · 80×15
<a href="https://agentmods.dev/skills/squadcodercom/squadcoder/make-com-israeli-automations"><img src="https://agentmods.dev/badge/skills/squadcodercom/squadcoder/make-com-israeli-automations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 224 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,842 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00224 $0.07842
Opus 5 $0.00112 $0.03921
Sonnet 5 $0.00045 $0.01568
Haiku 4.5 $0.00022 $0.00784

Measured 5d ago against content hash 4b3de995db06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

make-com-israeli-automations 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 5d 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(curl:*) Bash(node:*) Bash(python:*)
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.squadcoder/skills/make-com-israeli-automations/SKILL.md · 548 lines

How it starts

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

Make.com Israeli Automations

Instructions

Step 1: Identify the Scenario Pattern

Before building any scenario, map the business workflow to a Make.com pattern. Israeli business automations fall into predictable categories:

Business Workflow Make.com Pattern Core Modules Trigger Type
Invoice creation and sync Watch + Create Morning (community), iCount (native), Monday.com Webhook / Scheduled
Billing cycle reporting Router + Aggregator Morning, Google Sheets, HTTP Scheduled (monthly/bimonthly)
Customer messaging Watch + Iterator + Module WhatsApp Business Cloud (native), Monday.com Webhook
ERP data export HTTP + JSON Parse + Router Priority (community or HTTP), Google Sheets Scheduled
Payment notification Webhook + Router + Create Cardcom/Tranzila/Grow/Bit webhook, Slack/Email Instant (webhook)
Document generation Watch + Template + Email Morning, Google Docs, Gmail Event-driven
AI-powered processing AI Agent + Module Tools Any module as AI tool, Router Event-driven / Scheduled

Choose the pattern based on these criteria:

  • Real-time needed? Use webhooks (instant triggers). Otherwise, use scheduled polling.
  • Multiple destinations? Use a Router module to branch the flow.
  • Processing a list? Use an Iterator to loop over items (e.g., line items on an invoice).
  • Aggregating data? Use an Array Aggregator before the final output.
  • AI decision needed? Use Make.com AI Agents with Module Tools (see Step 8).

Step 2: Configure Israeli App Connections

Morning (formerly Green Invoice / Hashbonit Yeruqa)

Morning has a community-built Make.com module, created by Callbox and listed as "Morning by Callbox" on the Make.com marketplace. Make.com states: "Make does not maintain or support this integration." The module requires a Best subscription tier or higher.

To set up the connection:

  1. In Make.com, search for "Morning" in the module palette (NOT "Green Invoice")
  2. Create a connection using your Morning API key and secret (from Morning dashboard: Settings > API Integration)
  3. The API domain remains api.greeninvoice.co.il despite the rebrand

Read the full file on GitHub · 548 lines

Files

What ships with it

7 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.

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. 5d ago First seen · 548 lines · 224 tokens per session scan A 4b3de995db06

Subscribe to this mod's changes

make-com-israeli-automations is a skill published in the GitHub repository squadcodercom/squadcoder (11 stars, last pushed 2mo ago), licensed MIT. It adds 224 tokens to every session and 7,842 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-09-03.