Skip to content

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.

Terminal window
klim agents marketplaces list
klim agents marketplaces add --provider <p> <url>
klim agents marketplaces remove --provider <p> <url>
CommandDescription
listShow every configured marketplace, grouped by provider.
addAdd a new marketplace URL to a provider’s configuration.
removeRemove a marketplace from a provider’s configuration.
FlagDescription
--providerRequired for add / remove. One of claude-code, copilot-cli.
--outputtext (default), json, or yaml.
Terminal window
# Show every configured marketplace
klim agents marketplaces list
# Add a marketplace to Claude Code
klim agents marketplaces add --provider claude-code https://example.com/cc-marketplace.yaml
# Remove a marketplace
klim agents marketplaces remove --provider copilot-cli https://stale.example.com/idx.yaml

klim 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.