Skip to content

klim agents search

klim agents search runs a fuzzy match across every detected agent entity (marketplaces, plugins, skills, MCPs, sessions) and ranks the results by score. Use type:query to scope the search to a single entity type.

Terminal window
klim agents search <query> [flags]
FlagDescription
--providerLimit to one provider.
--limitCap the number of results returned (default 20).
--outputtext (default), json, or yaml.

Prefix the query with <type>: to restrict the match to one entity type:

PrefixSearches
plugin:Plugins only
skill:Skills only
mcp:MCP servers only
session:Sessions only
marketplace:Marketplaces only
Terminal window
# Fuzzy search across everything
klim agents search react
# Scoped — only plugins
klim agents search plugin:auth
# Limit + JSON output
klim agents search test --limit 5 --output json

Text output sorts results by descending fuzzy-match score; the type prefix tells you what each row is.

Score Type Provider Name Description
───── ─────── ─────────── ────────────────── ──────────────────────────────
98 plugin claude-code react-test-helper React component test scaffolds
82 skill copilot-cli test-failure Diagnose failing test output
76 mcp claude-code testcontainers MCP for Testcontainers