A high-performance Python tool for managing Make automation scenarios, executions, connections, and data stores through a zero-dependency API interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install make
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install make using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Make skill for Openclaw Skills empowers developers to bridge the gap between AI agents and visual automation workflows. It provides a robust command-line interface to interact with the Make (formerly Integromat) API, allowing for the management of complex automation scenarios without leaving the terminal or agent environment. Built specifically for AI agents, this tool uses only the Python standard library, ensuring a lightweight and secure footprint for any integration.
By leveraging this skill, users can programmatically control their entire automation ecosystem. From activating scenarios to monitoring execution logs and managing webhooks, the skill provides a direct pipeline to the Make platform. This integration is essential for developers building advanced agentic workflows within the Openclaw Skills framework, providing the necessary hooks to trigger external actions and synchronize data across hundreds of apps.
To get started with this skill, you need to set your API credentials. Obtain your API key from your Make dashboard and configure your environment:
export MAKE_API_KEY="your_api_key_here"
export MAKE_ZONE="us1.make.com" # Optional, defaults to us1
Verify the installation by listing your current scenarios:
python3 scripts/make.py scenarios --limit 10 --human
The Make skill for Openclaw Skills handles data in a structured JSON format to ensure compatibility with agent reasoning. It does not store data locally, ensuring a stateless and secure operation.
| Data Type | Description | Primary Fields |
|---|---|---|
| Scenarios | Automation workflow definitions | id, name, status, isPaused |
| Executions | Run history and status logs | id, scenarioId, status, duration |
| Data Stores | Internal key-value storage | id, name, recordsCount, size |
| Webhooks | External trigger endpoints | id, name, url, scenarioId |
| Usage | Platform consumption metrics | operations, dataTransfer, storage |
Loading
A comprehensive deployment guide for running Openclaw Skills on a dedicated Mac Mini server for 24/7 AI availability.

A Python-powered interface to manage Loom video recordings, transcripts, and workspace folders via the official Developer API.

An automated LLM-as-a-Judge evaluation system for scoring AI response quality, accuracy, and hallucination using Langfuse.

An automated LLM-as-a-Judge system that scores Langfuse traces for quality, accuracy, and hallucination detection.

A professional-grade Mercury banking integration for AI agents that automates transaction tracking, cash flow analysis, and financial categorization.

A comprehensive auditing tool that compares your current LLM stack against live OpenRouter pricing to find cheaper and more powerful model alternatives.








































