dsh-grok-kit
DeepSeek Harness 的非官方社区插件。支持通过 OAuth 订阅使用 Grok-4.6 对话、服务端网页与 X 搜索融合以及图像生成功能。
AI 分析
适合拥有 SuperGrok 或 X Premium 订阅,且需要在 DSH 中使用 Grok 模型及 X 平台搜索与绘图功能的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MaRi23333/dsh-grok-kit說明文件
閱讀完整 README ↗配置
| 配置项 | 默认值 | 说明 |
|---|---|---|
backendSearch | schema 为 false;本 bundle 设为 true | 在主聊天请求中启用 xAI 服务端网页/X 搜索 |
nestedSearchTools | 省略时取 !backendSearch | 注册独立的 grok_web_search / x_search |
searchModel | grok-build-0.1 | 嵌套搜索模式使用的模型 |
searchMaxResults | 8 | 嵌套搜索返回来源的上限 |
webSearchTimeoutMs | 60000 | 嵌套网页搜索的协作式超时预算 |
xSearchTimeoutMs | 120000 | 嵌套 X 搜索的协作式超时预算 |
imagineTool | true | 注册 grok_imagine |
proxyUrl | '' | xAI 专用 HTTP/HTTPS 代理;设置页保存值优先 |
本 bundle 的组合默认值来自 cordis.patch.yml。手工拆分或重组配置时,可用 dsh --profile web --dump-config 核对最终值。