Registers the Inspiration Deck Workshop skill for DSH: local static HTML presentation decks (6 deck templates, 25+ layouts, 23 themes & motion showroom) with a validate + PNG/PDF export CLI and smoke tests, zero runtime dependencies.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-inspiration-deck-workshop
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:zjsthmjialin/inspiration-deck-workshop#path:/dsh-inspiration-deck-workshop
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
「灵感演示工坊 / 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)。
Links
More in this category
tt-a1i/archify#integrations/deepseek-harness★ 14090
Generate validated, self-contained interactive architecture, workflow, sequence, data-flow, and lifecycle diagrams from repositories or system descriptions.
HuanLinOTO/dsh-plugin-mineru★ 35
Expose MineRU document parsing tools to the model.
AKS1st/dsh-mermaid★ 7
Render Mermaid code fences in DSH Web chat messages as lazy-loaded SVG diagrams with strict sanitization and light/dark theme follow.
fly233338/dsh-overleaf★ 7
Connect multiple Overleaf projects to DSH through OverleafMCP for browsing, analysis, and Git-based file updates.
bill9109/dsh-101★ 4
Document reading mode for DSH.
Jesse-njx/dsh-cowork#dsh★ 4
Bounded, cell-addressed `doc_read`/`doc_write` for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI.