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.

Inspiration Deck Workshop — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-inspiration-deck-workshop

Inspiration Deck Workshop

DSH plugin-based distribution for inspiration-deck-workshop: registers the inspiration-deck-workshop skill, a local HTML presentation workspace with 6 deck templates, 25+ layouts, validate/export CLI, and smoke tests.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-inspiration-deck-workshop@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Inspiration Deck Workshop is published as dsh-inspiration-deck-workshop and currently resolves to version 0.1.1. 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/20/2026

Versions

0.1.1stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
507.6 kB
Files
205
Surface
any
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
68
Last push
8/16/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 ui-customization.

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)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-inspiration-deck-workshop

「灵感演示工坊 / Inspiration Deck Workshop」的 DeepSeek Harness (DSH) 插件化分发包。

安装后自动向 DSH 技能系统注册 inspiration-deck-workshop 技能:本地静态 HTML 演示文稿工作台——6 套 deck 模板、25+ 布局、主题/动效展示馆,带 validate 校验与 PNG/PDF 导出 CLI(纯 Node 内置模块,零 npm 依赖)。

安装

dsh plugin --profile web add dsh-inspiration-deck-workshop

重启 DSH Web(dsh --profile web)后,技能出现在技能目录中,任意会话可直接让 agent 按技能工作流生成 HTML 演示文稿。

需要 PNG/PDF 导出时,本机需有 Chrome/Chromium(DSH 的 Playwright 缓存即可)。

用法(agent 侧)

加载技能后按 SKILL.md 工作流:

node "<技能资源目录>/tools/cli.mjs" list decks
node "<技能资源目录>/tools/cli.mjs" new <deck-name> --template <deck-id> --theme <theme-id>
node "<技能资源目录>/tools/cli.mjs" validate <deck-path> --write-manifest
node "<技能资源目录>/tools/cli.mjs" export <deck-path> --format pdf --out <out.pdf>

说明:cli.mjs 的所有路径都锚定在技能目录内,生成的 deck 默认写到技能目录;需要放到会话工作区时用文件工具移动即可。

本地开发 / 安装未发布版本

# 从本包目录直接装(链接模式)
dsh plugin --profile web add ./dsh-inspiration-deck-workshop

# 或打 tarball 后安装
pnpm pack
dsh plugin --profile web add ./dsh-inspiration-deck-workshop-0.1.0.tgz

发布(作者执行)

# 1. 确认包名未被占用
npm view dsh-inspiration-deck-workshop

# 2. 登录 npm(首次)
npm login

# 3. 构建产物并发布(files 已限定 index.js / cordis.patch.yml / skills/)
pnpm pack --dry-run   # 先看 tarball 内容
npm publish

# 4. 验收:全新 profile 安装
dsh plugin --profile web add dsh-inspiration-deck-workshop

发布前请确认 license 与版权声明符合你的分发计划(当前 package.json 声明 MIT)。