ifttt
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseIFTTT Skill
IFTTT Skill
Connect apps and automate workflows with simple applets.
通过简单的小程序连接应用并实现工作流自动化。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/ifttt/install.sh | bashOr manually:
bash
cp -r skills/ifttt ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/ifttt/install.sh | bash或者手动安装:
bash
cp -r skills/ifttt ~/.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 IFTTT_SERVICE_KEY "your_key"
undefinedcanifi-env set IFTTT_SERVICE_KEY "your_key"
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 Applets: Build automation recipes
- Trigger Actions: Fire manual triggers
- Manage Applets: Enable/disable automations
- View Activity: Check applet history
- Connect Services: Link new services
- 创建小程序:构建自动化方案
- 触发操作:手动触发执行
- 管理小程序:启用/禁用自动化
- 查看活动记录:检查小程序运行历史
- 连接服务:关联新的服务
Usage Examples
使用示例
Trigger Applet
触发小程序
User: "Trigger my morning routine applet"
Assistant: Fires IFTTT trigger用户: "触发我的晨间例行程序小程序"
助手: 触发IFTTT小程序Check Status
检查状态
User: "Show my active applets"
Assistant: Returns enabled applets用户: "显示我已启用的小程序"
助手: 返回已启用的小程序列表View Activity
查看活动记录
User: "What ran today?"
Assistant: Returns activity log用户: "今天有哪些程序运行了?"
助手: 返回活动日志Toggle Applet
切换小程序状态
User: "Disable the email notification applet"
Assistant: Turns off applet用户: "禁用邮件通知小程序"
助手: 关闭该小程序Authentication Flow
认证流程
- Service key authentication
- OAuth for service connections
- Webhook triggers
- Button widgets
- 服务密钥认证
- 服务连接OAuth认证
- Webhook触发
- 按钮小组件
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid key | Check service key |
| Trigger Failed | Applet disabled | Enable applet |
| Service Error | Connection issue | Reconnect service |
| Rate Limited | Too many triggers | Slow down |
| 错误类型 | 原因 | 解决方案 |
|---|---|---|
| 认证失败 | 密钥无效 | 检查服务密钥 |
| 触发失败 | 小程序已禁用 | 启用小程序 |
| 服务错误 | 连接问题 | 重新连接服务 |
| 速率限制 | 触发次数过多 | 降低触发频率 |
Notes
注意事项
- Simple automation
- 700+ services
- Pro for more applets
- Webhooks API
- Mobile widgets
- Filter code (Pro)
- 简易自动化
- 支持700+服务
- Pro版可创建更多小程序
- Webhooks API
- 移动小组件
- 过滤代码(Pro版)