MIT License · Claude Code Plugin

Expert Skills for
Make.com Automation

3 complementary skills covering scenario architecture, module configuration, and MCP tooling — build production-grade Make scenarios directly from Claude Code.

3
Expert Skills
30+
Reference Files
20+
MCP Tools
Works seamlessly with
Claude Code
CLI & VS Code
Claude Desktop
Desktop App
Claude.ai
Web Interface

3 Expert Skills

Each skill covers a distinct part of the scenario-building workflow, from architecture to deployment.

Scenario Building

Architecture & Design

End-to-end scenario design methodology: understand the business need, discover apps and modules, construct blueprints, deploy. Covers routing, branching, merging, error handling, scheduling, and more.

18 reference files

Module Configuring

Parameters & Data Flow

5-phase module configuration workflow: read interface, resolve RPCs, fill parameters, validate, and get app docs. Covers connections, mapping, webhooks, data stores, IML expressions, and aggregators.

11 reference files

MCP Reference

Connection & Troubleshooting

MCP server configuration, OAuth vs token authentication, scopes, access control, and troubleshooting connection issues. Your guide to connecting Make with Claude.

1 reference file

Built for Real Workflows

Everything you need to go from idea to running automation, without leaving your editor.

Module Validation

Every module is validated individually via the MCP API before blueprint assembly. Catch configuration errors early, not after deployment.

Connection Management

Automatically checks existing connections, initiates OAuth flows for missing ones, and maps credentials to the right modules.

Blueprint Construction

Builds valid Make blueprints with proper routing, merging, filtering, iterations, and error handling. Deploys directly via the API.

App Discovery

Finds the right Make apps and modules for your use case using intelligent recommendations, then retrieves detailed documentation for each.

20+ MCP Tools

Full access to Make's hosted MCP server for app discovery, module configuration, and scenario lifecycle.

apps_recommend

Find the right Make apps for any use case

app_modules_list

List triggers, actions, and searches for an app

app-module_get

Get module interface schema and instructions

rpc_execute

Resolve dynamic dropdown options and resources

validate_module_configuration

Validate config before committing to blueprint

scenarios_create

Create and deploy scenarios from blueprints

connections_list

List and filter existing connections

credential_requests_create

Start OAuth flow for new connections

hooks_create

Create webhooks for instant triggers

data-stores_create

Create persistent data stores

data-structures_create

Define data structures for typed storage

app_documentation_get

Retrieve detailed app documentation

Get Started in Seconds

Install the plugin and start building Make scenarios from Claude Code.

Recommended — open Claude Code, then add the marketplace and install
Open Claude Code
Terminal
claude
Add the Make marketplace
Claude Code
/plugin marketplace add integromat/make-skills
Install the plugin
Claude Code
/plugin install make-skills@make-marketplace
Clone the repo, open Claude Code, and add as a local plugin
Clone the repository
Terminal
git clone https://github.com/integromat/make-skills.git
Open Claude Code
Terminal
claude
Add as a local plugin
Claude Code
/plugin add /path/to/make-skills

Start Automating with Make

Build production-grade scenarios directly from Claude Code.

Install Plugin