Skip to content

klim tool search

Search the tool marketplace by name, description, category, tags, or GitHub topics. Results are ranked by relevance and GitHub stars.

Terminal window
klim tool search <query> [flags]
FlagShortDescription
--category-cFilter by category
--limit-nMax results to show (default: 15)

The search engine scores each tool against your query by matching:

FieldWeightExample
Exact name matchHighestklim tool search jq → exact hit
Partial name matchHighklim tool search kube → kubectl, kubectx
CategoryMediumklim tool search cloud → Cloud tools
TagsMediumklim tool search encryption → age, sops
GitHub topicsMediumklim tool search ci → act, gh
DescriptionLowklim tool search "json processor" → jq, yq

Results are then boosted by GitHub star count for popular tools.

Terminal window
# Find JSON tools
klim tool search json
# Multi-word search
klim tool search "kubernetes dashboard"
# Filter by category
klim tool search cli --category Security
# Limit results
klim tool search cloud -n 5

The TUI search (press / on any tab) uses the same search engine. It matches against descriptions and GitHub topics in addition to names, categories, and tags.