Designs Make.com automation scenarios with detailed module-by-module instructions and configuration. Supports templates for AI email responders, lead qualification, and content distribution.
How this command is triggered — by the user, by Claude, or both
Slash command
/make-scenario-builder:make-builderFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Make.com Scenario Builder Create visual Make.com automation scenarios with detailed module configuration. ## Usage When the user requests a Make.com scenario, design a complete visual workflow with module-by-module instructions. ## Scenario Templates ### 1. AI Email Auto-Responder **Flow:** **Module Configuration:** 1. **Gmail: Watch emails** - Connection: Your Gmail - Folder: INBOX - Criteria: Unread messages - Max results: 10 2. **OpenAI: Create completion** - Connection: Your OpenAI API - Model: gpt-4 - Max tokens: 500 - Temperature: 0.7 - Prompt: `...
Create visual Make.com automation scenarios with detailed module configuration.
When the user requests a Make.com scenario, design a complete visual workflow with module-by-module instructions.
Flow:
Gmail: Watch emails
→ OpenAI: Generate response
→ Gmail: Send email
→ Google Sheets: Log conversation
Module Configuration:
Gmail: Watch emails
OpenAI: Create completion
Draft a professional response to:\n\nFrom: {{1.from}}\nSubject: {{1.subject}}\nBody: {{1.textPlain}}Gmail: Send an email
{{1.from}}Re: {{1.subject}}{{2.choices[0].message.content}}Google Sheets: Add a row
{{1.from}}{{1.subject}}{{2.choices[0].message.content}}{{now}}Flow:
Webhook: Custom webhook
→ OpenAI: Score lead
→ Router:
├─ High score → Slack notification + HubSpot deal
├─ Medium score → Email nurture
└─ Low score → Archive to Airtable
Module Configuration:
Webhook
OpenAI: Create completion
Score this lead from 0-100:\nName: {{1.name}}\nCompany: {{1.company}}\nRole: {{1.role}}\nBudget: {{1.budget}}\n\nProvide only the numeric score.Router
{{3.score}} Greater than 70{{3.score}} Between 40 and 704A. Slack: Create a message (High route)
Hot lead: {{1.name}} from {{1.company}} - Score: {{3.score}}4B. HubSpot: Create a deal (High route)
{{1.company}} - {{1.name}}{{1.budget}}ActiveCampaign: Add contact to list (Medium route)
{{1.email}}medium-priority,{{1.role}}Airtable: Create a record (Low route)
Flow:
RSS: Read feed
→ Filter: New items only
→ OpenAI: Rewrite for social
→ Iterator: For each platform
├─ Twitter: Post
├─ LinkedIn: Post
└─ Facebook: Post
Module Configuration:
RSS: Watch RSS feed items
Filter
{{1.published}} After {{addHours(now; -24)}}OpenAI: Create completion
Rewrite this article for social media (280 chars max):\n\nTitle: {{1.title}}\nContent: {{1.contentSnippet}}\n\nMake it engaging with relevant hashtags.Set multiple variables
["twitter", "linkedin", "facebook"]{{3.choices[0].message.content}}{{1.link}}Iterator
{{4.platforms}}6A. Twitter: Create a tweet
{{4.content}}\n\n{{4.link}}6B. LinkedIn: Create a post
{{4.content}}\n\n{{4.link}}6C. Facebook: Create a post
{{4.content}}{{4.link}}Flow:
Google Drive: Watch files
→ Filter: PDFs only
→ OCR.space: Extract text
→ OpenAI: Summarize & extract data
→ Router:
├─ Success → Google Sheets: Log + Email summary
└─ Error → Slack: Notify failure
Module Configuration:
Google Drive: Watch files
Filter
HTTP: Make a request (OCR.space)
{{1.data}}OpenAI: Create completion
Extract structured data from this document:\n\n{{3.ParsedResults[0].ParsedText}}\n\nProvide: Date, Amount, Vendor, CategoryGoogle Sheets: Add a row
{{4.date}}{{4.amount}}{{4.vendor}}{{4.category}}Gmail: Send an email
{{1.name}}Error Handler on all modules:
Flow:
Zendesk: Watch tickets
→ OpenAI: Classify urgency + category
→ Router:
├─ Urgent → Assign to senior agent + Slack alert
├─ Normal → Assign to queue + Draft response
└─ Low → Auto-respond with KB articles
Module Configuration:
Zendesk: Watch tickets
OpenAI: Create completion
Classify this support ticket:\n\nSubject: {{1.subject}}\nDescription: {{1.description}}\n\nProvide:\n1. Urgency (high/medium/low)\n2. Category (billing/technical/general)\n3. Suggested responseRouter
4A. Zendesk: Update ticket (Urgent)
4B. Slack: Create message (Urgent)
Urgent ticket: {{1.subject}} - {{1.ticket_id}}Zendesk: Update ticket (Normal)
{{2.suggested_response}}Zendesk: Update ticket (Low)
When generating a scenario, provide:
## Scenario: [Name]
### Business Value
[What problem this solves]
### Visual Flow
[ASCII diagram or clear description]
### Module Configuration
[Detailed setup for each module]
### Data Mapping
[How data flows between modules]
### Testing Steps
1. [Step by step testing instructions]
### Cost Estimate
- Operations per execution: X
- Expected monthly runs: Y
- Total operations: Z
- Make plan needed: [Free/Core/Pro]
### Setup Time
Estimated: [X] minutes
This helps users implement Make.com scenarios quickly with clear, actionable instructions.
npx claudepluginhub luxdevnet/claude-plus-lux --plugin make-scenario-builder14plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 14 plugins
/make-builderDesigns visual Make.com automation scenarios with detailed module-by-module configuration instructions.
/zapBuilds Zapier automation configurations (Zaps) with triggers, actions, filters, paths, and AI integration.
/n8n-builderGenerates complete, importable n8n workflow JSON files for common automation patterns like AI email responders and data processing pipelines.
/create-workflowScaffolds a custom swarm workflow by generating a mode skill file and a shortcut command, with interactive prompts to infer workflow purpose and structure.
/create-workflowGenerates an n8n workflow JSON from a natural language automation description, producing a node graph with error handling and credential placeholders.
/craft-workflow-designDesigns and manages workflow definitions — create new workflows from scratch or import, edit existing stages and prompts, archive unused ones. For execution, use the workflow-run command.