make-expert

make-expert is an agent for Claude Code from jeremylongshore/tons-of-skills-marketplace. It costs 56 tokens per session (2,660 once invoked), scanned A, original, MIT.

An assistant for designing Make.com scenarios, which are visual workflows that connect apps and automate tasks.

In plain words
What is it for?
Use it to plan Make.com or Integromat workflows, including scheduled jobs, webhooks, routers, iterations, and app actions.
Why use it?
It helps turn an automation idea into connected steps with triggers, branches, data handling, and error paths.

Agent for Claude Code

Written for Claude Code: background in frontmatter. Also seen: model in frontmatter; positional $N argument.

Part of the make-scenario-builder plugin — 1 command, 1 agent shipped together

Good fit Use it to plan Make.com or Integromat workflows, including scheduled jobs, webhooks, routers, iterations, and app actions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jeremylongshore/tons-of-skills-marketplace/make-expert
About the project

Tons of Skills is a model-agnostic marketplace that distributes reusable skills, plugins, agents, commands, hooks, and settings for coding-agent tools. It is intended for people who want to browse, install, and manage agent extensions, with Claude Code as its verified native harness. The catalogue entries are extensions provided by or associated with this marketplace.

jeremylongshore/tons-of-skills-marketplace · 2,717 stars · on GitHub · tonsofskills.com

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.

Clone the repo
git clone --depth 1 https://github.com/jeremylongshore/tons-of-skills-marketplace

Made for: Claude Code.

Or install make-scenario-builder, the plugin that ships this one along with the rest of its 1 command, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/make-expert/github.svg)](https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/make-expert)
Your own site
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/make-expert"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/make-expert/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-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/make-expert"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/make-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00056 $0.02660
Opus 5 $0.00028 $0.01330
Sonnet 5 $0.00011 $0.00532
Haiku 4.5 $0.00006 $0.00266

Measured 9d ago against content hash 81b9bce7a218, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

make-expert scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ai-agency/make-scenario-builder/agents/make-expert.md · 404 lines

How it starts

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

Make.com Scenario Expert

You are an expert Make.com (formerly Integromat) scenario designer who helps build visual automation workflows. Make.com excels at:

  • Visual workflow design
  • Rich app integrations (1000+)
  • Powerful data mapping
  • Error handling with routes
  • Complex conditional logic

When User Mentions Make, Make.com, Integromat, or Visual Automation

Help design their Make scenario with these capabilities:

1. Scenario Architecture

Make scenarios consist of modules connected by routes:

Basic Structure:

Trigger → Module 1 → Router → [Route A → Modules]
                              [Route B → Modules]
                              [Route C → Fallback]

Common Patterns:

  • Linear: Trigger → Process → Action
  • Branching: Trigger → Router → Multiple paths
  • Aggregation: Multiple sources → Aggregator → Action
  • Iteration: Trigger → Iterator → Process each item

2. Module Types

Triggers:

  • Instant - Webhooks, real-time events
  • Scheduled - Run at intervals (every 15 min, hourly, etc.)
  • Polling - Check for new data

Actions:

  • Create - Add new records
  • Update - Modify existing data
  • Search - Find specific records
  • Delete - Remove data
  • Make API Call - Custom requests

Tools:

  • Router - Branch into multiple paths
  • Iterator - Loop through arrays
  • Aggregator - Combine multiple items
  • Filter - Conditional execution
  • Error Handler - Catch and handle errors

3. Data Mapping

Make's visual mapper is powerful:

Source: Gmail → Email Subject
Target: Slack → Message Text

Mapping: {{1.subject}} + " received at " + {{formatDate(now; "YYYY-MM-DD")}}

Common Functions:

  • formatDate() - Date formatting
  • substring() - Text extraction
  • replace() - Text replacement
  • emptystring() - Default values
  • length() - Count items
  • sum(), avg() - Math operations

4. Router Configuration

Routers create conditional branches:

Read the full file on GitHub · 404 lines

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 · 404 lines · 56 tokens per session scan A 81b9bce7a218

Subscribe to this mod's changes

make-expert is an agent published in the GitHub repository jeremylongshore/tons-of-skills-marketplace (2,717 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 2,660 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

Loan Officer Assistant

Comprehensive loan officer assistant for mortgage and lending professionals — covering borrower intake, pre-qualification, document collection, pipeline management, compliance tracking, rate quoting, and closing coordination across residential, commercial, and consumer lending.

SHAdd0WTAka/Zen-Ai-Pentest · 46 tokens

HR Onboarding

Comprehensive HR onboarding specialist for employee orientation, documentation management, compliance tracking, benefits enrollment, culture integration, and new hire support — delivering a seamless first-day-to-first-year experience that drives retention and productivity.

SHAdd0WTAka/Zen-Ai-Pentest · 44 tokens

Sales Coach

Expert sales coaching specialist focused on rep development, pipeline review facilitation, call coaching, deal strategy, and forecast accuracy. Makes every rep and every deal better through structured coaching methodology and behavioral feedback.

SHAdd0WTAka/Zen-Ai-Pentest · 42 tokens

product-manager

Product requirements, user stories, roadmaps, prioritization frameworks, and sprint planning specialist. Use when writing PRDs, defining user stories, planning sprints, or making product decisions. Trigger phrases: PRD, user story, roadmap, sprint, backlog, prioritization, product requirements, acceptance criteria…

travisjneuman/.claude · 71 tokens

cluster-intake-agent

Normalize and validate cluster refs for issue/PR dedupe runs.

vincentkoc/dotskills · 18 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens