pptwise: Generating Editable PowerPoint in DeepSeek Harness
PPTWise is a presentation generation plugin designed for DeepSeek Harness, maintained by liustack and licensed under the MIT License. Its core advantage lies in rendering AI-generated presentation content into actual PPTX files rather than images or HTML, addressing the limitation of traditional output methods that prevent word-by-word editing. Users can directly open and edit elements such as titles, bullet points, and charts within PowerPoint. This plugin supports local rendering, requiring no account, API key, or internet connection, and runs on Node.js 22.19+ or Bun. Its features include file validation, PPTX rendering, SVG preview, auditing, and theme management, with support for rendering IR JSON into PPTX or preview pages. Installation can be completed by executing specific commands through the DSH agent.
Read MoreSkill for PPTX: Let AI Agents Truly Learn to Create PowerPoint Presentations
### 译文1(标准科技文档译法,适配海外技术社区表达): > The official Anthropic PPTX Skill supports creation, editing and reading of `.pptx` and `.potx` files, with supporting scripts including `pptxgenjs`, OOXML decompression and editing utilities, and `validate.py`, as well as triple-layer QA. This article introduces its positioning, core capabilities, installation method in Cursor / Claude Code, typical usage scenarios and precautions for template filling, validation and visual QA. --- ### 译文2(更贴合海外开发者文档的口语化译法): > Anthropic's official PPTX Skill lets you build, edit and read `.pptx` and `.potx` slides, backed by supporting tools like `pptxgenjs`, OOXML decompression/editing scripts, `validate.py`, plus a three-tier QA pipeline. We'll walk through its positioning, core features, how to install it in Cursor and Claude Code, plus common workflows for template population, validation and visual QA along with key best practices.
Read More