Fähigkeiten make-automation
📦

make-automation

Sicher

Automate Make workflows via MCP

Managing Make (Integromat) automation requires tracking operations and validating configuration values. This skill provides direct access to Make operations data and enum lookups through Composio's Make toolkit via Rube MCP.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "make-automation". Get operations from last 7 days and identify failed scenarios

Erwartetes Ergebnis:

Found 1,247 operations across 12 scenarios. 3 scenarios have failure rates above 10 percent: Data Sync Hourly (23 percent failure), Email Processor (15 percent failure), CRM Update (12 percent failure). Primary error: Connection timeout to external API.

Verwendung von "make-automation". List available timezones for US regions

Erwartetes Ergebnis:

Available US timezone identifiers: America/New_York (Eastern), America/Chicago (Central), America/Denver (Mountain), America/Los_Angeles (Pacific), America/Anchorage (Alaska), Pacific/Honolulu (Hawaii). Use exact identifier strings when configuring scenario schedules.

Sicherheitsaudit

Sicher
v1 • 2/25/2026

All 36 static analyzer findings are false positives. The external_commands detections (22 locations) are Markdown backticks used for code formatting around MCP tool names, not shell execution. The network finding is a documentation URL for MCP server setup. The cryptographic algorithm findings incorrectly matched 'MAKE' in tool names like MAKE_GET_OPERATIONS. This is documentation-only content with no executable code.

1
Gescannte Dateien
207
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

Scenario Operations Monitoring

Monitor Make scenario health by retrieving operation logs, calculating success and failure ratios, and identifying scenarios with high error rates for troubleshooting.

Configuration Validation

Validate language codes and timezone identifiers before configuring Make scenarios to prevent configuration errors and ensure correct locale and scheduling settings.

Multi-App Workflow Composition

Build equivalent automation workflows by composing individual app toolkits instead of relying on Make, using RUBE_SEARCH_TOOLS to discover available tools and RUBE_CREATE_UPDATE_RECIPE for reusable workflows.

Probiere diese Prompts

Check Make connection status
Check if my Make connection is active via RUBE_MANAGE_CONNECTIONS with toolkit make. If not active, help me complete the authentication flow.
Get recent operation logs
Retrieve Make operations from the last 7 days using MAKE_GET_OPERATIONS. Show me which scenarios have the highest failure rates and summarize any error patterns.
Validate timezone for scheduling
I need to set a scenario schedule for Pacific Time. Call MAKE_LIST_ENUMS_TIMEZONES and confirm the correct timezone identifier string I should use.
Build equivalent workflow without Make
My Make scenario connects Google Sheets to Slack. Search for available Google Sheets and Slack tools via RUBE_SEARCH_TOOLS, then help me compose an equivalent direct workflow using those toolkits instead of Make.

Bewährte Verfahren

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing any operations
  • Cache language and timezone enum results locally since they are static and rarely change
  • Filter MAKE_GET_OPERATIONS calls by date range to avoid fetching excessive data and hitting rate limits

Vermeiden

  • Using hardcoded language codes or timezone strings without validating against enum endpoints
  • Making rapid repeated calls to the same endpoint without caching results
  • Fetching all operations data without date range filters, causing slow responses and quota issues

Häufig gestellte Fragen

How do I set up the Make connection for this skill?
Add https://rube.app/mcp as an MCP server in your client configuration. Then call RUBE_MANAGE_CONNECTIONS with toolkit make. If not active, follow the returned auth link to complete Make authentication.
Can I create or trigger Make scenarios with this skill?
No. The Composio Make toolkit currently only supports reading operations data and enum lists. For creating or triggering scenarios, use Make's native API or webhook endpoints directly.
How often do the language and timezone lists change?
These enum lists are static and rarely change. Cache the results at workflow start and refresh only when starting a new session.
Why am I getting pagination tokens in operations responses?
Active Make accounts may have large volumes of operation records. Use date range filters in MAKE_GET_OPERATIONS to limit result sets and handle pagination tokens when present.
Can I use this skill to replace my Make workflows entirely?
Not directly through the Make toolkit. However, you can compose equivalent workflows by searching for individual app toolkits via RUBE_SEARCH_TOOLS and building step-by-step workflows using RUBE_CREATE_UPDATE_RECIPE.
What should I do if operations data shows high failure rates?
Investigate the error messages in failed operations. Common causes include expired authentication tokens, rate limit exceeded, or target API changes. Check that your Make connection is active and has required permissions.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md