deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:pn1024/dsh-ppt-master
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
PPT Master skill packaged as a DeepSeek Harness (dsh) plugin.
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.
dsh plugin --profile web add link:<path-to-this-directory>
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).
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
MIT — see LICENSE and the original PPT Master repository.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: skill。