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.

Deepseek Harness Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@foggy-projects/deepseek-harness-plugin

Deepseek Harness Plugin

Foggy Java data analysis engine integration for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add @foggy-projects/deepseek-harness-plugin@0.4.1-rc.1
READMECompatibilityVersions

Compatibility and provenance

Deepseek Harness Plugin is published as @foggy-projects/deepseek-harness-plugin and currently resolves to version 0.4.1-rc.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.4.1-rc.1prerelease
9/13/2026
Show 1 more versionCollapse versions
0.4.0-rc.3prerelease
9/6/2026

Related plugins

Loading related plugins…

Latest
0.4.1-rc.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
352.9 kB
Files
48
Surface
web
License
Apache-2.0
Source
npm
GitHub
★ 0
Weekly downloads
262
Security scan
✓ v0.4.1-rc.1 scan passed
Last push
9/6/2026
View source ↗Project homepage ↗
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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).

README

Foggy for DeepSeek Harness (Beta)

This package is the lightweight DeepSeek Harness Bundle for Foggy's Java data analysis engine. Installing the Bundle adds a native Foggy tab under Settings → Plugins. The private Python runtime, Launcher, and isolated CLI environment are downloaded only when the user selects Initialize and start (or the equivalent component action). Existing installations are not silently changed when the plugin package is upgraded.

The 0.4.1-rc.1 compatibility candidate targets DeepSeek Harness 0.1.5-rc.2 and requires a system Node.js >=24.0.0. Foggy's Java Launcher uses a system Java 17+. Foggy manages its own pinned Python 3.12 runtime inside the per-user component directory; it does not require a system Python, modify PATH, or register Python globally. Advanced users may explicitly set FOGGY_PYTHON to a compatible Python 3.11+ executable.

Local release-candidate installation

dsh plugin --profile web add --workspace-root ./foggy-projects-deepseek-harness-plugin-0.4.1-rc.1.tgz

Restart dsh web, use the browser it opens (or the complete printed URL, including ?token=...), open Settings → Plugins → Foggy Data Analysis, and initialize the components from there. Do not share the launch-token URL.

For the DSH 0.1.5-rc.2 compatibility pre-release, install the exact candidate so the stable beta channel is not changed:

dsh plugin --profile web add --workspace-root @foggy-projects/deepseek-harness-plugin@0.4.1-rc.1

The published candidate is also available through the dedicated dsh015 npm dist-tag:

dsh plugin --profile web add --workspace-root @foggy-projects/deepseek-harness-plugin@dsh015

For the existing stable beta channel, the corresponding one-line install is:

dsh plugin --profile web add --workspace-root @foggy-projects/deepseek-harness-plugin@beta

After updating the plugin package, open Settings → Plugins → Foggy Data Analysis and use Update components (or Update and start) to download the pinned CLI, Launcher, and Skills. The settings page shows current and target versions. Updates are blocked while Runtime is running so the active Java process and the next-launcher state cannot diverge. Component-specific repair actions remain available under Advanced repair.

DeepSeek Harness 0.1.5-rc.2 applies pnpm's minimum-release-age policy to its profile lockfile. An upgrade performed shortly after publication can therefore fail while naming either the new plugin or the previously installed Beta. This is a DSH profile-policy failure, not a damaged Foggy package. Use the exact profile directory printed in the error and rebuild its lockfile, then rerun the same dsh plugin add command:

Set-Location "<the DSH profile directory printed in the error>"
npx --yes pnpm@11.7.0 clean --lockfile

The failed add normally records the requested exact version under minimumReleaseAgeExclude before returning. If the error repeats, confirm that both the installed and requested exact Foggy versions named by the error appear under that key in the profile's pnpm-workspace.yaml; do not disable the policy globally.

For development, FOGGY_ASSET_CACHE_DIRS can contain platform-delimited verified asset-cache directories. It is not required for a normal install.

The bundled onboarding Skill is intentionally development-first. Users may provide a local datasource password in the conversation, a user-managed connection file, an Agent environment variable, or a compatible Runtime Console. Direct passwords are submitted to the already-running Runtime without being copied into onboarding state or evidence. The Skill then drives schema discovery, semantic drafting, local Bundle registration, and bounded query verification without restarting Runtime.

Native Skill and workspace contract

The Bundle registers foggy-deepseek-onboarding and the downloaded foggy-ai-analysis through DeepSeek Harness's native Skill provider API. Skills are available in every DSH workspace without copying or symlinking .agents. The current session cwd remains the workspace boundary for semantic drafts and evidence.

Opaque CLI profiles remain available for users who prefer them and default to the private persistent <dataRoot>/cli-profiles directory, but they are not a prerequisite for ordinary development. Composite onboarding commands are idempotent: unchanged completed phases are resumed rather than re-adding a datasource or re-registering a local Bundle. A resumed datasource checkpoint is also reconciled against the live Runtime; if the datasource was removed outside the wrapper, only datasource configuration, verification, and schema discovery are resumed. Settings detects legacy temporary profiles and offers an explicit, validated migration into the persistent store.

Private Python, CLI, Launcher, the analysis Skill, install state, and Runtime state live in the user-level Foggy component directories. The managed CLI is intentionally isolated and does not need to be on PATH. Re-download / Repair verifies the global analysis Skill, backs up modified or outdated managed content, restores it, and invalidates DSH's Skill catalog. The onboarding Skill is bundled with the plugin and is restored by reinstalling or upgrading the plugin package.

The Foggy settings tab shows the persisted database/semantic onboarding stages, offers pinned checks and repair for CLI, Launcher, and the managed analysis Skill, private Python, and exports a private redacted diagnostics report. The report includes bounded, sanitized tails of Runtime logs while refusing to read paths outside the managed Runtime directory. Runtime start monitors the Launcher PID during wait-ready, fails promptly if Java exits, and remains idempotent: an already-recorded process is verified with wait-ready and capabilities instead of being treated as a failed second start.

The same settings tab owns a persistent local Runtime port. New installations default to 18166; users can choose another port while Runtime is stopped. Startup checks the same wildcard binding used by the Java server, so a conflicting application or Windows port proxy produces an immediate, high-visibility error instead of a readiness timeout. The CLI and Skills resolve the resulting stable Runtime URL from managed state.

This beta remains a local dev/test integration. It does not automatically extend local credentials or approvals into a formal environment. Production model publication should use a separate manual or dedicated deployment workflow with an explicit target, model Git commit/tag, credentials, verification, and rollback plan.

See docs/PUBLIC-BETA-READINESS.md for the tested public Beta scope, release gates, and stable-release blockers. The DSH 0.1.5-rc.2 compatibility candidate is documented in docs/RELEASE-CANDIDATE-0.4.1-DSH-0.1.5-RC.1.md. Native Windows acceptance instructions are in docs/WINDOWS-BETA-ACCEPTANCE.md; database credentials intentionally remain outside the public repository.

Community discovery

DeepSeek Harness does not currently publish a first-party plugin marketplace. For discoverability, this repository is intended to carry the GitHub dsh-plugin topic. Independent community directories and their submission rules are tracked in docs/COMMUNITY-MARKETPLACES.md; inclusion in any directory is community curation, not an endorsement by DeepSeek or Foggy.

Linux and WSL2 experience

Ubuntu and WSL2 users can use the checked-in preflighted installer under experience/linux. It keeps DSH, its profile, the project workspace, and Foggy data on the Linux-native filesystem.