What problem does it solve?
Setting up the ToolUniverse plugin on OpenAI Codex involves easy-to-mistake details: the exact marketplace name, the two-command install flow, startup auto-upgrade behavior, the uvx-based MCP server, and API key environment variables. This Skill provides the authoritative procedure so the plugin installs and runs correctly the first time.
Core Features & Use Cases
- Guided Installation: Registers the mims-harvard/ToolUniverse marketplace and installs the plugin with two codex CLI commands, then verifies via codex plugin list.
- Update & Version Management: Explains Codex's startup auto-upgrade for Git marketplaces, on-demand marketplace upgrades, uvx cache clearing, and pinning a specific tooluniverse PyPI version for reproducibility.
- Diagnosis & Repair: Provides an idempotent seven-step diagnostic script covering missing uvx, MCP server startup failures, shadowing global installs, and stale tool versions.
- Use Case: A user says the Codex plugin shows no tools after install; the Skill walks through restarting Codex, sanity-checking uvx tooluniverse in a terminal, and clearing the uv cache.
Quick Start
Read the tooluniverse-codex-plugin skill and install the ToolUniverse plugin on my Codex setup, then verify it works.