klim share
Share your installed tools as a compact token, or install tools from a token shared by a teammate.
klim share # generate a share tokenklim share open <token> # install from a share tokenklim share open <token> --yes # non-interactive installGenerate a Token
Section titled “Generate a Token”klim shareOutputs a compact klim:v1:... token that encodes your installed tool names. Share it via Slack, Teams, email, or any chat.
For scripting, request structured output:
klim share --output json# {# "token": "klim:v1:...",# "tool_count": 24,# "tools": ["az", "gh", "git", ...]# }The tools array is sorted, so the same installed set always produces the same token. When no tools are installed, token is omitted from the JSON payload.
Install from a Token
Section titled “Install from a Token”klim share open "klim:v1:H4sIAAAA..."Decodes the token, resolves tools from your local catalog, and installs via native package managers.
How It Works
Section titled “How It Works”- Scans for all installed tools
- Encodes tool names into gzip-compressed, base64-encoded token
- Recipients decode and install via their local catalog + package managers
TUI Alternative
Section titled “TUI Alternative”In the TUI, switch to the ★ Favorites tab and press s to share just your favorited tools.
See Also
Section titled “See Also”klim export— Export to a YAML file (more detailed)klim diff— Compare against a token or manifest