DSH Plugins Marketplace

DSH Plugins

Plugins

/

crystra-dsh

f

crystra-dsh

Manifest valid

The single dsh-crystra plugin for DeepSeek Harness: workflow execution, analysis and deterministic initialization.

UI (client)hasBundlePatch

Crystra for DeepSeek Harness

Crystra turns repeatable workflow steps into deterministic execution, reducing unnecessary agent and LLM calls. This repository owns the single public DSH plugin dsh-crystra; its target registration repository is firestige/crystra-dsh.

Execution and Studio are internal modules of this plugin. crystra-execution and crystra-ui-core remain ordinary, independently versioned component dependencies. Domain implementations stay in their component repositories.

Current development state

The new distribution starts at 0.1.0; no Crystra release is claimed by this source checkout. During rename preparation, config/development-inputs.json binds exact component commits and SHA-256 digests. The eight repositories now use their Crystra coordinates. Production candidates reject local file dependencies and require exact published GitHub Release assets.

Use Node 24.12.0, npm 11.6.2 and pnpm 11.23.0. Check out the configured Execution and UI commits under .crystra-inputs/sources/execution and .crystra-inputs/sources/ui, then run:

node scripts/prepare-development-artifacts.mjs
npm ci --ignore-scripts --no-audit --no-fund
npm rebuild better-sqlite3
npm run build
npm test
npm run pack:verify

The build emits one CSP-compatible browser bundle with module identity dsh-crystra. Its Cordis patch registers one plugin and the internal Workspace override. Archives include source and license attribution; internal modules have no separate plugin manifests.

Isolated integration checks

Use DSH 0.1.1-rc.2. Set CRYSTRA_DSH_BINARY to that version's executable when the global DSH differs. Checks use temporary DSH homes and profiles:

npm run qualify:clean-profile
npm run qualify:lifecycle
npm run qualify:provider-routing
npm run qualify:real-harness
CRYSTRA_QUALIFY_TERMINAL=1 npm run qualify:real-harness
CRYSTRA_QUALIFY_INITIALIZATION=1 npm run qualify:real-harness

Real Harness checks cover the Host, Chrome, Delivery, Studio, recorded traces, and downstream unavailability. The terminal fixture mode supplies deterministic owner facts without invoking an LLM. DSH 0.1.1-rc.2 supplies no CSP header; the bundle check separately rejects dynamic code and inline-script injection.

The root plugin loads without pre-existing Execution configuration. /crystra setup prepares configuration and the bound service group; /crystra doctor reports readiness and missing repository role bindings. /crystra services start|stop|status manages the installation's own Compose namespace. These commands are deterministic and do not invoke an LLM. No independent public product installer is shipped. See initialization.

Before new service assets are published and bound, setup activates Execution and explicitly reports DEGRADED / CRYSTRA_SERVICE_DESCRIPTOR_UNAVAILABLE. This development state is not a fully installed release.

New RC tags use crystra-dsh-v<version>-rc.N. Stable promotion reuses qualified bytes through GitHub Releases and retains its manual release gate. There is no npm publication stage. Historical release records describe their original artifacts, not this new distribution.

See foundation boundaries, source notice, and security policy.

Similar plugins

dsh-deep-research

by omdsh-dev

Adaptive deep-research orchestrator plugin for DeepSeek Harness (official workflow engine, cybernetics/information-theory design)

Workflow & AutomationManifest valid

23

MIT

TypeScript

Aug 12, 2026

dsh plugin --profile web add @dsh-external/dsh-deep-research

A DeepSeek Harness Web plugin that runs a user-defined command after the web profile has started successfully.

Workflow & AutomationManifest valid

0

dsh plugin --profile web add @kagurazakayashi/dsh-startup-command

by yangdongzhen590

Config-driven development-task orchestration plugin for DeepSeek Harness: workflows + task management + stage progress UI.

Workflow & AutomationManifest valid

3

749/wk

JavaScript

Sep 9, 2026

dsh plugin --profile web add dsh-knj-workflow

by Sev7een

Scheduled tasks plugin for DeepSeek Harness Web Profile

Workflow & AutomationManifest valid

3

MIT

TypeScript

Sep 8, 2026

dsh plugin --profile web add dsh-plugin-automations

by kermanx

PR workflow plugin for DeepSeek Harness

Workflow & AutomationManifest valid

8

TypeScript

Aug 21, 2026

dsh plugin --profile web add dshw

by Qingzhou-Joshua

DeepSeek Harness plugin—a simple toolkit for developers.

Manifest valid

0

MIT

TypeScript

Aug 14, 2026

dsh plugin --profile web add dsh-dev-toolbox