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.

Relay Dsh Plugin Skill Creator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

relay-dsh-plugin-skill-creator

Relay Dsh Plugin Skill Creator

A DSH plugin that turns a completed conversation into a reusable, validated DSH Skill bundle.

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

npx -y @deepseek-ai/dsh plugin --profile web add relay-dsh-plugin-skill-creator@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Relay Dsh Plugin Skill Creator is published as relay-dsh-plugin-skill-creator and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.2stable
9/5/2026
0.1.1stable
9/4/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
72.6 kB
Files
24
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/5/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.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。

README

relay-dsh-plugin-skill-creator

A public DeepSeek Harness plugin that registers conversation-to-skill: a bundled Skill for turning a completed DSH conversation into a reusable, reviewed, and validated DSH Skill directory.

The generated bundle can include SKILL.md, references/, scripts/, and assets/. Resources are created only when the extracted workflow needs them.

Install in DSH

Add the public npm package to the DSH host and apply its bundled Cordis patch:

npm install relay-dsh-plugin-skill-creator

For repository development, installation from GitHub remains supported with npm install github:yangbobo2021/relay-dsh-plugin-skill-creator.

The included cordis.patch.yml inserts relay-dsh-plugin-skill-creator into the host configuration.

Use

At the end of a useful multi-turn DSH conversation, ask DSH to turn the conversation into a Skill or invoke conversation-to-skill. The Skill first converts user corrections into numbered requirement/evidence/test/oracle contracts, then proposes the target path, complete file tree, requirement coverage, exclusions, and validation plan. It writes only after explicit confirmation.

Completion includes structural validation, a captured runtime PII-canary gate, generated-script checks, and DSH discovery. When Session creation is available, one fresh Session on the same DSH account tests natural routing and reuse; no cross-Agent accounts are required. Small bundles also carry proposal and generation token budgets whose overruns are reported honestly.

V1 uses the conversation and artifacts visible in the current DSH context. It does not claim access to expired or hidden history.

Development

npm ci
npm run verify

The tests use the real DSH SkillRegistry, exercise the standalone validator, and inspect the package produced by npm.

See SPEC.md, architecture, security model, acceptance matrix, and DSH compatibility.

Releases

Version tags publish through GitHub Actions using npm Trusted Publishing (OIDC), with no long-lived npm token. See the release guide for the one-time first-package bootstrap and publisher binding.

License

MIT