dsh-chatnode-wechat
Jesse-njx/dsh-chatnode-wechat
通过 iLink 网关在微信里与 DSH agent 聊天、监控与审批:双向文本、会话切换、进度摘要与编号审批提示。
DeepSeek Harness 插件
doc_read/doc_write:以有界、单元格寻址的方式读写 xlsx / pdf / docx / pptx / ipynb,另附 MCP 服务器与 CLI。
跳到安装方式默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。
复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。
请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。
插件页面:https://deepseekplugins.org/zh/plugins/Jesse-njx/dsh-cowork~23dsh
GitHub:https://github.com/Jesse-njx/dsh-cowork/tree/main/packages/dsh
插件名:dsh-cowork#dsh
作者:Jesse-njx
安装命令:dsh plugin --profile web add github:Jesse-njx/dsh-cowork#path:/packages/dsh
确认前不要执行安装命令。安装前先看这个插件目录里的 README 和其他文件。
{
"name": "@dsh-cowork/plugin",
"version": "0.1.0",
"description": "DSH Cowork \u2014 doc_read / doc_write tools for office documents and notebooks (xlsx, pdf, docx, pptx, ipynb) in DeepSeek Harness",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"cordis.patch.yml"
],
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "node --test \"test/*.test.ts\"",
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@dsh-cowork/core": "workspace:^"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"devDependencies": {
"@deepseek-ai/dsh-agent": "0.1.0-rc.6",
"@deepseek-ai/dsh-brand": "0.1.0-rc.6",
"@deepseek-ai/dsh-code-runtime": "0.1.0-rc.6",
"@deepseek-ai/dsh-fs-local": "0.1.0-rc.6",
"@deepseek-ai/dsh-invariants": "0.1.0-rc.6",
"@deepseek-ai/dsh-llm": "0.1.0-rc.6",
"@deepseek-ai/dsh-sandbox": "0.1.0-rc.6",
"@deepseek-ai/dsh-sandbox-policy": "0.1.0-rc.6",
"@deepseek-ai/dsh-scope": "0.1.0-rc.6",
"@deepseek-ai/dsh-session": "0.1.0-rc.6",
"@deepseek-ai/dsh-user-approval": "0.1.0-rc.6",
"jszip": "^3.10.1"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-fs": "^0.1.0-rc.6",
"@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6",
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
"@deepseek-ai/schemastery": "^3.18.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jesse-njx/dsh-cowork.git",
"directory": "packages/dsh"
},
"keywords": [
"deepseek-harness",
"dsh",
"dsh-plugin",
"doc_read",
"doc_write",
"office-documents",
"notebook"
]
}