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.

Plugin Ppt — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-plugin-ppt

Plugin Ppt

A DeepSeek Harness plugin that adds a generate_ppt tool for generating PPT presentations from professional templates

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-ppt@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Plugin Ppt is published as dsh-plugin-ppt and currently resolves to version 0.1.0. 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.0stable
9/2/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
16 MB
Files
14
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
4
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 productivity-workflow.

Client 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 包。Rewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-plugin-ppt

A DeepSeek Harness plugin that adds a generate_ppt tool for generating PPT presentations from professional templates.

基于专业 PowerPoint 模板生成演示文稿。AI 自动生成封面、目录与结束页,正文通过有序的 pages 数组严格按顺序生成,支持 4 种基础页面与 9 种图示页面(subtitle / content1 / content2 / number / mindmap / timeline / quadrant / process / cards / arrows / diamond-list / left-diamond / bar-list)。

Installation

Via npm (recommended)

# Install as a dependency in your dsh profile
dsh plugin --profile <name> add dsh-plugin-ppt

Or manually:

npm install dsh-plugin-ppt

Via tarball

pnpm pack
dsh plugin --profile <name> add ./dsh-plugin-ppt-0.1.0.tgz

Requirements

  • Python 3
  • Python 包:python-pptx、lxml

Configuration

If you installed via dsh plugin add, the bundle is already registered. The plugin config lives in your profile's cordis.patch.yml:

- insert:
    - id: dsh-plugin-ppt
      name: 'dsh-plugin-ppt'
      config:
        pythonPath: 'python'
        templatePath: ''   # 可选:自定义专业模板路径
        outputDir: ''      # 可选:输出目录(默认当前工作目录)

Configuration Options

OptionTypeDefaultDescription
pythonPathstringpythonPython 可执行文件路径
templatePathstring''专业 PPT 模板路径(默认使用内置的「攸信PPT模版16:9版V2.4.pptx」)
outputDirstring''输出目录(默认当前工作目录)

Usage

Once installed, the AI agent will have access to the generate_ppt tool. 使用前 AI 会先调用 ask_user_question 收集基础信息(汇报人姓名、所属部门、PPT 主标题),再生成 PPT:

"帮我生成一份项目汇报 PPT" "生成一份技术研发部的年度汇报演示文稿"

调用前 AI 会强制先阅读包内附带的 python/read.md 与 PPT生成工具使用指南.md,确保页面字段与数据格式符合模板要求。

License

MIT