make-com-israeli-automations

make-com-israeli-automations is a skill for Claude Code from skills-il/developer-tools. It costs 224 tokens per session (7,955 once invoked), scanned A, a copy of make-com-israeli-automations, MIT.

Guidance for building Make.com scenarios, which are visual automations that connect business services, for Israeli companies and workflows.

In plain words
What is it for?
Use it to automate invoices, billing reports, customer messages, ERP exports, payment notifications, documents, and AI-assisted processes involving services such as Morning, iCount, Monday.com, Priority, WhatsApp, and Israeli payment gateways.
Why use it?
It helps map common business tasks to suitable automation patterns and connected services instead of designing each workflow from scratch.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument; mentions Claude Code.

Good fit Use it to automate invoices, billing reports, customer messages, ERP exports, payment notifications, documents, and AI-assisted processes involving services such as Morning, iCount, Monday.com, Priority, WhatsApp, and Israeli payment gateways.

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

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/skills-il/developer-tools/make-com-israeli-automations/github.svg)](https://agentmods.dev/skills/skills-il/developer-tools/make-com-israeli-automations)
Your own site
<a href="https://agentmods.dev/skills/skills-il/developer-tools/make-com-israeli-automations"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/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/skills-il/developer-tools/make-com-israeli-automations"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/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,955 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 89% copy Near-identical to another mod 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.07955
Opus 5 $0.00112 $0.03978
Sonnet 5 $0.00045 $0.01591
Haiku 4.5 $0.00022 $0.00796

Measured 9d ago against content hash 1a21ecd13171, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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

This is a copy

89% identical to make-com-israeli-automations — 108 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

make-com-israeli-automations/SKILL.md · 496 lines

How it starts

The opening of the file, as written. The whole thing — 496 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 · 496 lines

Files

What ships with it

9 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. 9d ago First seen · 496 lines · 224 tokens per session scan A 1a21ecd13171

Subscribe to this mod's changes

make-com-israeli-automations is a skill published in the GitHub repository skills-il/developer-tools (10 stars, last pushed today), licensed MIT. It adds 224 tokens to every session and 7,955 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 89% identical to make-com-israeli-automations, differing in 108 lines, and is treated as a copy.