Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The IFTTT plugin is a good fit when your user wants:

**Cursor** (launch client): send the user to [cursor.com/marketplace/ifttt](https://cursor.com/marketplace/ifttt) and have them click **Install**.

**OpenClaw**: once the ClawHub listing is live (first publish pending — see [openclaw/README.md](./openclaw/README.md)), have the user run `openclaw skills install @ifttt/ifttt`. The skill ([`openclaw/ifttt/SKILL.md`](./openclaw/ifttt/SKILL.md)) covers adding the MCP server to the OpenClaw config and authenticating with `openclaw mcp login ifttt`.
**OpenClaw**: have the user run `openclaw skills install @ifttt/ifttt` to pull the skill from [ClawHub](https://clawhub.ai/ifttt/ifttt). The skill ([`openclaw/ifttt/SKILL.md`](./openclaw/ifttt/SKILL.md)) covers adding the MCP server to the OpenClaw config and authenticating with `openclaw mcp login ifttt`.

**Any other MCP-compatible client**: add the server to its MCP config —

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The MCP server itself is hosted by IFTTT and closed source. This repo holds only

Cursor is our launch client — open [cursor.com/marketplace/ifttt](https://cursor.com/marketplace/ifttt) and click **Install**.

Running [OpenClaw](https://openclaw.ai)? Install the skill from [ClawHub](https://clawhub.ai/ifttt/ifttt) — available once the first release is published (see [openclaw/README.md](./openclaw/README.md)):
Running [OpenClaw](https://openclaw.ai)? Install the skill from [ClawHub](https://clawhub.ai/ifttt/ifttt):

```sh
openclaw skills install @ifttt/ifttt
Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- [ifttt-lifecycle rule](https://github.com/IFTTT/ifttt-plugins/blob/main/plugins/ifttt/rules/ifttt-lifecycle.mdc): Always-on guardrails — confirm side effects, discover identifiers instead of guessing, hand auth problems to the user.
- [ifttt-setup skill](https://github.com/IFTTT/ifttt-plugins/blob/main/plugins/ifttt/skills/ifttt-setup/SKILL.md): Both authentication layers, core IFTTT vocabulary, and a tool overview.
- [ifttt-build-applet skill](https://github.com/IFTTT/ifttt-plugins/blob/main/plugins/ifttt/skills/ifttt-build-applet/SKILL.md): The Applet build, edit, and test workflow.
- [OpenClaw skill](https://github.com/IFTTT/ifttt-plugins/blob/main/openclaw/ifttt/SKILL.md): ClawHub-format skill for OpenClaw agents — setup, auth, concepts, workflow, and guardrails in one file. Publishes to [clawhub.ai/ifttt/ifttt](https://clawhub.ai/ifttt/ifttt) (first release pending).
- [OpenClaw skill](https://github.com/IFTTT/ifttt-plugins/blob/main/openclaw/ifttt/SKILL.md): ClawHub-format skill for OpenClaw agents — setup, auth, concepts, workflow, and guardrails in one file. Published at [clawhub.ai/ifttt/ifttt](https://clawhub.ai/ifttt/ifttt).

## Meta

Expand Down
Loading