A native dsh design system (deepseek-idesign / -ippt / -ivideo) that turns Harness conversations into editable design, PPT and video artifacts.
DSH integration
Native runtime
Author-claimed
Safety audit
Unaudited
Last verified
2026-08-22
License
NOASSERTION
01What can it help you accomplish?
Generate and iteratively edit real, editable design artifacts inside DeepSeek Harness
Design / PPT / Video views appear as dedicated Harness conversation views; the AI creates or updates HTML, CSS, design tokens and project metadata in the current workspace, and you refine on a visual canvas or with selection-aware Ask AI. Results remain real files under `design/<sessionId>/`, `design/<sessionId>-ippt/` and `video/<sessionId>/` — not a closed canvas or screenshot
DeepSeek Harness users who want a Claude-Design-like open workflow for websites, posters, presentation decks and short videos without leaving the conversation
Pick the right plugin for design, slides or video
Three independent dsh plugins sharing the iPolloWork Studio contract: `deepseek-idesign` (websites, app prototypes, posters, cards, data reports, magazines), `deepseek-ippt` (presentations with a slide template market, page-by-page editing, PDF/PPTX export) and `deepseek-ivideo` (HyperFrames timeline, animation/media, 27 Video templates, video export). Install only what you need; project directories stay isolated
Users who want modular, scope-specific design tooling rather than one all-in-one app
02How to install into DeepSeek Harness
Prerequisites
- Node.js `^22.19.0` or `>=24.0.0`
- A current DeepSeek Harness release and pnpm for its plugin manager (Harness is in developer preview and may introduce compatibility-breaking changes)
- The `npx @deepseek-ai/dsh` (or a locally installed `dsh`) CLI with a web profile
Installation steps
- 01
Install Design only: `npx @deepseek-ai/dsh plugin --profile web add deepseek-idesign` then `npx @deepseek-ai/dsh web` (replace `npx @deepseek-ai/dsh` with `dsh` if already installed)
$ npx @deepseek-ai/dsh plugin --profile web add deepseek-idesign
- 02
Or install all three: `npx @deepseek-ai/dsh plugin --profile web add deepseek-idesign deepseek-ippt deepseek-ivideo` then `npx @deepseek-ai/dsh web`
$ npx @deepseek-ai/dsh plugin --profile web add deepseek-idesign deepseek-ippt deepseek-ivideo
- 03
In a Harness conversation, choose the Design / PPT / Video view; open the template market via the `+` next to Edit, or let the AI start from a blank project
Verify the integration
- Open the DeepSeek Harness web UI at http://127.0.0.1:3080 (the default Web UI port) and confirm the Design / PPT / Video conversation views appear
Rollback
- Remove with `npx @deepseek-ai/dsh plugin --profile web remove deepseek-idesign deepseek-ippt deepseek-ivideo`
03DSH integration and capability boundaries
Native DeepSeek Harness (`dsh`) bundle. DeepSeek Design is 'a native visual design system created by iPolloWork for DeepSeek Harness' that 'installs as a native Harness bundle' and 'reuses the active conversation, model, workspace, and permission system'. It ships three independently installable dsh plugins — `deepseek-idesign` (Design Studio), `deepseek-ippt` (PPT) and `deepseek-ivideo` (Video) — added via `npx @deepseek-ai/dsh plugin --profile web add …`.
Native Design / PPT / Video views in Harness
a brief typed in the Harness conversation (website, app prototype, poster, card, report, presentation, or video)→the AI generates or updates HTML/CSS/design tokens in the workspace; Design and PPT appear as dedicated conversation views — the iPolloWork desktop app is not required
creates and updates files under the workspace `design/` and `video/` directoriesSelection-aware Ask AI + visual editing
an element selected on the Studio canvas (heading, image, component)→the plugin prepares a reviewable conversation draft with the file location, current styles and the requested change; the user confirms before anything is sent — it never auto-submits
Real workspace files with reversible editing
AI generation, manual canvas edits, template switches or undo→designs remain editable HTML/CSS/tokens/metadata in the workspace; save, undo and write-conflict detection protect mixed AI + manual workflows
writes are atomic-replaced with version-conflict checksCurated template markets & design tokens
a template chosen from the Design or PPT market (opened via `+` next to Edit)→Design and PPT have separate template entry points so slide templates never pollute the general design catalog; colors, typography, backgrounds, radii, shadows, spacing and component language stay coordinated through design tokens
PPT export & iVideo timeline
a finished PPT project, or a video brief in the Video view→`deepseek-ippt` exports presentations to PDF / PPTX; `deepseek-ivideo` reuses the HyperFrames timeline, visual editing, preview, validation and export pipeline with 27 Video templates
exports produce PDF/PPTX/video files in the workspace
04Who is it for? When not to use it?
Good for
- DeepSeek Harness users who want a Claude-Design-like open workflow for websites, posters, presentation decks and short videos without leaving the conversation
- Users who want modular, scope-specific design tooling rather than one all-in-one app
Not for
- Requires DeepSeek Harness (currently a developer preview that 'may introduce compatibility-breaking changes') plus Node.js `^22.19.0` or `>=24.0.0` and pnpm for its plugin manager. Install via the `dsh` CLI with a web profile; each plugin's browser assets are loaded only by that plugin.
- The plugin only accepts workspaces registered by DeepSeek Harness and restricts reads/writes to the workspace `design/` directory; the Studio iframe uses a random per-process token with same-origin message checks. Writes use conflict checks and atomic replacement; template changes are staged and validated in an isolated directory before replacing the project; installing these packages does not install or launch the iPolloWork desktop app.
05Compatibility, maintenance and safety notes
- Requires DeepSeek Harness (currently a developer preview that 'may introduce compatibility-breaking changes') plus Node.js `^22.19.0` or `>=24.0.0` and pnpm for its plugin manager. Install via the `dsh` CLI with a web profile; each plugin's browser assets are loaded only by that plugin.
- The plugin only accepts workspaces registered by DeepSeek Harness and restricts reads/writes to the workspace `design/` directory; the Studio iframe uses a random per-process token with same-origin message checks. Writes use conflict checks and atomic replacement; template changes are staged and validated in an isolated directory before replacing the project; installing these packages does not install or launch the iPolloWork desktop app.
- This project uses the iPolloWork Source Available License (GitHub reports the SPDX license as NOASSERTION), not a standard OSI-approved open-source license. Third-party components and previously licensed portions retain their own licenses. The repository is a focused distribution/contribution entry point; the product source of truth is the iPolloWork main repo.
Source Available (NOASSERTION) · JavaScript · three dsh plugins, actively distributed for DeepSeek Harness
06Frequently asked questions
What is DeepSeek Design and is it native to Harness?
Yes — it is 'a native visual design system created by iPolloWork for DeepSeek Harness' that 'installs as a native Harness bundle' and reuses the active conversation, model, workspace and permissions. Design, PPT and Video appear as dedicated conversation views; the iPolloWork desktop app is not required.
How do I install it?
Run `npx @deepseek-ai/dsh plugin --profile web add deepseek-idesign` (Design only) or `… add deepseek-idesign deepseek-ippt deepseek-ivideo` (all three), then `npx @deepseek-ai/dsh web`. If `dsh` is already installed, drop the `npx @deepseek-ai/` prefix. The web UI runs at http://127.0.0.1:3080. Update with `… update …`; remove with `… remove deepseek-idesign deepseek-ippt deepseek-ivideo`.
What is the difference between the three plugins?
`deepseek-idesign` covers websites, app prototypes, posters, cards, data reports and magazines; `deepseek-ippt` is for presentations (slide template market, page-by-page editing, PDF/PPTX export); `deepseek-ivideo` handles motion/video with a HyperFrames timeline and 27 Video templates. They share the Studio contract but keep isolated project directories, and you can install only the ones you need.
Does it edit real files or just screenshots?
Real workspace files. Designs are saved as editable HTML/CSS/tokens under `design/<sessionId>/` (and `design/<sessionId>-ippt/` for PPT, `video/<sessionId>/` for Video), not a closed cloud canvas or flattened screenshot. Edits are reversible with save/undo and write-conflict detection.
What are the security boundaries and the license?
The plugin only accepts Harness-registered workspaces and restricts I/O to the `design/` directory; the Studio iframe uses a per-process random token with same-origin checks, and Ask AI only prepares a draft for you to confirm (never auto-submits). The license is the iPolloWork Source Available License (GitHub reports NOASSERTION) — not a standard OSI open-source license; third-party parts keep their own licenses.
07Related DSH workflows
dsh-web
by zhu1090093659
DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop
petdex
by crafter-station
A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
j-space-cognition-suite-v3.7
by tiger3807861189
AI cognitive-enhancement skills for agent harnesses inspired by Anthropic's global workspace research. Adds inference-time control and reasoning tools for DeepSeek Harness, Claude Code, Codex and OpenCode.
dsh-deep-whale
by small-tailqwq
DSH Web GUI 鲸鱼娘主题皮肤(深海女仆工坊 maid-atelier:亮/暗双模式)
08Data and sources
DeepSeek Design 是由 iPolloWork 推出、专为 DeepSeek Harness 构建的原生可视化设计系统
它以原生插件方式进入 Harness 的对话界面
npx @deepseek-ai/dsh plugin --profile web add deepseek-idesign deepseek-ippt deepseek-ivideo
This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-22. Found an error? Submit a correction.
Best DeepSeek Harness Plugins
Twelve plugins worth installing first — picked from the whole catalog, across every category.
