Skills / make skill
make skill
Make.com skill for AI agents — scenarios, blueprints, connections, webhooks, data stores, expression syntax, and Make-to-n8n migration.
Installation
Kompatibilitaet
Beschreibung
Make Skill
A complete reference for the Make.com API and blueprint management — covering scenario CRUD, blueprint JSON structure, expression syntax, router filters, error handlers, connections, webhooks, data stores, execution history, and Make-to-n8n migration mapping. Built from real production work at D1DX.
What's Included
| Topic | What it covers |
|-------|---------------|
| API Basics | Base URL, auth, pagination, team ID requirement, MCP usage |
| Scenarios | List, get, activate/deactivate, create, delete |
| Blueprints | Get and push blueprints, full JSON structure, key module names reference |
| Expression Syntax | {{1.body}} references, ifempty, lower, formatDate, parseDate, toNumber, length |
| Router Filters | Condition structure, AND/OR logic, full operator reference |
| Error Handlers | Ignore, Resume, Rollback, Break, Commit handler types |
| Connections | List, get, test connection health |
| Webhooks (Hooks) | List, get, create, delete; production URL retrieval |
| Data Stores | List stores, read/write records |
| Execution History | List scenario execution logs, status values |
| Make-to-n8n Migration | Module mapping table, expression syntax translation table |
| Critical Gotchas | Blueprint-as-string encoding, zone prefix requirement, connection ID portability, pull-before-edit, activation after push |
Recommended: Use with the MCP Server
For the best experience, pair this skill with make-mcp — the unofficial MCP server for Make.com built by D1DX. It exposes 200+ modules and auto-healing blueprints directly to your AI agent, so you can read and push scenarios without leaving your editor.
The MCP is configured for zone eu1 by default. If your Make.com account is on a different zone (e.g. us1, eu2), update the MAKE_ZONE environment variable to your zone's full hostname (e.g. us1.make.com).
Install
Claude Code
git clone https://github.com/D1DX/make-skill.git
cp -r make-skill ~/.claude/skills/make
Or as a git submodule:
git submodule add https://github.com/D1DX/make-skill.git path/to/skills/make
Other AI Agents
Copy SKILL.md (and supporting files) into your agent's prompt or knowledge directory. The skill is structured markdown — works with any LLM agent that reads reference files.
Structure
make-skill/
├── SKILL.md — Main skill file
└── README.md — This file
Sources
Distilled from managing 257 Make.com scenarios at D1DX and executing a large-scale migration to n8n. Covers API patterns, blueprint engineering, and migration mappings developed through hands-on scenario auditing, blueprint editing, and cross-platform porting.
Credits
Built by Daniel Rudaev at D1DX.
License
MIT License — Copyright (c) 2026 Daniel Rudaev @ D1DX
Aehnliche Skills
last30days skill
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
context mode
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
claude seo
Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.
pinme
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
godogen
Claude Code & Codex skills that build complete Godot projects from a game description
claude ads
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.