A zero-dependency Python skill for triggering IFTTT webhooks and managing applets to connect AI agents with 800+ external services.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ifttt
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 ifttt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The IFTTT integration for Openclaw Skills provides a lightweight, standard-library-only bridge between your AI agents and the vast IFTTT ecosystem. It enables agents to trigger custom events, manage service applets, and pass structured data directly to over 800 connected services using the IFTTT Webhooks and Connect APIs.
Engineered specifically for AI coding agents, this tool eliminates the need for external dependencies, making it a robust choice for building Openclaw Skills that interact with smart home hardware, IoT devices, and various third-party web platforms. By using simple if-then logic, developers can extend the capabilities of their agents to perform real-world actions across a massive library of supported integrations.
IFTTT_WEBHOOK_KEY environment variable.To get started with this skill in your Openclaw Skills environment, set your IFTTT webhook key as an environment variable:
export IFTTT_WEBHOOK_KEY="your_webhook_key_here"
Verify your connectivity with the status command:
python3 scripts/ifttt.py status
You can then fire a test event using the trigger command:
python3 scripts/ifttt.py trigger test_event --value1 "Openclaw" --value2 "Automation"
This skill follows a stateless architecture and does not store user data locally. The data processed by these Openclaw Skills is organized as follows:
| Data Type | Description |
|---|---|
| Webhook Event | A unique string identifier for the IFTTT trigger. |
| Payload Data | Supports up to 3 discrete values or a full JSON object for the trigger-json command. |
| Applet Metadata | Includes Applet IDs, status (enabled/disabled), and associated service details. |
| Connectivity Info | User profile information and a registry of currently connected services. |
--human flag for easier debugging during development.Loading
A comprehensive Hunter.io integration for AI agents to find, verify, and manage professional email leads via CLI.

Manage clinical workflows including patients, appointments, and documentation through a streamlined GraphQL API interface.

A high-performance CLI and API interface for managing Gusto payroll and human resources within AI agent environments.

A comprehensive CLI integration for Greenhouse ATS that enables AI agents to manage the entire candidate lifecycle via the Harvest API.

A comprehensive automation tool for managing dropship suppliers, product feeds, and order routing through a unified CLI.

A professional v3 observability toolkit for OpenClaw agents featuring automatic tracing, cost analysis, and system health monitoring.








































