安装
npx -y @deepseek-ai/dsh plugin --profile web add github:oppnc/dsh-kernel-grok此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
English | 中文
dsh-kernel-grok
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 Grok Build into a DSH plugin. The grok-build tool surface you already know — run_terminal_cmd, read_file, search_replace, list_dir, grep, web_search, web_fetch, todo_write, task, get_task_output, kill_task, ask_user_question, enter_plan_mode, exit_plan_mode — is now a set of native DSH tools. Same names, same schemas, same behavior.
The payoff is simple: use grok's tools natively inside DSH — no different from opening Grok Build itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home.
Two grok-native rules, kept as-is:
search_replaceIS grok's write tool (create a file by passing an emptyold_string), andrun_terminal_cmdrequires adescriptionsaying why the command is needed.
web_search uses the Grok OAuth JWT against cli-chat-proxy.grok.com (tools: [{type:'web_search'}]), not DeepSeek's search provider. web_fetch is a local HTTPS GET through the same proxy grok-build uses. Distilled from grok-build e5fd481 (2026-08-13); origin/main after that only changes workspace/permission/media internals — no new grok_build tool names.
Install
Copy this directory into your profile, then add a row inside the planning group of the grok-kernel preset:
- id: grok-surface
name: dsh-kernel-grok
The grok-kernel preset already disables DSH's colliding rows for you (tool-fs-search, tool-web, tool-todo, tool-ask-user).
Usage
Pick the grok-kernel preset and the grok-kernel / grok-4.6 model. Your agent runs on the Grok kernel with grok's native tool surface.
License
MIT — see LICENSE.
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- JavaScript
- 许可证
- MIT
- 最新发布
- v0.1.2
- 最后更新
- 2026年8月17日 06:44
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。