Command Reference

Source management

CommandDescription
cmx source add <name> <path-or-url>Register a marketplace source
cmx source listList registered sources
cmx source browse <name>Show available artifacts in a source
cmx source update [name]Fetch latest for git sources (all if no name)
cmx source remove <name>Unregister and clean up clone

Agent management

CommandDescription
cmx agent install <name>Install an agent from sources
cmx agent install <source>:<name>Install from a specific source
cmx agent install --allInstall all available agents
cmx agent install <name> --localInstall into current project
cmx agent update <name>Update an agent from its source
cmx agent update --allUpdate all tracked agents
cmx agent listList installed agents
cmx agent diff <name>LLM-powered diff analysis (requires llm feature)

Skill management

Same commands as agent, using cmx skill instead of cmx agent.

Aggregate commands

CommandDescription
cmx listList all installed agents and skills
cmx outdatedShow artifacts needing attention
cmx search <keyword>Search all sources by name and description

Configuration

CommandDescription
cmx config showShow current LLM settings
cmx config gateway <openai|ollama>Set LLM provider
cmx config model <name>Set LLM model