/install md-to-pptx
Markdown to PowerPoint Converter
Convert Markdown files with slide separators into PowerPoint presentations.
Default Behavior
- Input: Markdown file with
---slide separators - Output: PPTX file saved to Obsidian vault (
~/obsidian-360/工作知识库/) - Fallback: If Obsidian vault unavailable, saves to same directory as input
Usage
Basic conversion
python3 scripts/md2pptx.py input.md
# Output: ~/obsidian-360/工作知识库/input.pptx
Specify output location
python3 scripts/md2pptx.py input.md /path/to/output.pptx
Requirements
Install one of the following for best results:
Option 1: LibreOffice (recommended)
brew install --cask libreoffice
Option 2: Pandoc
brew install pandoc
Markdown Format for Slides
Use --- to separate slides:
# Title Slide
Welcome to the presentation
---
# Slide 2
Content here
---
# Slide 3
More content
Obsidian Vault Path
The default output location is read from:
~/Library/Application Support/obsidian/obsidian.json
Current vault: ~/obsidian-360/工作知识库/
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-to-pptx - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-to-pptx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Md To Pptx 是什么?
Convert Markdown files to PowerPoint (PPTX) format. Automatically detects slide separators (---) and converts them into presentation slides. By default, save... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Md To Pptx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-to-pptx」即可一键安装,无需额外配置。
Md To Pptx 是免费的吗?
是的,Md To Pptx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Md To Pptx 支持哪些平台?
Md To Pptx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Md To Pptx?
由 DICO(@zhcanyu4)开发并维护,当前版本 v1.0.0。