📦 Md To Pptx — Markdown转PPT

v1.0.0

将Markdown文件一键转换为PowerPoint(PPTX)演示文稿。自动识别分隔符(---)并生成对应幻灯片,默认保存为可直接播放的演示文档。

0· 73·1 当前·1 累计
zhcanyu4 头像by @zhcanyu4 (DICO)
下载技能包
最后更新
2026/4/8
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: convert a Markdown file to PPTX and (by default) place the result in your active Obsidian vault. Before installing, consider: (1) the script reads ~/Library/Application Support/obsidian/obsidian.json to find the vault — if you don't want it reading that config file, do not install; (2) it will write files into your vault directory and create a temporary HTML file near the input file (the temp HTML is deleted on success); (3) conversion runs external command...
详细分析 ▾
用途与能力
Name/description (Markdown→PPTX, default save to Obsidian vault) align with the included script: the Python program converts Markdown to HTML and then uses soffice or pandoc to produce a PPTX, and defaults output to the active Obsidian vault when available.
指令范围
Runtime instructions and the script are largely in-scope. The script reads ~/Library/Application Support/obsidian/obsidian.json to discover the active vault path and will write the generated PPTX into that vault (or the input directory if no vault found). This file read is consistent with the stated default-output behavior, but it does mean the skill accesses the user's Obsidian config file.
安装机制
This is an instruction-only skill with no install spec. It recommends installing LibreOffice or Pandoc but does not download or install code itself; the included script is small and local.
凭证需求
No environment variables, credentials, or external endpoints are requested. Access is limited to reading obsidian.json (to locate the vault) and writing the generated PPTX/temporary HTML files. That access is proportional to the feature of saving into the user's vault.
持久化与权限
The skill does not request permanent installation or elevated privileges and is not forced-always. It does invoke external binaries (soffice/pandoc) during execution, which is expected for conversion tasks.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/8

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install md-to-pptx
镜像加速npx clawhub@latest install md-to-pptx --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库