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.

Ppt Master — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-ppt-master

Ppt Master

PPT Master skill for DeepSeek Harness: AI-driven presentation workflow for generating editable PPTX decks, SVG snapshots, native template filling, and PPTX enhancement.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:pn1024/dsh-ppt-master#3c956467cd053fec36816cb7d2ca973729a5d4d1
READMECompatibilityVersions

Compatibility and provenance

Ppt Master is published as dsh-ppt-master and currently resolves to version 6.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/1/2026

Versions

6.1.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
6.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/1/2026
View source ↗
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

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient 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.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README


AIGC: ContentProducer: '001191110102MAD55U9H0F10002' ContentPropagator: '001191110102MAD55U9H0F10002' Label: '1' ProduceID: '69910f2e-fa01-4336-80c6-96a88da0868e' PropagateID: '69910f2e-fa01-4336-80c6-96a88da0868e' ReservedCode1: '2027e396-94f6-468b-bbee-37e2c84c163a' ReservedCode2: '2027e396-94f6-468b-bbee-37e2c84c163a'

dsh-ppt-master

PPT Master skill packaged as a DeepSeek Harness (dsh) plugin.

Overview

This plugin wraps the PPT Master skill into a dsh-native skill provider. PPT Master is an AI-driven presentation workflow that generates editable PPTX decks, SVG snapshots, fills native PPTX templates, and enhances finished presentations.

Installation

dsh plugin --profile web add link:<path-to-this-directory>

Prerequisites

PPT Master requires Python 3.10+ and several Python packages. Before using the skill, install the dependencies:

pip install -r requirements.txt

Copy .env.example to .env and configure your API keys for image generation backends (optional, only needed if you want AI-generated images).

Structure

dsh-ppt-master/
├── package.json          # dsh plugin manifest
├── cordis.patch.yml      # bundle patch config
├── index.js              # skill provider entry
├── requirements.txt      # Python dependencies
├── .env.example          # environment config template
├── skills/
│   └── ppt-master/
│       ├── SKILL.md      # skill definition (frontmatter + workflow)
│       ├── references/   # design references, palettes, visual styles
│       ├── scripts/       # Python scripts for PPTX generation
│       ├── templates/    # PPTX templates
│       └── workflows/    # routing and profile workflows
├── LICENSE
└── README.md

License

MIT — see LICENSE and the original PPT Master repository.