OpenClaw Skill
make
Make (formerly Integromat) automation platform — manage scenarios, trigger runs, monitor executions, manage connections, and handle data stores via the Make API. Build and manage visual automations, monitor execution logs, manage team resources, and trigger workflows. Built for AI agents — Python stdlib only, zero dependencies. Use for visual workflow automation, scenario management, execution monitoring, integration management, and no-code automation.
Install
🔧 Make (Integromat)
Make (formerly Integromat) automation platform — manage scenarios, trigger runs, monitor executions, manage connections, and handle data stores via the Make API.
Features
- Scenario management — list, activate, deactivate scenarios
- Trigger runs — execute scenarios on demand
- Execution logs — monitor run history and status
- Connection management — view and manage app connections
- Data store operations — CRUD on data stores
- Webhook management — create and manage webhooks
- Organization management — teams and users
- Template browsing — discover scenario templates
- Blueprint export — export scenario definitions
- Usage monitoring — operations and data transfer stats
Requirements
| Variable | Required | Description |
|---|---|---|
MAKE_API_KEY | ✅ | API key/token for Make (Integromat) |
MAKE_ZONE | ❌ | API zone (default: us1.make.com) |
Quick Start
# List scenarios
python3 {baseDir}/scripts/make.py scenarios --limit 20# Get scenario details
python3 {baseDir}/scripts/make.py scenario-get 12345# Trigger a scenario run
python3 {baseDir}/scripts/make.py scenario-run 12345# Activate a scenario
python3 {baseDir}/scripts/make.py scenario-activate 12345Commands
scenarios
List scenarios.
python3 {baseDir}/scripts/make.py scenarios --limit 20scenario-get
Get scenario details.
python3 {baseDir}/scripts/make.py scenario-get 12345scenario-run
Trigger a scenario run.
python3 {baseDir}/scripts/make.py scenario-run 12345scenario-activate
Activate a scenario.
python3 {baseDir}/scripts/make.py scenario-activate 12345scenario-deactivate
Deactivate a scenario.
python3 {baseDir}/scripts/make.py scenario-deactivate 12345executions
List execution logs.
python3 {baseDir}/scripts/make.py executions --scenario 12345 --limit 20execution-get
Get execution details.
python3 {baseDir}/scripts/make.py execution-get exec_abcconnections
List connections.
python3 {baseDir}/scripts/make.py connections --limit 20data-stores
List data stores.
python3 {baseDir}/scripts/make.py data-storesdata-store-records
List data store records.
python3 {baseDir}/scripts/make.py data-store-records 789 --limit 50webhooks
List webhooks.
python3 {baseDir}/scripts/make.py webhookswebhook-create
Create a webhook.
python3 {baseDir}/scripts/make.py webhook-create '{"name":"My Hook"}'organizations
List organizations.
python3 {baseDir}/scripts/make.py organizationsusers
List team users.
python3 {baseDir}/scripts/make.py usersusage
Get usage stats.
python3 {baseDir}/scripts/make.py usageOutput Format
All commands output JSON by default. Add --human for readable formatted output.
# JSON (default, for programmatic use)
python3 {baseDir}/scripts/make.py scenarios --limit 5
# Human-readable
python3 {baseDir}/scripts/make.py scenarios --limit 5 --humanScript Reference
| Script | Description |
|---|---|
{baseDir}/scripts/make.py | Main CLI — all Make (Integromat) operations |
Data Policy
This skill never stores data locally. All requests go directly to the Make (Integromat) API and results are returned to stdout. Your data stays on Make (Integromat) servers.
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
Created by
@aiwithabidiPersistent memory
Give your OpenClaw agent a memory layer
Mem0 remembers users and context across sessions so you send fewer tokens and get better answers.
Try Mem0Mem0 + OpenClaw guide