klim agents marketplaces
Some agent providers pull plugins / skills / MCPs from one or more
marketplaces — URLs that point at a catalog index. klim agents marketplaces lets you list, add, and remove those URLs through one
common interface.
Subcommands
Section titled “Subcommands”klim agents marketplaces listklim agents marketplaces add --provider <p> <url>klim agents marketplaces remove --provider <p> <url>| Command | Description |
|---|---|
list | Show every configured marketplace, grouped by provider. |
add | Add a new marketplace URL to a provider’s configuration. |
remove | Remove a marketplace from a provider’s configuration. |
| Flag | Description |
|---|---|
--provider | Required for add / remove. One of claude-code, copilot-cli. |
--output | text (default), json, or yaml. |
Examples
Section titled “Examples”# Show every configured marketplaceklim agents marketplaces list
# Add a marketplace to Claude Codeklim agents marketplaces add --provider claude-code https://example.com/cc-marketplace.yaml
# Remove a marketplaceklim agents marketplaces remove --provider copilot-cli https://stale.example.com/idx.yamlklim writes through to each provider’s native config file (no klim sidecar state), so changes you make here are immediately visible to the underlying CLI on its next launch.