klim agent marketplace
Some agent providers pull plugins / skills / MCPs from one or more
marketplaces — URLs that point at a catalog index. klim agent marketplaces lets you list, add, and remove those URLs through one
common interface.
Subcommands
Section titled “Subcommands”klim agent marketplace listklim agent marketplace add --provider <p> <url>klim agent marketplace 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 agent marketplace list
# Add a marketplace to Claude Codeklim agent marketplace add --provider claude-code https://example.com/cc-marketplace.yaml
# Remove a marketplaceklim agent marketplace 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.