# Uru plugin This plugin gives Claude, ChatGPT, and Codex the same Uru Skills and the same remote Uru MCP connection. It contains these customer Skills: - `uru-gems` - `uru-datasets` - `uru-library` - `uru-context` - `uru-agents` - `uru-prompts` - `uru-friction` ## Claude Code Add the public Uru catalog. Then install the plugin: ```text /plugin marketplace add Ignition-Forward/uru-plugins /plugin install uru@uru ``` Claude keeps installed plugins in a local cache. Enable auto-update for the Uru catalog in `/plugin` → **Marketplaces**. Claude then checks for a new version after startup. Run `/reload-plugins` after an update, or start a new session. If auto-update is off, update manually: ```text /plugin marketplace update uru /plugin update uru@uru /reload-plugins ``` ## Codex Add the same public catalog and install the plugin: ```sh codex plugin marketplace add Ignition-Forward/uru-plugins codex plugin add uru@uru ``` The public OpenAI Plugins Directory uses a separate OpenAI review and publish flow. One approved listing works in supported ChatGPT and Codex surfaces. ## Authentication Uru uses OAuth. Do not add an API key to this plugin. Claude asks for login after the first protected Uru tool call. Use `/mcp` if Claude does not open the login flow. Codex or ChatGPT opens its supported connection flow. See [SETUP.md](SETUP.md) for first-use checks. ## Support Read the [Uru documentation](https://uruintelligence.com/docs), or email support@uruintelligence.com. Use of Uru is subject to the [Uru terms](https://uruintelligence.com/terms) and [privacy policy](https://uruintelligence.com/privacy-policy).