deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:iTrimut/dsh-remote-access
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness Web GUI 的公网 HTTPS 远程访问插件(装即用)。
安装后自动获得:
AbortSignal.timeout/any polyfill,经 index.html 注入)sessionId 后,手机首次打开直接进入目标会话)dsh-remote-access(首次激活自动安装到 $DSH_HOME/skills/,agent 可直接加载执行)# 本地包
dsh plugin --profile web add file:/path/to/dsh-remote-access
# 或 GitHub(上架后)
dsh plugin --profile web add dsh-remote-access
然后重启 dsh web(--dump-config 可先验证补丁生效)。
在 profile 的 cordis.patch.yml 里给 dsh-remote-access-host 行加 config:
- id: dsh-remote-access-host
config:
sessionId: session-xxxx-xxxx-xxxx-xxxx # 手机直达的会话 id(留空=不引导)
enablePolyfill: true
enableBootstrap: true
installSkill: true
插件不替你写死公网域名。二选一:
--trusted-host <你的域名>:npx -y @deepseek-ai/dsh web --port 3080 --trusted-host dsh.example.comcordis.patch.yml 加:- id: connection
config:
trustedHosts: !!js "['dsh.example.com', ...ctx.webRuntime.trustedHosts]"
见内置技能 dsh-remote-access(安装后 agent 可加载),或直接读
skills/dsh-remote-access/SKILL.md——含 Cloudflare 隧道、本地密码代理(HTTP+WebSocket)、
信任围栏、兼容补丁的完整步骤与全部模板文件(files/ 已脱敏,复制替换占位符即可)。
iPhone ──HTTPS──> Cloudflare 边缘(域名+证书) ──cloudflared 隧道──> 本地密码代理(127.0.0.1:3099) ──> DSH(127.0.0.1:3080)
⚠️ 安全:DSH 是远程代码执行级入口。密码代理(见技能 files/auth-proxy.js)是安全底线, 公网地址不要公开。搭建完成后建议吊销临时 API 令牌。
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。