make-automation

Retrieve Make operation records and language and timezone enums via Rube MCP.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill make-automation-dr-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-automation
Source: https://github.com/dr-code/beacon/tree/main/plugins/all-skills/skills/make-automation
Command: npx skills add https://github.com/dr-code/beacon --skill make-automation-dr-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes guesswork and manual API exploration when working with Make (formerly Integromat) by providing a focused way to retrieve operation logs and authoritative enum values for languages and timezones so scenario configuration and monitoring are accurate.

Core Features & Use Cases

  • Operations Retrieval: Fetch Make operation records for monitoring, troubleshooting, and usage analysis using MAKE_GET_OPERATIONS.
  • Enum Lookups: Retrieve supported language codes and timezone identifiers via MAKE_LIST_ENUMS_LANGUAGES and MAKE_LIST_ENUMS_TIMEZONES to validate scenario inputs.
  • Scenario Configuration Assistance: Verify language and timezone values before applying them to a scenario to avoid configuration errors and scheduling issues.
  • Integration Patterns: Use RUBE_SEARCH_TOOLS to discover current tool schemas, manage toolkit connections with RUBE_MANAGE_CONNECTIONS, and compose multi-tool workflows that combine Make data with other toolkits.

Quick Start

Use the make-automation skill to list available timezones and languages and then retrieve recent operation records for a specific scenario.

Frequently Asked Questions about make-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Make scenario operation logs for troubleshooting?

You can retrieve Make scenario operation logs by calling MAKE_GET_OPERATIONS through a connected Composio Rube MCP, which fetches operation records for monitoring, troubleshooting, and usage analysis.

What's the best way to validate timezone and language inputs before configuring a Make scenario?

Validating timezone and language inputs for Make scenarios involves fetching authoritative enum values via MAKE_LIST_ENUMS_TIMEZONES and MAKE_LIST_ENUMS_LANGUAGES through Rube MCP to avoid configuration errors.

Does Make automation work with Composio Rube MCP for scenario monitoring?

Yes, Make automation works with Composio Rube MCP by using RUBE_SEARCH_TOOLS to discover tool schemas and RUBE_MANAGE_CONNECTIONS to maintain an active Make connection for fetching operations and enums.

Why does my Make scenario configuration fail due to invalid locale or timezone values?

Make scenario configuration fails when locale or timezone values are unverified, which you can prevent by retrieving supported language codes and timezone identifiers through MAKE_LIST_ENUMS to validate inputs beforehand.

Do I need an active Make connection via Rube MCP to fetch operation records?

Yes, you need an active Make connection managed through RUBE_MANAGE_CONNECTIONS and RUBE_SEARCH_TOOLS available in your Composio Rube MCP environment to call MAKE_GET_OPERATIONS and retrieve records.

Can I compose multi-tool workflows combining Make data with other toolkits?

Yes, you can compose multi-tool workflows by using RUBE_SEARCH_TOOLS to discover current tool schemas and combining Make operation data with other available toolkits connected through your Composio Rube MCP environment.