用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill make-builder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | make-builder |
| description | Design Make.com scenarios with AI assistance |
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.