| Command | Description |
cmx source add <name> <path-or-url> | Register a marketplace source |
cmx source list | List 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 |
| Command | Description |
cmx agent install <name> | Install an agent from sources |
cmx agent install <source>:<name> | Install from a specific source |
cmx agent install --all | Install all available agents |
cmx agent install <name> --local | Install into current project |
cmx agent update <name> | Update an agent from its source |
cmx agent update --all | Update all tracked agents |
cmx agent list | List installed agents |
cmx agent diff <name> | LLM-powered diff analysis (requires llm feature) |
Same commands as agent, using cmx skill instead of cmx agent.
| Command | Description |
cmx list | List all installed agents and skills |
cmx outdated | Show artifacts needing attention |
cmx search <keyword> | Search all sources by name and description |
| Command | Description |
cmx config show | Show current LLM settings |
cmx config gateway <openai|ollama> | Set LLM provider |
cmx config model <name> | Set LLM model |