DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Ppt — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-plugin-ppt

Plugin Ppt

一个 DeepSeek Harness 插件,添加了用于使用专业模板生成 PPT 演示文稿的 generate_ppt 工具

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-ppt@0.1.0
README兼容性版本

兼容性与来源证明

Plugin Ppt 以 dsh-plugin-ppt 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/9/2

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
16 MB
文件数
14
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
4
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Mnemondsh-mnemon面向 DeepSeek Harness 的可组合三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、受保护的策略、WebUI 和无头工具。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Rewind Plugindsh-rewind-plugin同窗口内对话回退并恢复工作区文件

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