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.

Plugin H3 Hip — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-h3-hip

Plugin H3 Hip

DeepSeek Harness Host plugin for alexhegit/h3-hip.c (--serve, protocol v1alpha)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:alexhegit/dsh-plugin-h3-hip#87365ede2ecda2f5dc66ef500f3aefd998374400
READMECompatibilityVersions

Compatibility and provenance

Plugin H3 Hip is published as dsh-plugin-h3-hip 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/14/2026

Versions

0.1.0stable
9/14/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
★ 1
Weekly downloads
0
Last push
9/15/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

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-plugin-h3-hip

DeepSeek Harness Host bundle for h3-hip.c (h3 --serve, protocol v1alpha). Independent from the HIP tree so the plugin can track DSH preview breakage without an engine release.

Requires h3-hip.c ≥ v0.12-exp with --serve, and a DSH web profile that already mounts tools + jobs (dsh-jobs-local + dsh-tool-jobs). Pin the DSH CLI you tested; preview APIs break.

What M1 provides

  • h3_generate — semantic submit to POST /v1/jobs, then ctx.jobs tails SSE
  • h3-prompt skill — MiniMax-H3 three-part prompts and reference tags
  • GET /v1/info protocol check (X-H3-Protocol: v1alpha; 426 → tell the user to upgrade)
  • Fake daemon for tests (npm test)

Not in M1: prompt lint, Web MP4 card, GPU scrape, SQLite job ledger, CLI Plan B.

Install

Start the engine (loopback only):

./h3 -d "$H3_MODEL" --serve

Install this bundle into the web profile (from a clone of this repo):

dsh plugin --profile web add github:alexhegit/dsh-plugin-h3-hip#<40-char-sha>
dsh --profile web --dump-config   # look for "# == dsh-plugin-h3-hip"
dsh --profile web

Local link while developing:

dsh plugin --profile web add ./

Config is environment-first: H3D_BASE_URL or H3D_BIND + H3D_PORT (default http://127.0.0.1:8571). Do not bind the daemon to the public internet; DSH is the only network surface.

Agent usage

  1. skill → h3-prompt when writing the prompt.
  2. h3_generate with prompt and optional preset / mode / geometry.
  3. job_output / job_kill on the returned DSH jobId.

Develop

npm test
node tests/fake-daemon.mjs --listen   # H3D_PORT=8571 stand-in

License

MIT. MiniMax-H3 weights are under the model community license — review before IM/public sharing (h3-hip.c design Q1).