A high-performance web search skill for Openclaw agents powered by the Moonshot Kimi API's native $web_search tool.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kimi-search
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install kimi-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Kimi Search is a technical integration designed for the Openclaw Skills ecosystem that enables AI agents to perform real-time web searches. By leveraging the Moonshot Kimi API and its specialized $web_search tool, this skill allows agents to transcend their training data cutoffs to retrieve current news, updated documentation, and live data in both Chinese and English.
Built on the robust kimi-k2.5 model, the skill supports a massive 256k context window, ensuring that even information-heavy search results are processed accurately. It is a critical tool for developers using Openclaw Skills who require their agents to have grounded, factual, and up-to-the-minute information from the internet.
To get started with this skill in your Openclaw Skills environment, first install the required Python dependency:
pip3 install openai
Next, configure your API key in your ~/.openclaw/openclaw.json file:
{
"skills": {
"entries": {
"kimi-search": {
"enabled": true,
"apiKey": "sk-your-moonshot-api-key"
}
}
}
}
Finally, restart the gateway to enable the tool:
openclaw gateway restart
The Kimi Search skill returns a structured JSON object to ensure compatibility with various agent workflows. The schema includes:
| Property | Type | Description |
|---|---|---|
query |
string | The search keyword or phrase provided to the tool. |
answer |
string | The comprehensive answer synthesized from the search results. |
usage |
object | Contains prompt_tokens, completion_tokens, and total_tokens for cost tracking. |
Loading
A comprehensive integration for managing Gandi.net domains, DNS records, and email forwarding using automated Node.js scripts.

A comprehensive CLI manager for discovering, installing, and bootstrapping Openclaw Skills with an intelligent relevance-based search engine.

A dedicated CLI utility for migrating OpenClaw configurations, skills, and environment data to a new host via SSH.

SkillStore is an intelligent package manager designed to search, install, and create Openclaw Skills through a unified CLI interface.

A premier launchpad and trading interface for onchain AI agent tokens across multiple blockchain networks.

A crosschain token infrastructure that allows AI agents to launch, trade, and manage tokens across major blockchains seamlessly.








































