Omri Marketplace banner
omriariav omriariav

Omri Marketplace

AI community

Description

Personal AI-agent marketplace of plugins, skills, commands, and utilities for Claude Code, Codex, and Grok.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Omri's AI Agent Marketplace

Personal marketplace of plugins, skills, commands, and utilities for Claude Code, Codex, Grok, and Cursor.

Installation

Each CLI gets its own native manifest rather than relying on another vendor's compatibility layer:

Runtime Marketplace manifest Per-plugin manifest
Claude Code .claude-plugin/marketplace.json .claude-plugin/plugin.json
Codex .agents/plugins/marketplace.json .codex-plugin/plugin.json
Grok .grok-plugin/marketplace.json .grok-plugin/plugin.json
Cursor / cursor-agent .cursor-plugin/marketplace.json .cursor-plugin/plugin.json

The examples below install or discover the `x` plugin; replace `x` with another plugin name from the marketplace.

Claude Code

From the plugin UI:

/plugins → Marketplace → Add → omriariav/omri-marketplace

Or from a terminal:

claude plugin marketplace add omriariav/omri-marketplace
claude plugin install x@omri-marketplace

Codex

codex plugin marketplace add omriariav/omri-marketplace
codex plugin list --marketplace omri-marketplace --available --json
codex plugin add x@omri-marketplace

Grok

grok plugin marketplace add omriariav/omri-marketplace
grok plugin list --available --json

Then open `/marketplace` or `/plugins` in Grok to install the desired plugin.

Cursor / `cursor-agent`

Cursor manages installation through **Customize** in the IDE, the interactive `/plugin` browser, or the team marketplace dashboard. The CLI can register and list marketplaces, but it does not yet expose a non-interactive `plugin install` command.

cursor-agent plugin marketplace add https://github.com/omriariav/omri-marketplace
cursor-agent plugin marketplace list --format json

For a team marketplace, import `https://github.com/omriariav/omri-marketplace` under **Dashboard → Plugins**. For local development, clone this reposi