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

klim search <query> [flags]| Flag | Short | Description |
|---|---|---|
--category | -c | Filter by category |
--limit | -n | Max results to show (default: 15) |
How Matching Works
Section titled “How Matching Works”The search engine scores each tool against your query by matching:
| Field | Weight | Example |
|---|---|---|
| Exact name match | Highest | klim search jq → exact hit |
| Partial name match | High | klim search kube → kubectl, kubectx |
| Category | Medium | klim search cloud → Cloud tools |
| Tags | Medium | klim search encryption → age, sops |
| GitHub topics | Medium | klim search ci → act, gh |
| Description | Low | klim search "json processor" → jq, yq |
Results are then boosted by GitHub star count for popular tools.
Examples
Section titled “Examples”# Find JSON toolsklim search json
# Multi-word searchklim search "kubernetes dashboard"
# Filter by categoryklim search cli --category Security
# Limit resultsklim search cloud -n 5The 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.
See Also
Section titled “See Also”- klim onboard — Role-based tool recommendations
- Tool Catalog — Browse all tools