返回顶部
m

makeMake自动化平台

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
455
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

make

🔧 Make (Integromat)

Make(原名Integromat)自动化平台——通过Make API管理场景、触发运行、监控执行、管理连接以及处理数据存储。

功能特性

  • - 场景管理 — 列出、激活、停用场景
  • 触发运行 — 按需执行场景
  • 执行日志 — 监控运行历史与状态
  • 连接管理 — 查看和管理应用连接
  • 数据存储操作 — 对数据存储进行增删改查
  • Webhook管理 — 创建和管理Webhook
  • 组织管理 — 团队与用户管理
  • 模板浏览 — 发现场景模板
  • 蓝图导出 — 导出场景定义
  • 用量监控 — 操作与数据传输统计

前提条件

变量必需描述
MAKEAPIKEYMake (Integromat) 的API密钥/令牌
MAKE_ZONE
❌ | API区域(默认:us1.make.com) |

快速开始

bash

列出场景


python3 {baseDir}/scripts/make.py scenarios --limit 20

bash

获取场景详情


python3 {baseDir}/scripts/make.py scenario-get 12345

bash

触发场景运行


python3 {baseDir}/scripts/make.py scenario-run 12345

bash

激活场景


python3 {baseDir}/scripts/make.py scenario-activate 12345

命令

scenarios

列出场景。 bash python3 {baseDir}/scripts/make.py scenarios --limit 20

scenario-get

获取场景详情。 bash python3 {baseDir}/scripts/make.py scenario-get 12345

scenario-run

触发场景运行。 bash python3 {baseDir}/scripts/make.py scenario-run 12345

scenario-activate

激活场景。 bash python3 {baseDir}/scripts/make.py scenario-activate 12345

scenario-deactivate

停用场景。 bash python3 {baseDir}/scripts/make.py scenario-deactivate 12345

executions

列出执行日志。 bash python3 {baseDir}/scripts/make.py executions --scenario 12345 --limit 20

execution-get

获取执行详情。 bash python3 {baseDir}/scripts/make.py execution-get exec_abc

connections

列出连接。 bash python3 {baseDir}/scripts/make.py connections --limit 20

data-stores

列出数据存储。 bash python3 {baseDir}/scripts/make.py data-stores

data-store-records

列出数据存储记录。 bash python3 {baseDir}/scripts/make.py data-store-records 789 --limit 50

webhooks

列出Webhook。 bash python3 {baseDir}/scripts/make.py webhooks

webhook-create

创建Webhook。 bash python3 {baseDir}/scripts/make.py webhook-create {name:My Hook}

organizations

列出组织。 bash python3 {baseDir}/scripts/make.py organizations

users

列出团队用户。 bash python3 {baseDir}/scripts/make.py users

usage

获取用量统计。 bash python3 {baseDir}/scripts/make.py usage

输出格式

所有命令默认输出JSON格式。添加--human参数可输出可读的格式化内容。

bash

JSON(默认,适用于程序化使用)


python3 {baseDir}/scripts/make.py scenarios --limit 5

人类可读格式

python3 {baseDir}/scripts/make.py scenarios --limit 5 --human

脚本参考

脚本描述
{baseDir}/scripts/make.py主CLI — 所有Make (Integromat) 操作

数据策略

本技能绝不本地存储数据。所有请求直接发送至Make (Integromat) API,结果返回至标准输出。您的数据始终保留在Make (Integromat)服务器上。

致谢


M. Abidi 构建 | agxntsix.ai YouTube | GitHub 属于面向OpenClaw代理的 AgxntSix技能套件 的一部分。

📅 需要为您的业务搭建OpenClaw? 预约免费咨询

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 make-1776207591 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 make-1776207591 技能

通过命令行安装

skillhub install make-1776207591

下载

⬇ 下载 make v1.0.0(免费)

文件大小: 4.17 KB | 发布时间: 2026-4-15 12:38

v1.0.0 最新 2026-4-15 12:38
Initial release of the Make (Integromat) skill for workflow automation and API management.

- CLI to manage scenarios, trigger runs, monitor executions, connections, webhooks, and data stores via Make API
- Supports scenario activation/deactivation and on-demand execution
- Includes organization, team user, and usage stats management
- Zero dependencies; compatible with Python 3.10+ stdlib only
- Outputs JSON or human-readable format; never stores data locally

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部