make-scenario-builder
Create Make.com (Integromat) scenarios with AI assistance
Installation
Open Claude Code and run this command:
/plugin install make-scenario-builder@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Create visual Make.com automation scenarios with AI assistance - perfect for no-code automation.
Features
Scenario Design
- Visual Workflows - Clear module-by-module design
- Routers & Filters - Conditional logic and branching
- Data Mapping - Transform data between apps
- Error Handling - Graceful failure management
- Iterators - Process lists and arrays
- Aggregators - Combine multiple items
AI Integration
- OpenAI - Native GPT integration
- Anthropic Claude - Via HTTP module
- Custom AI - Connect any AI API
- Prompt Design - Optimized prompts included
Module Types
- Triggers - Webhooks, scheduled, polling
- Actions - Create, update, search, delete
- Tools - Router, iterator, aggregator, filter
- Flow Control - Delays, repeaters, break
Use Cases
1. AI Email Assistant
Gmail Trigger → OpenAI Response → Send Reply → Log to Sheets
Business Value: Auto-respond to customer emails
Cost: ~$0.02/email (4 operations)
Setup Time: 15 minutes
2. Lead Qualification
Webhook → AI Scoring → Router → [High/Medium/Low] → Actions
Business Value: Automatically prioritize and route leads
Cost: ~$0.04/lead (4-6 operations)
Setup Time: 20 minutes
3. Content Distribution
RSS Feed → AI Rewrite → Iterator → Post to Social Platforms
Business Value: Automate content sharing across platforms
Cost: ~$0.12/post (3 platforms × 4 ops)
Setup Time: 25 minutes
4. Document Processing
Drive Trigger → OCR → AI Extract → Sheets Log → Email Summary
Business Value: Automate invoice/receipt processing
Cost: ~$0.08/document (8 operations)
Setup Time: 30 minutes
5. Support Automation
Ticket Created → AI Classify → Router → Route by Priority
Business Value: Triage support tickets automatically
Cost: ~$0.06/ticket (6 operations)
Setup Time: 25 minutes
FAQ
"Not enough operations"
- Solution: Upgrade plan or optimize scenario
"Connection error"
- Solution: Reauthorize app connection
"Data mapping error"
- Solution: Check field names and data types
"Timeout error"
- Solution: Reduce batch size or add delays
"Incomplete execution"
- Solution: Review error logs and add error handlers