المهارات make-automation
📦

make-automation

آمن

MCPでMakeワークフローを自動化

Make(Integromat)自動化を管理するには、操作の追跡と設定値の検証が必要です。このスキルは、Rube MCP経由でComposioのMakeツールキットからMake操作データとenumルックアップを直接提供します。

يدعم: Claude Codex Code(CC)
🥉 74 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "make-automation". Get operations from last 7 days and identify failed scenarios

النتيجة المتوقعة:

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.

استخدام "make-automation". List available timezones for US regions

النتيجة المتوقعة:

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.

التدقيق الأمني

آمن
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
الملفات التي تم فحصها
207
الأسطر التي تم تحليلها
0
النتائج
1
إجمالي عمليات التدقيق
لا توجد مشكلات أمنية
تم تدقيقه بواسطة: claude

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

シナリオ操作の監視

操作ログを取得し、成功・失敗率を計算して、エラー率の高いシナリオを特定し、トラブルシューティングを行うことで、Makeシナリオの健全性を監視します。

設定の検証

Makeシナリオを設定する前に言語コードとタイムゾーン識別子を検証し、設定エラーを防ぎ、正しいロケールとスケジュール設定を確保します。

マルチアプリワークフローの作成

RUBE_SEARCH_TOOLSで、利用可能なツールを検索し、RUBE_CREATE_UPDATE_RECIPEで再利用可能なワークフローを作成することで、Makeに頼らず、個別のアプリツールキットを組み合わせて同等の自動化ワークフローを構築します。

جرّب هذه الموجهات

Make接続状態の確認
RUBE_MANAGE_CONNECTIONSでツールキットmakeを使用して、私のMake接続がアクティブかどうかを確認します。アクティブでない場合は、認証フローを完了するのを支援してください。
最近の操作ログの取得
MAKE_GET_OPERATIONSを使用して過去7日間のMake操作を取得します。失敗率が最も高いシナリオを示し、エラーパターンを要約してください。
スケジュールのタイムゾーン検証
太平洋時間のシナリオスケジュールを設定する必要があります。MAKE_LIST_ENUMS_TIMEZONESを呼び出し、使用すべき正しいタイムゾーン識別子文字列を確認してください。
Makeを使わずに同等のワークフローを構築
私のMakeシナリオはGoogle SheetsとSlackを接続しています。RUBE_SEARCH_TOOLSで利用可能なGoogle SheetsとSlackツールを検索し、Makeの代わりにそれらのツールキットを使用して同等の直接ワークフローを作成するのを支援してください。

أفضل الممارسات

  • 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

تجنب

  • 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

الأسئلة المتكررة

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.

تفاصيل المطور

المؤلف

sickn33

الترخيص

MIT

مرجع

main

بنية الملفات

📄 SKILL.md