ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified ai models Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/evgyur/kimi-integration
Or

What 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

  1. "How do I configure my clawdbot.json to use the Kimi K2.5 model as the primary default?"
  2. "I've set up my Moonshot API key, can you help me verify that the integration is working correctly?"
  3. "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 list after 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.json file.

Metadata

Author@evgyur
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-evgyur-kimi-integration": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#kimi#moonshot#llm#developer#integration
Safety Score: 4/5

Flags: external-api