DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cortex Dsh Web Command — DSH Plugin for DeepSeek Harness
← Plugins
C

cortex-dsh-web-command

Cortex Dsh Web Command

Host-side DSH Web commands for the authenticated CORTEX task-pool API

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:mobfish-ai/cortex-harness-open#872a7494b2b8a54cb1d818d7cfde7b89ab0e1e60
READMECompatibilityVersions

Compatibility and provenance

Cortex Dsh Web Command is published as cortex-dsh-web-command and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/9/2026

Versions

0.1.0stable
9/9/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/9/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleDoctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleSsh@linxin666/dsh-sshRemote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster executiFind Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

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.