make-automation by composiohq/awesome-claude-skills
npx skills add https://github.com/composiohq/awesome-claude-skills --skill make-automation通过 Composio 的 Make 工具包和 Rube MCP 自动化 Make(原 Integromat)操作。
工具包文档 : composio.dev/toolkits/make
RUBE_MANAGE_CONNECTIONS 建立活跃的 Make 连接,工具包为 makeRUBE_SEARCH_TOOLS 以获取当前工具模式获取 Rube MCP : 在您的客户端配置中将 https://rube.app/mcp 添加为 MCP 服务器。无需 API 密钥——只需添加端点即可使用。
RUBE_SEARCH_TOOLS 有响应来验证 Rube MCP 是否可用make 调用 广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
RUBE_MANAGE_CONNECTIONS使用时机 : 用户希望从 Make 场景中检索操作日志或使用数据
工具调用顺序 :
MAKE_GET_OPERATIONS - 检索操作记录 [必需]关键参数 :
注意事项 :
使用时机 : 用户希望查看 Make 场景或界面支持的语言
工具调用顺序 :
MAKE_LIST_ENUMS_LANGUAGES - 获取所有支持的语言代码 [必需]关键参数 :
注意事项 :
使用时机 : 用户希望查看用于调度 Make 场景的受支持时区
工具调用顺序 :
MAKE_LIST_ENUMS_TIMEZONES - 获取所有支持的时区标识符 [必需]关键参数 :
注意事项 :
使用时机 : 用户需要使用正确的语言和时区值配置场景
工具调用顺序 :
MAKE_LIST_ENUMS_LANGUAGES - 获取有效的语言代码 [必需]MAKE_LIST_ENUMS_TIMEZONES - 获取有效的时区标识符 [必需]关键参数 :
注意事项 :
在配置任何接受语言或时区的 Make 场景属性之前:
1. 调用 MAKE_LIST_ENUMS_LANGUAGES 或 MAKE_LIST_ENUMS_TIMEZONES
2. 验证所需值是否存在于返回的列表中
3. 使用枚举列表中的确切字符串值
1. 使用日期范围筛选器调用 MAKE_GET_OPERATIONS
2. 分析操作计数、状态和错误率
3. 识别失败的操作以进行故障排除
由于语言和时区列表是静态的:
1. 在工作流开始时调用一次 MAKE_LIST_ENUMS_LANGUAGES
2. 将结果存储在内存或本地缓存中
3. 根据缓存的值验证用户输入
4. 仅在开始新会话时刷新缓存
用于场景健康监控:
1. 使用最近的日期范围调用 MAKE_GET_OPERATIONS
2. 按场景 ID 对操作进行分组
3. 计算每个场景的成功/失败比率
4. 识别错误率高的场景
5. 将发现报告给用户或通知渠道
Make 工作流通常连接到其他应用程序。组合多工具工作流:
1. 调用 RUBE_SEARCH_TOOLS 查找目标应用程序的工具
2. 通过 RUBE_MANAGE_CONNECTIONS 连接所需的工具包
3. 使用 Make 操作数据来理解工作流执行模式
4. 通过各个应用程序工具包直接执行等效的工作流
工具包功能有限 :
操作数据 :
响应解析 :
data 键下速率限制 :
认证 :
| 任务 | 工具标识 | 关键参数 |
|---|---|---|
| 获取操作 | MAKE_GET_OPERATIONS | (检查模式以获取筛选器) |
| 列出语言 | MAKE_LIST_ENUMS_LANGUAGES | (无) |
| 列出时区 | MAKE_LIST_ENUMS_TIMEZONES | (无) |
由于 Make 工具包工具有限,对于常见的 Make 用例,请考虑以下替代方案:
| Make 用例 | 替代方法 |
|---|---|
| 触发场景 | 直接使用 Make 的原生 webhook 或 API 端点 |
| 创建场景 | 直接使用 Make 的场景管理 API |
| 调度执行 | 使用 RUBE_MANAGE_RECIPE_SCHEDULE 与组合的工作流 |
| 多应用工作流 | 通过 RUBE_MULTI_EXECUTE_TOOL 组合各个工具包的工具 |
| 数据转换 | 使用 RUBE_REMOTE_WORKBENCH 进行复杂处理 |
不要仅仅依赖 Make 的工具包,直接构建等效的自动化:
由 Composio 提供支持
每周安装数
72
代码仓库
GitHub 星标数
42.3K
首次出现
2026年2月6日
安全审计
安装于
claude-code56
opencode56
gemini-cli49
codex46
replit42
cursor41
Automate Make (formerly Integromat) operations through Composio's Make toolkit via Rube MCP.
Toolkit docs : composio.dev/toolkits/make
RUBE_MANAGE_CONNECTIONS with toolkit makeRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit makeWhen to use : User wants to retrieve operation logs or usage data from Make scenarios
Tool sequence :
MAKE_GET_OPERATIONS - Retrieve operation records [Required]Key parameters :
Pitfalls :
When to use : User wants to see supported languages for Make scenarios or interfaces
Tool sequence :
MAKE_LIST_ENUMS_LANGUAGES - Get all supported language codes [Required]Key parameters :
Pitfalls :
When to use : User wants to see supported timezones for scheduling Make scenarios
Tool sequence :
MAKE_LIST_ENUMS_TIMEZONES - Get all supported timezone identifiers [Required]Key parameters :
Pitfalls :
When to use : User needs to configure scenarios with correct language and timezone values
Tool sequence :
MAKE_LIST_ENUMS_LANGUAGES - Get valid language codes [Required]MAKE_LIST_ENUMS_TIMEZONES - Get valid timezone identifiers [Required]Key parameters :
Pitfalls :
Before configuring any Make scenario properties that accept language or timezone:
1. Call MAKE_LIST_ENUMS_LANGUAGES or MAKE_LIST_ENUMS_TIMEZONES
2. Verify the desired value exists in the returned list
3. Use the exact string value from the enum list
1. Call MAKE_GET_OPERATIONS with date range filters
2. Analyze operation counts, statuses, and error rates
3. Identify failed operations for troubleshooting
Since language and timezone lists are static:
1. Call MAKE_LIST_ENUMS_LANGUAGES once at workflow start
2. Store results in memory or local cache
3. Validate user inputs against cached values
4. Refresh cache only when starting a new session
For scenario health monitoring:
1. Call MAKE_GET_OPERATIONS with recent date range
2. Group operations by scenario ID
3. Calculate success/failure ratios per scenario
4. Identify scenarios with high error rates
5. Report findings to user or notification channel
Make workflows often connect to other apps. Compose multi-tool workflows:
1. Call RUBE_SEARCH_TOOLS to find tools for the target app
2. Connect required toolkits via RUBE_MANAGE_CONNECTIONS
3. Use Make operations data to understand workflow execution patterns
4. Execute equivalent workflows directly via individual app toolkits
Limited Toolkit :
Operations Data :
Response Parsing :
data keyRate Limits :
Authentication :
| Task | Tool Slug | Key Params |
|---|---|---|
| Get operations | MAKE_GET_OPERATIONS | (check schema for filters) |
| List languages | MAKE_LIST_ENUMS_LANGUAGES | (none) |
| List timezones | MAKE_LIST_ENUMS_TIMEZONES | (none) |
Since the Make toolkit has limited tools, consider these alternatives for common Make use cases:
| Make Use Case | Alternative Approach |
|---|---|
| Trigger a scenario | Use Make's native webhook or API endpoint directly |
| Create a scenario | Use Make's scenario management API directly |
| Schedule execution | Use RUBE_MANAGE_RECIPE_SCHEDULE with composed workflows |
| Multi-app workflow | Compose individual toolkit tools via RUBE_MULTI_EXECUTE_TOOL |
| Data transformation | Use RUBE_REMOTE_WORKBENCH for complex processing |
Instead of relying solely on Make's toolkit, build equivalent automation directly:
Powered byComposio
Weekly Installs
72
Repository
GitHub Stars
42.3K
First Seen
Feb 6, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code56
opencode56
gemini-cli49
codex46
replit42
cursor41
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
46,900 周安装