DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Cortex Dsh Web Command — DeepSeek Harness 插件(DSH Plugin)
← Plugins
C

cortex-dsh-web-command

Cortex Dsh Web Command

经过身份验证的 CORTEX 任务池 API 的主机端 DSH Web 命令

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:mobfish-ai/cortex-harness-open#872a7494b2b8a54cb1d818d7cfde7b89ab0e1e60
README兼容性版本

兼容性与来源证明

Cortex Dsh Web Command 以 cortex-dsh-web-command 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/9

版本

0.1.0stable
2026/9/9

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/9
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Ssh@linxin666/dsh-sshdsh Web GUI 的远程 SSH 操作:主机配置存储(~/.dsh/dsh-ssh.json,可从 ~/.ssh/config 导入)、支持跳板主机的持久化 ssh2 连接池、exec / PTY Web 终端 / SFTP 传输 / 本地端口转发隧道 / 集群执行Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

Cortex Harness Open

Public export for the CORTEX Harness protocol and reference tooling.

This repository currently publishes the installable DSH Web bridge at packages/dsh-web-cortex-command. It adds the host-side /cortex command surface to DSH Web and forwards authenticated loopback requests to a running CORTEX task-pool server. The CORTEX Kernel, leases, replay, receipts, and completion decisions remain authoritative on the CORTEX side.

Install from source

dsh plugin --profile web add file:/absolute/path/to/packages/dsh-web-cortex-command

After the package is published, the registry form will be:

dsh plugin --profile web add cortex-dsh-web-command

The package is host-only: browser input never carries the CORTEX token. See the package README for the local server and environment contract.

Public boundary

Only the allowlisted plugin package is exported here. No OB1 vault, private records, credentials, local databases, generated evidence, or internal runtime state is included.

Status

The repository is the public source export. npm publication and DSH catalog read-back are separate release gates and are not claimed until they have fresh evidence.