精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Inspiration Deck Workshop: local HTML presentation skill and template toolkit
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Inspiration Deck Workshop: local HTML presentation skill and template toolkit
待人工精选——以下事实来自源码仓库。
Inspiration Deck Workshop: local HTML presentation skill and template toolkit
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:zjsthmjialin/inspiration-deck-workshop 作者没有声明支持的平台。
| Premium Stage | Product Launch | Executive Brief | Creator Pop | | --- | --- | --- | --- | |
|
|
|
| The full promotional image set is available in docs/assets/theme-showcase. ## What It Includes - 23 visual themes for business, technology, editorial, creative, and premium launch scenarios. - 25 reusable page layouts for covers, timelines, metrics, comparison pages, roadmaps, and story sections. - 21 CSS animation presets and 5 lightweight canvas visual effects. - Complete deck templates for talks, business reports, product launches, proposals, courses, social content, roadmaps, research briefs, workshops, and campaign reviews. - Local HTML/CSS/JS output that can be opened, customized, exported, or hosted. ## How To Use Create a new deck from a template: bash node tools/cli.mjs new my-deck --template product-launch --theme platinum-launch Open the generated index.html in a browser, then edit the HTML content, theme, layout, and animations as needed. Export slides when needed: bash node tools/cli.mjs export my-deck --format png --out dist/my-deck-png node tools/cli.mjs export my-deck --format pdf --out dist/my-deck.pdf ## Recommended Uses - Client proposal and sales presentation pages. - Product launch and feature announcement decks. - Strategy, research, and executive briefing documents. - Course modules and internal training pages. - Social media carousel drafts and visual storyboards. - Reusable presentation style libraries for local AI workflows. ## DeepSeek Harness Plugin Inspiration Deck Workshop is also a DeepSeek Harness (DSH) plugin: one command installs the skill into DSH so any session can build HTML presentation decks through the standard workflow (template → edit → validate → export PNG/PDF). sh dsh plugin --profile web add dsh-inspiration-deck-workshop After installing, restart DSH Web and ask your agent to "make a product launch deck" — it loads the skill and follows its workflow. - npm: https://www.npmjs.com/package/dsh-inspiration-deck-workshop - Plugin source lives in the dsh-inspiration-deck-workshop/ directory of this repository (the skill packaged as a DSH bundle). - Requirements: Node ≥ 18; PNG/PDF export needs a local Chrome/Chromium. ## Notes This project focuses on high-quality static HTML presentation output. PPTX export, account systems, collaboration features, cloud editing, and template marketplace features are outside the current scope. ## Contact Author: zjsthm@gmail.com WeChat: 63656299 ## License Released under the MIT License.不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。