安装
npx -y @deepseek-ai/dsh plugin --profile web add github:oppnc/dsh-kernel-minimax此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
English | 中文
dsh-kernel-minimax
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 MiniMax's Mini-Agent into a DSH plugin. The mini-agent tool surface you already know — read_file, write_file, edit_file, bash, bash_output, bash_kill, get_skill, list_skills, record_note, recall_notes — is now a set of native DSH tools. Same names, same schemas, same behavior.
The payoff is simple: use Mini-Agent's tools natively inside DSH — no different from opening Mini-Agent itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home.
Distilled from MiniMax-AI/Mini-Agent d76a4f6 (2026-02-14). No new model-facing tools since then.
The
minimax-kernelmodel route needs a MiniMax API key in~/.mini-agent/config.yaml:
api_key: "sk-..."
Install
Copy the package into your profiles' node_modules:
cp -r dsh-kernel-minimax ~/.dsh/profiles/node_modules/dsh-kernel-minimax
Then add this row to the minimax-kernel preset's cordis.yml:
- id: minimax-surface
name: dsh-kernel-minimax
Usage
Pick the minimax-kernel preset and the minimax-kernel / MiniMax-M2.7 model route. Your main agent runs on the Mini-Agent tool surface.
License
MIT — see LICENSE.
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- JavaScript
- 许可证
- MIT
- 最新发布
- v0.1.2
- 最后更新
- 2026年8月17日 06:44
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。