DeepSeek Harness 插件

gateway-core

dsh-overdrive 聊天网关的 DSH 侧远程会话驱动:把 Telegram / Discord / Slack / WhatsApp / 飞书 / 钉钉 / 企业微信 的会话、轨迹回放与一键审批接入 Harness。需配套运行 @dsh-overdrive/gateway。

跳到安装方式

来源信息

GitHub 仓库
temotee2103/dsh-overdrive
最近更新
2026年8月20日
分类
通知与集成
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/temotee2103/dsh-overdrive~23gateway-core
GitHub:https://github.com/temotee2103/dsh-overdrive/tree/main/packages/gateway-core
插件名:dsh-overdrive#gateway-core
作者:temotee2103
安装命令:dsh plugin --profile web add github:temotee2103/dsh-overdrive#path:/packages/gateway-core

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器1 个文件
package.json来源说明 · 只读预览
{
  "name": "@dsh-overdrive/gateway-core",
  "version": "0.1.2",
  "type": "module",
  "scripts": {
    "build": "tsc"
  },
  "dependencies": {
    "@dsh-overdrive/sdk": "0.1.2",
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-agent": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-session": "^0.1.0-rc.6"
  },
  "devDependencies": {},
  "license": "MIT",
  "description": "dsh-overdrive: DeepSeek Harness plugin — multi-platform chat bridge core (trajectory / approval / multi-agent)",
  "repository": {
    "type": "git",
    "url": "https://github.com/temotee2103/dsh-overdrive.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  }
}