by kaichen
One-step command npx kimicc to run Claude Code using Kimi K2.
# Add to your Claude Code skills
git clone https://github.com/kaichen/kimiccOne-step command npx kimicc to run Claude Code using Kimi K2 / GLM-4.6 / Qwen3-Coder / DeepSeek-v3.2.
一步命令 npx kimicc 使用 Kimi K2 / GLM-4.5 / Qwen3-Coder / DeepSeek-v3.1 运行 Claude Code。
Or install KimiCC with npm install -g kimicc.
This is a lightweight Node.js npm package that sets up environment variables at startup, allowing Claude Code to call Kimi K2 / GLM-4.6 / Qwen3-Coder / DeepSeek-v3.2 models.
这是一个轻量的 nodejs 的 npm 包,在启动时设置好环境变量,让 Claude Code 调用 Kimi K2 / GLM-4.6 / Qwen3-Coder / DeepSeek-v3.2 模型。
This tool does some small work to save you time handling configuration tasks. At the bottom layer, it sets up Auth Token and Base URL environment variable parameters before starting claude.
Compared to other tutorials that require you to configure files or add long parameters at startup, using this tool will save your valuable time and energy.
Here are the console addresses:
npx kimicc to install and start, or use npm install -g kimicc;First initialization will prompt you to enter Auth Token, no need to set it again next time.
⚠️Note⚠️, when starting Claude Code will ask for AUTH TOKEN, default is NO(recommended), at this time select YES.
Do you want to use this auth token? SELECT YES!!!

How to uninstall: `npm uninstall kimicc...