You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,19 +204,17 @@ For detailed info check out the [Skills npm package](https://www.npmjs.com/packa
204
204
**2. Set env vars:**
205
205
Set your environment vars as described in the [configuration section](#configuration).
206
206
207
-
## Installing using [open agent plugins tool](https://www.npmjs.com/package/plugins)
207
+
## Installing via a compatible Agent Plugins client
208
208
209
-
This repository is a valid [Agent Plugins](https://github.com/agentplugins/agent-plugins-spec) plugin, so you can install it into any supported agent with the `npx plugins` command.
209
+
This repository is a valid [Agent Plugins](https://github.com/agentplugins/agent-plugins-spec)(v1) plugin. Any [Agent Plugins–compatible client](https://agent-plugins.org/compatible-clients)can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
210
210
211
-
Run the following command in your terminal to automatically detect your installed agents and register the plugin:
For detailed info check out the [Plugins npm package](https://www.npmjs.com/package/plugins).
215
+
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
218
216
219
-
**2. Set env vars:**
217
+
**Set env vars:**
220
218
Set your environment vars as described in the [configuration section](#configuration).
0 commit comments