Kimi Search
Kimi Search
Section titled “Kimi Search”OpenClaw supports Kimi as a web_search provider, using Moonshot web search
to produce AI-synthesized answers with citations.
Get an API key
Section titled “Get an API key”Create a key
Get an API key from Moonshot AI.
Store the key
Set
KIMI_API_KEYorMOONSHOT_API_KEYin the Gateway environment, or configure via:Terminal window openclaw configure --section web
Config
Section titled “Config”{ plugins: { entries: { moonshot: { config: { webSearch: { apiKey: "sk-...", // optional if KIMI_API_KEY or MOONSHOT_API_KEY is set }, }, }, }, }, tools: { web: { search: { provider: "kimi", }, }, },}Environment alternative: set KIMI_API_KEY or MOONSHOT_API_KEY in the
Gateway environment. For a gateway install, put it in ~/.openclaw/.env.
How it works
Section titled “How it works”Kimi uses Moonshot web search to synthesize answers with inline citations, similar to Gemini and Grok’s grounded response approach.
Supported parameters
Section titled “Supported parameters”Kimi search supports the standard query and count parameters.
Provider-specific filters are not currently supported.
Related
Section titled “Related”- Web Search overview — all providers and auto-detection
- Gemini Search — AI-synthesized answers via Google grounding
- Grok Search — AI-synthesized answers via xAI grounding