安装
npx -y @deepseek-ai/dsh plugin --profile web add github:oppnc/dsh-kernel-kimi此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
English | 中文
dsh-kernel-kimi
DSH runs on one simple idea: everything is a plugin. Models, tools, subagents — plug them together however you like.
So we did exactly that: we turned Kimi Code into a DSH plugin. The kimi-cli tool surface you already know — ReadFile, WriteFile, StrReplaceFile, Glob, Grep, Shell, ReadMediaFile, SearchWeb, FetchURL, TaskList, TaskOutput, TaskStop, SetTodoList, AskUserQuestion, Agent, ExitPlanMode, EnterPlanMode — is now a set of native DSH tools. Same names, same schemas, same behavior.
The payoff is simple: use the kimi CLI natively inside DSH — no different from opening Kimi Code itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home.
SearchWeb / FetchURL talk to the same Moonshot endpoints the Kimi CLI uses (api.kimi.com/coding/v1/search and /fetch) with the shared OAuth token. Distilled from kimi-cli 1.49.0.
We differentially verified against the real kimi CLI: the same task on the same directory produces identical results, item by item.
Install
Copy the package into your DSH profiles:
cp -r dsh-kernel-kimi ~/.dsh/profiles/node_modules/dsh-kernel-kimi
Then add a row to the kimi-kernel agent preset (inside the planning group, so the plan tools can reach planMode):
- id: kimi-surface
name: dsh-kernel-kimi
Usage
Start a session on the kimi-kernel preset and pick the model kimi-kernel/k3-256k. Your main agent runs on the Kimi kernel with the full kimi tool surface.
License
MIT — see LICENSE.
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- JavaScript
- 许可证
- MIT
- 最新发布
- v0.1.2
- 最后更新
- 2026年8月17日 06:44
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。