Skip to main content

Install the marketplace

One command refreshes the local plugin marketplaces under ~/.relai/plugins/. It prints the follow-up commands but doesn’t modify your tools until you run them.
# install all marketplaces (default)
relai plugins install

# or just one
relai plugins install --agent codex
relai plugins install --agent claude

Add the plugin to your agent

codex plugin marketplace add ~/.relai/plugins/codex
codex plugin add relai@relai-codex
The marketplace install is idempotent — rerun relai plugins install any time to refresh. Plugins for both agents install by default; use --agent to scope.