cortex marketplace

Browse and install plugins and agent configurations from the CortexPrism marketplace directly from the CLI.

Usage

cortex marketplace <subcommand> [options]

Subcommands

SubcommandDescription
list pluginsList available plugins with filtering
list agentsList available agent configurations
categoriesBrowse marketplace categories
statsShow marketplace statistics
installInstall a plugin or agent

Plugin Listing Options

OptionDescription
--search, -sSearch by keyword
--kind, -kFilter by plugin kind (esm, mcp, wasm)
--category, -cFilter by category
--limit, -lLimit number of results

Agent Listing Options

OptionDescription
--search, -sSearch by keyword
--provider, -pFilter by provider
--category, -cFilter by category
--limit, -lLimit number of results

Install Options

OptionDescription
--yes, -ySkip confirmation prompt

Examples

# List all plugins
cortex marketplace list plugins

# Search for Python plugins
cortex marketplace list plugins -s python

# Filter by MCP plugins
cortex marketplace list plugins -k mcp

# Browse categories
cortex marketplace categories

# View marketplace stats
cortex marketplace stats

# Install a plugin
cortex marketplace install python-executor -y

# List agent configs
cortex marketplace list agents -s code-review

# Filter agents by provider
cortex marketplace list agents -p anthropic