安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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