make-integromat
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMake (Integromat) Skill
Make (Integromat) Skill
Visual automation platform for complex workflows.
用于复杂工作流的可视化自动化平台。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/make-integromat/install.sh | bashOr manually:
bash
cp -r skills/make-integromat ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/make-integromat/install.sh | bash或手动安装:
bash
cp -r skills/make-integromat ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set MAKE_API_KEY "your_api_key"
canifi-env set MAKE_TEAM_ID "your_team_id"
undefinedcanifi-env set MAKE_API_KEY "your_api_key"
canifi-env set MAKE_TEAM_ID "your_team_id"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭据,由您掌控。Canifi LifeOS 尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录服务
- Claude将使用您的已认证会话,且绝不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果您愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭据仅可在您的本地机器上访问,绝不会被传输。
Capabilities
功能特性
- Create Scenarios: Build visual automations
- Run Scenarios: Execute workflows
- Manage Scenarios: Toggle and edit
- View Executions: Check run history
- Data Stores: Manage internal databases
- 创建场景:构建可视化自动化流程
- 运行场景:执行工作流
- 管理场景:启用/禁用与编辑场景
- 查看执行记录:检查运行历史
- 数据存储:管理内部数据库
Usage Examples
使用示例
Run Scenario
运行场景
User: "Run the data sync scenario"
Assistant: Executes scenario用户:"运行数据同步场景"
助手:执行该场景Check Executions
查看执行记录
User: "Show recent scenario runs"
Assistant: Returns execution history用户:"显示最近的场景运行记录"
助手:返回执行历史Toggle Scenario
启用/禁用场景
User: "Pause my backup scenario"
Assistant: Deactivates scenario用户:"暂停我的备份场景"
助手:停用该场景View Data Store
查看数据存储
User: "Show my Make data store"
Assistant: Returns stored data用户:"显示我的Make数据存储"
助手:返回存储的数据Authentication Flow
认证流程
- API key authentication
- OAuth for connections
- Webhook triggers
- Team-based access
- API密钥认证
- 连接使用OAuth
- Webhook触发
- 基于团队的访问
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid key | Check API key |
| Execution Error | Module failed | Check logs |
| Connection Lost | OAuth expired | Reconnect |
| Operations Limit | Plan exceeded | Upgrade |
| 错误 | 原因 | 解决方法 |
|---|---|---|
| 认证失败 | 密钥无效 | 检查API密钥 |
| 执行错误 | 模块运行失败 | 查看日志 |
| 连接断开 | OAuth已过期 | 重新连接 |
| 操作受限 | 超出计划限制 | 升级套餐 |
Notes
注意事项
- Visual builder
- Advanced branching
- Error handling
- Data stores
- Custom functions
- API modules
- 可视化构建器
- 高级分支逻辑
- 错误处理机制
- 数据存储功能
- 自定义函数
- API模块