ifttt

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

IFTTT Skill

IFTTT Skill

Connect apps and automate workflows with simple applets.
通过简单的小程序连接应用并实现工作流自动化。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/ifttt/install.sh | bash
Or 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
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set IFTTT_SERVICE_KEY "your_key"
undefined
canifi-env set IFTTT_SERVICE_KEY "your_key"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

功能特性

  1. Create Applets: Build automation recipes
  2. Trigger Actions: Fire manual triggers
  3. Manage Applets: Enable/disable automations
  4. View Activity: Check applet history
  5. Connect Services: Link new services
  1. 创建小程序:构建自动化方案
  2. 触发操作:手动触发执行
  3. 管理小程序:启用/禁用自动化
  4. 查看活动记录:检查小程序运行历史
  5. 连接服务:关联新的服务

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

认证流程

  1. Service key authentication
  2. OAuth for service connections
  3. Webhook triggers
  4. Button widgets
  1. 服务密钥认证
  2. 服务连接OAuth认证
  3. Webhook触发
  4. 按钮小组件

Error Handling

错误处理

ErrorCauseSolution
Auth FailedInvalid keyCheck service key
Trigger FailedApplet disabledEnable applet
Service ErrorConnection issueReconnect service
Rate LimitedToo many triggersSlow down
错误类型原因解决方案
认证失败密钥无效检查服务密钥
触发失败小程序已禁用启用小程序
服务错误连接问题重新连接服务
速率限制触发次数过多降低触发频率

Notes

注意事项

  • Simple automation
  • 700+ services
  • Pro for more applets
  • Webhooks API
  • Mobile widgets
  • Filter code (Pro)
  • 简易自动化
  • 支持700+服务
  • Pro版可创建更多小程序
  • Webhooks API
  • 移动小组件
  • 过滤代码(Pro版)