magian1127/deepseek-harness-zhipu_plan_tools0

deepseek-harness-zhipu_plan_tools

智谱 MCP 三件套 for DSH:联网搜索(search)、网页读取(reader)、开源仓库(zread)原生 provider 与工具,附设置页卡片。Zhipu MCP suite (web search / reader / zread) as native DSH providers and tools, with a settings card.

包名
deepseek-harness-zhipu_plan_tools
版本
0.1.1
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:magian1127/deepseek-harness-zhipu_plan_tools

首次使用:添加 zai-coding-cn 提供商

使用本插件前,先在 DSH 设置中添加 zai-coding-cn 提供商(一个步骤,安装后只需做一次):

  1. 打开 DSH 设置 → 模型;
  2. 「提供方」下拉选择 zai-coding-cn(注意不是海外的 zai,本插件走智谱中国区端点 open.bigmodel.cn);
  3. 「API 密钥」留空即可(留空 = 使用环境认证),点保存。

保存后 DSH 会自动使用 ZAI_CODING_CN_API_KEY 参数(即配置中 apiKeyEnv: ZAI_CODING_CN_API_KEY) 作为该提供商的 API Key——这正是本插件默认的凭据引用名 credentialRef

因此你只需保证 ZAI_CODING_CN_API_KEY 已存在于环境变量或 ~/.dsh/.credentials.yaml, 插件零额外配置即可取到智谱 Coding Plan Key;若你在环境变量中配置了别的名字,可在设置卡片中 把 credentialRef 改成对应名字。