diff --git a/AGENTS.md b/AGENTS.md index 8bff20d..4674626 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 — diff --git a/README.md b/README.md index 83aae23..0e7884f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/llms.txt b/llms.txt index f14e4b4..14ba040 100644 --- a/llms.txt +++ b/llms.txt @@ -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