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 Scaffold — DSH Plugin for DeepSeek Harness
← Plugins

@shuji0o0/plugin-scaffold

Plugin Scaffold

DeepSeek Harness plugin generator: a model tool plus a sidebar entry that generate Cordis plugin code skeletons.

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

npx -y @deepseek-ai/dsh plugin --profile web add @shuji0o0/plugin-scaffold@1.0.0
READMECompatibilityVersions

Compatibility and provenance

Plugin Scaffold is published as @shuji0o0/plugin-scaffold and currently resolves to version 1.0.0. 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

1.0.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
23.4 kB
Files
7
Surface
web
License
MIT
Source
npm
Weekly downloads
30
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

plugin-scaffold

A DeepSeek Harness (DSH) plugin generator: a model tool plus a sidebar entry that produce Cordis plugin code skeletons conforming to the cordis-plugin-development conventions.

Features

  1. plugin_scaffold model tool (host side) Generates a plugin skeleton by name / platform / kind, ready for cordis_define.

  2. Sidebar "插件生成器" entry (client side, DOM-injected) Sits below the skill center, styled like the task board / SSH / skill center entries. Clicking opens an overlay that produces a prompt you can paste into the conversation.

Install

Once published to npm:

npx -y @deepseek-ai/dsh plugin --profile web add @shuji0o0/plugin-scaffold

If dsh warns declares no dsh.bundle, an old version was installed — run npm view @shuji0o0/plugin-scaffold version and install the explicit version instead.

Restart DSH after installing: the sidebar entry and the plugin_scaffold tool both come online.

Usage

Via conversation

Say "generate a tool-type host plugin named xxx with the plugin generator" and the agent calls plugin_scaffold.

Via the sidebar entry

Click "插件生成器" in the sidebar → fill in name / platform / kind → "生成提示" → copy the prompt into the conversation.

Skeleton kinds

kindWhat it generatesPlatform
basicEmpty skeleton (service / event placeholders)host
toolModel tool registration (harness.registerTool)host
eventEvent listener (ctx.on)host
uiClient Slot UI (slots.inject + React.createElement)client
rpcClient→Host RPC (harness.handle + host.call)both

Layout

plugin-scaffold/
├── index.js           # host half: registers the plugin_scaffold tool
├── client.js          # client half: sidebar entry + overlay (__ModuleLoader__ factory)
├── cordis.patch.yml   # dsh bundle patch: mounts the host row
├── package.json
├── README.md
├── README.zh-CN.md
└── LICENSE

License

MIT

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