kimi-integration
Step-by-step guide for integrating Moonshot AI (Kimi) and Kimi Code models into Clawdbot. Use when someone asks how to add Kimi models, configure Moonshot AI, or set up Kimi for Coding in Clawdbot.
Why use this skill?
Learn how to integrate Moonshot AI and Kimi Code models into your Clawdbot agent. Follow this guide to configure API keys, update settings, and boost performance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/evgyur/kimi-integrationWhat This Skill Does
This skill provides the necessary configuration templates and step-by-step instructions to integrate Moonshot AI (Kimi) and Kimi Code models into your Clawdbot environment. By bridging the Clawdbot agent framework with Moonshot AI's OpenAI-compatible endpoints, users gain access to high-performance language models and specialized coding models. It streamlines the process of managing API keys, setting up configuration files, and validating the integration so your AI agent can leverage Kimi's advanced long-context window and specialized programming capabilities.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/evgyur/kimi-integration
Once installed, you must generate your API keys from the respective Moonshot AI and Kimi Code portals. You will then need to update your .env file to include your MOONSHOT_API_KEY and KIMICODE_API_KEY, followed by adding the provider configurations to your clawdbot.json file as detailed in the skill documentation. Finally, restart your gateway using clawdbot gateway restart to apply changes.
Use Cases
- Integrating powerful long-context LLMs into custom workflows.
- Utilizing the Kimi Code model for complex programming tasks, debugging, and software architecture suggestions.
- Migrating existing agent workflows to the Kimi K2.5 model for improved reasoning and document processing.
- Building multi-model environments where general chat and code generation are handled by different specialized endpoints.
Example Prompts
- "How do I configure my clawdbot.json to use the Kimi K2.5 model as the primary default?"
- "I've set up my Moonshot API key, can you help me verify that the integration is working correctly?"
- "Switch my current active model to the Kimi Code model so I can start refactoring this codebase."
Tips & Limitations
- Separate Endpoints: Remember that Moonshot AI and Kimi Code are distinct services; they require different API keys and have different base URLs. Do not attempt to use one key for the other.
- Context Window: The Kimi K2.5 model supports a 200k context window, which is excellent for summarizing long documents, but be mindful of costs associated with large token usage.
- Verification: Always run
clawdbot models listafter a restart to ensure the configuration parser correctly identified your new providers. - Security: Ensure your environment variables are stored securely and never hardcode your API keys directly into your
clawdbot.jsonfile.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-evgyur-kimi-integration": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
decision-trees
Decision tree analysis for complex decision-making across all domains. Use when user needs to evaluate multiple options with uncertain outcomes, assess risk/reward scenarios, or structure choices systematically. Applicable to business, investment, personal decisions, operations, career choices, product strategy, and any situation requiring structured evaluation. Triggers include decision tree, should I, what if, evaluate options, compare alternatives, risk analysis.
fix-life-in-1-day
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
crypto-price
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.